body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{display:grid;grid-template-rows:2fr 7fr}.Test-test{color:green}.App-header{display:grid;grid-template-columns:3fr 1fr;min-height:30vh;color:#fff;@media only screen and (max-device-width:67.5em){display:grid;min-height:2vh;grid-template-columns:1fr 1fr;max-width:100%}@media only screen and (max-width:67.5em){min-height:18vh}@media only screen and (max-width:17.5em){min-height:9vh}}.App-header-title{display:flex;align-items:baseline;justify-content:left;background-color:#fff}.App-header-title-container{display:flex;flex-direction:column;align-self:flex-end;padding-left:1rem;@media only screen and (max-device-width:67.5em){padding-left:.1rem}@media only screen and (max-device-width:47.5em){padding-left:.3rem}}.App-header-title-text-name{font-style:italic;transform:translateY(30px);font-size:3rem;font-weight:300;padding-left:.2rem!important;@media only screen and (max-device-width:67.5em){font-size:2.5rem;transform:translateY(22px)!important;margin-left:.2rem}@media only screen and (max-device-width:47.5em){font-size:1.3rem;transform:translateY(13.2px)!important;margin-left:.01!important}@media only screen and (max-device-width:27.5em){font-size:1.5rem;transform:translateY(11px);margin-left:0}@media only screen and (max-device-width:17.5em){font-size:10px;transform:translateY(6px)}}.App-header-title-text,.App-header-title-text-name{display:flex;flex-direction:row;font-family:Roboto,serif;color:#000;padding:0;margin:0;-webkit-text-size-adjust​:​none​}.App-header-title-text{font-size:6rem;font-weight:700;@media only screen and (max-width:67.5em){font-size:5rem!important}@media only screen and (max-width:47.5em){font-size:3rem!important}@media only screen and (max-width:27.5em){font-size:2.75rem!important}@media only screen and (max-width:17.5em){font-size:1rem!important}}.App-header-menu{display:flex;align-items:center;justify-content:center;color:#000;font-family:Roboto,serif;font-size:2rem;font-weight:400;background-color:#fff;@media only screen and (max-device-width:47.5em){font-size:1rem}}.Video{width:100%;max-width:640px;aspect-ratio:16/9}:root{--bar-width:60px;--bar-height:8px;--hamburger-gap:6px;--foreground:#000;--background:#fff;--hamburger-margin:50px;--animation-timing:200ms ease-in-out;--hamburger-height:calc(var(--bar-height) * 3 + var(--hamburger-gap) * 2);--x-width:calc(var(--hamburger-height) * 1.41421356237)}.sidebar{transition:translate .2s ease-in-out;translate:5%;padding:1rem 0 0;background-color:#000;position:absolute;top:30px;right:30px;z-index:1;opacity:0;width:17rem;max-height:22rem;@media only screen and (max-device-width:67.5em){top:10px;right:10px;width:11rem}@media only screen and (max-device-width:47.5em){top:8px;right:2px;width:7rem!important;max-height:9rem!important}@media only screen and (max-device-width:41.5em){width:7rem;max-height:18rem}@media only screen and (max-device-width:27.5em){top:5px;right:-7px;width:7rem;max-height:11.3rem}}.sidebar-items{padding-top:5rem;justify-content:center;padding-bottom:1rem;@media only screen and (max-device-width:47.5em){padding-top:2.5rem!important}@media only screen and (max-device-width:27.5em){padding-top:3.3rem}}.sidebar-items,.sidebar-text{display:flex;flex-direction:column;align-items:center}.sidebar-text{font-size:27px;font-family:Roboto,serif;font-weight:800;justify-self:center;margin:0;padding:.5rem;color:#fff;z-index:3;cursor:pointer;@media only screen and (max-device-width:67.5em){font-size:15px;padding-left:.5rem;padding-bottom:.3rem;padding-right:.5rem;padding-top:.3rem}@media only screen and (max-device-width:47.5em){font-size:12px;padding-left:.5rem;padding-bottom:.2rem;padding-right:.5rem;padding-top:.2rem}@media only screen and (max-device-width:41.5em){font-size:9.5px}}.sidebar-text:hover{color:#fd9b95}.hamburger-menu:has(input:checked)+.sidebar{translate:0;opacity:72%}.hamburger-menu{display:flex;flex-direction:column;gap:var(--hamburger-gap);width:max-content;position:absolute;top:var(--hamburger-margin);right:var(--hamburger-margin);z-index:2;cursor:pointer;@media only screen and (max-device-width:67.5em){top:35px!important;right:30px!important}@media only screen and (max-device-width:47.5em){top:25px!important;right:20px!important}@media only screen and (max-device-width:27.5em){top:15px!important;right:10px!important}}.hamburger-menu input,.hamburger-menu:after,.hamburger-menu:before{content:"";width:var(--bar-width);height:var(--bar-height);background-color:var(--foreground);transform-origin:left center;border-radius:500px;transition:opacity var(--animation-timing),width var(--animation-timing),rotate var(--animation-timing),translate var(--animation-timing),background-color var(--animation-timing)}.hamburger-menu input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;margin:0;outline:none;pointer-events:none}.hamburger-menu input:focus-visible,.hamburger-menu:has(input:focus-visible):after,.hamburger-menu:has(input:focus-visible):before{border:1px solid grey}.hamburger-menu:has(input:checked):before{rotate:45deg;width:-var(--x-width);translate:0 calc(var(--bar-height) / -1);z-index:2}.hamburger-menu:has(input:checked):after{rotate:-45deg;width:var(--x-width) px;translate:0 calc(var(--bar-height) / 1.5);z-index:2}.hamburger-menu input:checked{opacity:0;width:0}@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,300;1,400&display=swap");html{font-size:100%}.App-wrapper{display:flex;max-width:100%;flex-direction:column}.Main{display:grid;grid-template-rows:1;background-color:#fff;max-height:70vh;max-width:100vw;overflow-y:hidden;overflow-x:hidden;@media only screen and (max-device-width:67.5em){max-height:100vh}}.Main-loading{font-family:Roboto,serif;color:#000;font-size:2rem}.Main-portal-container{display:flex;align-items:flex-start;background-color:#fff;height:100vh;width:100vw;@media only screen and (max-device-width:67.5em){font-size:12px;padding-bottom:0}}.Main-rotate-container{justify-content:center;width:90%;height:85%;background-color:blue}.Main-rotate,.Main-rotate-container{display:flex;flex-direction:row;align-self:center;justify-self:center}.Main-rotate{height:750px;width:800px;margin:-60px 0 0 -60px;animation:spin 18s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.Main-container{display:flex;flex-direction:row;align-self:center;justify-self:center;justify-content:center;max-width:90vw;height:100vh;background-color:#fff;@media only screen and (max-device-width:67.5em){padding-left:0;padding-bottom:0;padding-right:0;padding-top:0;margin-left:0;margin-bottom:0;margin-right:0;margin-top:0;width:100vw}}.All-container{display:flex;flex-direction:column;padding:0 1rem;width:100%;align-items:center;@media only screen and (max-device-width:67.5em){max-width:100%;padding-left:0!important;padding-bottom:0!important;padding-right:0!important;padding-top:0!important}@media only screen and (max-device-width:27.5em){width:100%}}.h2-text,h2{display:flex;justify-self:center;margin:0}.h2-text{align-self:center;padding-top:5rem;padding-bottom:2rem;@media only screen and (max-device-width:67.5em){padding-top:5.5rem;padding-bottom:1.5rem}@media only screen and (max-device-width:47.5em){padding-top:5.5rem;padding-bottom:1.5rem}@media only screen and (max-device-width:27.5em){padding-top:3rem;padding-bottom:1.5rem;font-size:1rem}}.h2-text-smaller{padding-top:2rem;padding-bottom:1rem;@media only screen and (max-device-width:67.5em){padding-top:1.5rem;padding-bottom:1.5rem}@media only screen and (max-device-width:47.5em){padding-top:1rem!important;padding-bottom:.5rem!important;font-size:1rem}@media only screen and (max-device-width:27.5em){padding-top:.5em;padding-bottom:1rem;font-size:1rem}}.h2-text-smaller,.h3-text{display:flex;align-self:center;justify-self:center;margin:0}.h3-text{padding:1.5rem 0;@media only screen and (max-device-width:67.5em){padding-top:2.5rem;padding-bottom:1.5rem}@media only screen and (max-device-width:47.5em){padding-top:1.5rem;padding-bottom:1.5rem}}.About-photo,.About-text{display:flex;align-self:center;justify-content:center}.About-text{font-weight:400;text-align:justify;text-justify:inter-cluster;font-size:1.15rem;width:85%;margin:0;padding:.5rem 0 1rem;flex-direction:column;justify-items:center;align-items:center;-webkit-text-size-adjust​:​none​;@media only screen and (max-device-width:67.5em){font-size:1.1rem;font-weight:300}@media only screen and (max-device-width:47.5em){font-weight:400;font-size:.8rem;padding-bottom:.5rem!important}}.About-container{width:60%;display:flex;flex-direction:column;justify-content:center;@media only screen and (max-device-width:67.5em){width:80%;font-size:12px}@media only screen and (max-device-width:47.5em){width:88%;font-size:12px}}.About-links{display:flex;flex-direction:row;justify-content:space-evenly;padding-top:.5rem;@media only screen and (max-device-width:67.5em){width:80%;justify-content:space-evenly;align-self:center;padding-top:0}}.About-contact-text{display:flex;align-self:center;justify-self:center;font-size:22px;margin:0;padding-top:3rem;@media only screen and (max-device-width:67.5em){padding-top:1.5rem;padding-bottom:.5rem;font-size:22px}@media only screen and (max-device-width:47.5em){padding-top:1.5rem;padding-bottom:.5rem;font-size:16px}}.Contact-form-container{display:grid;grid-template-columns:2fr;max-width:100%}.Contact-form-form{justify-self:center;width:38%;@media only screen and (max-device-width:67.5em){width:58%}}.Contact-form,.Contact-form-form{display:flex;flex-direction:column}.Contact-form{padding-top:1rem;@media only screen and (max-device-width:67.5em){padding-top:0}}.Contact-form-label{width:100%;font-size:1rem;font-weight:500;padding:.35rem 0;align-self:center;-webkit-text-size-adjust​:​none​;@media only screen and (max-device-width:67.5em){font-size:.8rem;padding-left:0;padding-bottom:.3rem;padding-right:0;padding-top:.3rem}}.Contact-form-textarea{height:7rem}.Contact-form-email,.Contact-form-textarea{width:100%;display:flex;align-self:center;justify-content:center}.Contact-form-button-container{width:100%;align-self:center}.Contact-form-button{margin:.8rem 0;background-color:#bde0e8;font-size:15px;width:100%;color:#000;border-radius:5px;border:1px solid #000;@media only screen and (max-device-width:67.5em){width:60%;font-size:10px}}.Contact-form-button:hover{background-color:#97cedb;color:#000}.Contact-form-p{width:100%;display:flex;flex-direction:column;font-size:15px;align-items:center}.Code-text{text-align:justify;text-justify:inter-cluster;font-size:1.15rem;width:100%;padding:.5rem 0;padding-bottom:1.5rem!important;-webkit-text-size-adjust​:​none​;@media only screen and (max-device-width:67.5em){font-size:1.1rem;font-weight:300;padding-top:1rem!important;padding-bottom:.1rem!important}@media only screen and (max-device-width:47.5em){width:100%;font-weight:300;font-size:.9rem;padding-top:.5rem!important;padding-bottom:.1rem!important}}.Code-text,.Code-text-opening{font-weight:400;margin:0;display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;align-self:center}.Code-text-opening{font-size:20px;padding:.5rem 0;@media only screen and (max-width:67.5em){font-size:1.1rem;font-weight:300;padding-bottom:.5rem!important}@media only screen and (max-width:47.5em){font-weight:300;font-size:.9rem;padding-bottom:1.5rem}}.Code-text-festival,.Code-text-opening{justify-self:center;align-content:center}.Code-text-festival{font-weight:500;padding-bottom:1rem;font-size:16px;width:85%;margin:0;display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;align-self:center;-webkit-text-size-adjust​:​none​;@media only screen and (max-width:67.5em){width:85%;font-weight:500;font-size:20px;padding-bottom:.5rem!important}@media only screen and (max-width:47.5em){font-weight:300;font-size:11px}}.Card-container{display:flex;flex-direction:row;justify-content:space-evenly;flex-wrap:wrap;@media only screen and (max-device-width:67.5em){flex-direction:column;align-content:space-evenly}}.Card-border{padding:3.5rem 2rem;width:39%;@media only screen and (max-device-width:67.5em){width:70%}}.Card,.Card-border{display:flex;flex-direction:column;justify-content:center;justify-items:center;align-items:center;align-content:center}.Card{border-bottom:50px solid #000!important;border-top:9px solid #000;border-left:2px solid #000;border-right:2px solid #000;padding:1.5rem 2rem;background-color:#fff}.Card-next-link{color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center}.Card-header{font-size:18px;display:flex}.Card-p{display:flex;flex-direction:column;text-align:justify;font-size:16px;padding-top:.2rem;padding-bottom:1rem;margin:0!important;justify-content:center;@media only screen and (max-device-width:47.5em){font-size:11px}}.Card-navigation-container{padding-top:1rem;width:100%;display:flex;flex-direction:row;justify-content:space-between;@media only screen and (max-device-width:67.5em){justify-content:flex-end}}.Card-img-container{display:flex;justify-content:center;padding:0;border:1.5px solid #000}.Card-link-container{background-color:#bde0e8;padding:.2rem .5rem;display:flex;flex-direction:row;justify-content:center;border-radius:5px;border:1px solid #000;@media only screen and (max-device-width:67.5em){width:20%;font-size:10px}@media only screen and (max-device-width:47.5em){width:60%;font-size:10px}}.Card-link-container:hover{background-color:#97cedb}.Card-link{display:flex;align-items:center;justify-content:center;color:#000;font-size:12px;font-weight:500;padding:.1rem 0;text-decoration:none;@media only screen and (max-device-width:67.5em){font-size:9px}@media only screen and (max-device-width:47.5em){font-size:7px;font-weight:500;padding-left:0;padding-bottom:.02rem;padding-right:0;padding-top:.02rem;width:100%}}.Card-link:hover{color:#000}.Card-link-arrow{color:#000;width:.6rem;padding-left:.5rem;@media only screen and (max-device-width:47.5em){width:.5rem}}.Card-page-link-container{display:flex;justify-content:center;align-items:center;@media only screen and (max-device-width:67.5em){width:20%}@media only screen and (max-device-width:47.5em){width:70%}}.Card-page-link{font-size:13.5px;font-weight:400;color:#000;@media only screen and (max-device-width:67.5em){font-size:10px;padding-left:.5rem}}.Card-page-link:hover{color:#00008b}.Code-project-container{justify-self:center;align-self:center;width:60%}.Code-project-container,.Code-project-container-page{display:flex;flex-direction:column;justify-content:center;align-items:center}.Code-project-container-area{display:flex;flex-direction:column;width:60%;-webkit-text-size-adjust​:​none​;@media only screen and (max-device-width:67.5em){width:70%}@media only screen and (max-device-width:47.5em){width:75%}}.Code-project-title{height:5rem;font-size:33px;flex-direction:column;justify-items:center;border-top:1px solid #000;border-bottom:1px solid #000;background-color:#edebe6;margin-top:.5rem;padding:0;margin-bottom:0;@media only screen and (max-device-width:67.5em){font-size:30px;height:3rem}@media only screen and (max-device-width:47.5em){font-size:20px}}.Code-project-p,.Code-project-title{color:#000;width:100%;display:flex;justify-content:center;align-content:center;align-self:center;align-items:center}.Code-project-p{font-size:25px;font-weight:400;height:3.5rem;margin:0;padding:1rem 0 .8rem;-webkit-text-size-adjust​:​none​;@media only screen and (max-device-width:67.5em){font-size:30px;padding-bottom:.1rem}@media only screen and (max-device-width:47.5em){font-size:16px;margin-bottom:1rem;height:2.5rem}}.Code-project-img{margin:0;padding:0;height:auto}.Video-container{-webkit-text-size-adjust​:​none​;@media only screen and (max-device-width:47.5em){font-size:12px}}.Video-container,.Video-container-ar{width:80%;display:flex;flex-direction:column;justify-content:center}.Video-container-ar{@media only screen and (max-device-width:47.5em){max-width:58%;font-size:12px}}.Video-container-small{width:80%;padding:.5rem;@media only screen and (max-device-width:47.5em){width:100%}}.Video-container-small,.Video-container-small-two{display:flex;aspect-ratio:16/9;background-color:transparent;border:none;align-self:center;margin:0}.Video-container-small-two{width:100%;padding-top:.5rem;-webkit-text-size-adjust​:​none​;@media only screen and (max-device-width:67.5em){padding-top:0}@media only screen and (max-device-width:47.5em){width:100%;padding-top:0}}iframe{display:block;width:177.78vh;margin:0;padding:0;border:none;@media (min-aspect-ratio:16/9){width:177.78vh;margin-left:0;margin-bottom:0;margin-right:0;margin-top:0;padding-left:0;padding-bottom:0;padding-right:0;padding-top:0;border-left-color:currentcolor;border-left-style:none;border-left-width:medium;border-bottom-color:currentcolor;border-bottom-style:none;border-bottom-width:medium;border-right-color:currentcolor;border-right-style:none;border-right-width:medium;border-top-color:currentcolor;border-top-style:none;border-top-width:medium}@media (max-aspect-ratio:16/9){height:56.25vw;margin-left:0;margin-bottom:0;margin-right:0;margin-top:0;padding-left:0;padding-bottom:0;padding-right:0;padding-top:0;border-left-color:currentcolor;border-left-style:none;border-left-width:medium;border-bottom-color:currentcolor;border-bottom-style:none;border-bottom-width:medium;border-right-color:currentcolor;border-right-style:none;border-right-width:medium;border-top-color:currentcolor;border-top-style:none;border-top-width:medium}}.Container-AR-text{width:100%;flex-direction:row;@media only screen and (max-device-width:47.5em){font-size:12px}}.AR-text,.Container-AR-text{display:flex;justify-content:center}.AR-text{padding-top:1rem;flex-direction:column;font-size:18px;font-weight:500;align-items:flex-start;@media only screen and (max-device-width:67.5em){font-size:15px;flex-direction:row;width:100%}@media only screen and (max-device-width:47.5em){padding-top:.2rem;font-size:12px}}.Code-link-ar{color:#000;padding:.5rem;text-decoration:none;@media only screen and (max-device-width:67.5em){font-weight:400;width:100%}@media only screen and (max-device-width:47.5em){width:110%;font-weight:500;font-size:10.5px;padding-left:0;padding-bottom:0;padding-right:0;padding-top:0}}.Code-link-ar,.Code-link-ar-span{display:flex;flex-direction:row;align-items:center;justify-content:center}.Code-link-ar-span{justify-items:center}.Code-link-arrow-ar{align-items:center;justify-content:center;color:#000;width:1.2rem;padding-left:.1rem;@media only screen and (max-device-width:67.5em){width:1rem}@media only screen and (max-device-width:47.5em){width:.8rem}}.Container-threed-text{font-size:20px;font-weight:500;display:flex;align-content:center;align-self:center;align-items:flex-start;justify-content:center;width:100%;padding-bottom:1rem;margin:0;@media only screen and (max-device-width:67.5em){max-width:100%;align-items:center;font-size:15px;font-weight:800}}.Code-container{width:60%;display:flex;flex-direction:column;justify-content:center;@media only screen and (max-device-width:67.5em){width:88%;font-size:12px}}.Code-link-container{margin:.8rem 0;background-color:#bde0e8;width:15%;display:flex;flex-direction:row;align-self:flex-end;justify-content:center;border-radius:5px;border:1px solid #000;@media only screen and (max-device-width:67.5em){width:25%;font-size:10px}@media only screen and (max-device-width:47.5em){width:31%;font-size:12px}}.Code-link-container:hover{background-color:#97cedb}.Code-link{display:flex;color:#000;font-size:15px;font-weight:500;padding:.3rem;text-decoration:none;@media only screen and (max-device-width:67.5em){align-items:center;align-content:center;align-self:center;justify-content:center;font-size:15px;font-weight:300;padding-left:.6rem;padding-bottom:.6rem;padding-right:.6rem;padding-top:.6rem;width:100%}@media only screen and (max-device-width:47.5em){font-size:10px;padding-left:.1rem;padding-bottom:.1rem;padding-right:.1rem;padding-top:.1rem;width:90%}}.Code-link-arrow{color:#000;width:.8rem;padding-left:.5rem;@media only screen and (max-device-width:67.5em){font-size:10px}@media only screen and (max-device-width:47.5em){width:.5rem}}.bottom-pad{padding-bottom:5rem}.bottom-pad-small{padding-bottom:1.5rem;-webkit-text-size-adjust​:​none​;@media only screen and (max-device-width:67.5em){padding-bottom:.3rem}@media only screen and (max-device-width:47.5em){padding-bottom:.5rem}}.Project-links{display:flex;flex-direction:row;justify-content:flex-end;padding-top:.5rem;gap:1rem;@media only screen and (max-device-width:67.5em){width:100%;justify-content:space-evenly;align-self:center;padding-top:.2rem}}pre{width:90%;padding:0;margin:0;overflow:auto;overflow-y:hidden;font-size:13px;line-height:20px;background:#efefef;border:1px solid #777;@media only screen and (max-device-width:47.5em){width:92%;font-size:8px}}pre code{padding:.5rem;color:#000;@media only screen and (max-device-width:47.5em){padding-left:.2rem;padding-bottom:.2rem;padding-right:.2rem;padding-top:.2rem}}.Img-border{border:.5px solid #000}