::-webkit-scrollbar{display:none}::selection{color:#000;background:#fbd404}:root{font-size:calc(1vw + 1vh + .5vmin)}*,::after,::before{box-sizing:border-box;margin:0;padding:0;user-select:none;-webkit-tap-highlight-color:transparent;outline:0;-ms-overflow-style:none;scrollbar-width:none;overflow:hidden}html{scroll-behavior:smooth}body{font-family:Jura,sans-serif;min-height:100vh;color:#ededed;color:var(--color-text);background-color:#fff;background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{--color-text:#ededed;--color-bg:#000;--color-link:#fff;--color-link-hover:#5d5050;--color-info:#5d5050;--color-menu:#fff;--color-menu-hover:#fff;--color-title:#fff;--color-subtitle:#ededed;--color-text:#ffffff;--color-deco:#161616;opacity:0;transition:opacity .3s}body.render{opacity:1}.loading::before{content:'';position:fixed;z-index:100000;top:0;left:0;width:100%;height:100%;background:var(--color-bg)}.loading::after{content:'';position:fixed;z-index:100000;top:50%;left:50%;width:60px;height:60px;margin:-30px 0 0 -30px;pointer-events:none;border-radius:50%;opacity:.4;background:var(--color-link);animation:loaderAnim .7s linear infinite alternate forwards}@keyframes loaderAnim{to{opacity:1;transform:scale3d(.5,.5,1)}}a{text-decoration:none;color:var(--color-link);outline:0}a:focus,a:hover{color:var(--color-link-hover);outline:0}.hidden{position:absolute;overflow:hidden;width:0;height:0;pointer-events:none}.icon{display:block;width:1rem;height:1rem;margin:0 auto;fill:currentColor}main{position:relative;width:100%}.content{position:relative;display:flex;justify-content:center;align-items:center;margin:0 auto;min-height:100vh}.content--reveal{position:absolute;z-index:1001;top:0;left:0;width:100%;height:100vh;overflow-y:scroll;pointer-events:none}.content--fixed{position:fixed;z-index:10000;top:0;left:0;display:grid;align-content:space-between;width:100%;max-width:none;min-height:0;height:100vh;padding:1.5rem;pointer-events:none;grid-template-columns:70% 30%;grid-template-rows:auto auto 4rem;grid-template-areas:''''''}.content--fixed.logo{z-index:1}.content--fixed.logo img{width:500px}.content--fixed a{pointer-events:auto}.content__inner{position:absolute;left:0;top:-1000vh;width:100%;height:auto;min-height:100vh;display:grid;align-items:center;justify-content:center;justify-items:center;align-content:end}.content__inner{opacity:0;transition:opacity ease 3s}.content__inner:nth-child(1){background:url(/images/science.png) no-repeat center center fixed}.content__inner:nth-child(2){background:url(/images/art.png) no-repeat center center fixed}.content__inner:nth-child(3){background:url(/images/tech.png) no-repeat center center fixed}.content__inner:nth-child(4){background:url(/images/rd.png) no-repeat center center fixed}.content__title{font-size:2rem;margin:50px 0 0 0;color:var(--color-title);letter-spacing:1rem;text-align:center;font-family:Jura,sans-serif;font-weight:700;text-shadow:0 0 5px}.content__subtitle{max-width:90vw;text-align:center;font-size:1.25rem;font-weight:300;margin:0 0 30px 0;color:var(--color-subtitle);text-shadow:0 0 5px hsla(0,0%,0%,.5)}.content__text{max-width:60vw;font-size:.8rem;font-weight:300;text-align:justify;margin:10px 0 30px 0;color:var(--color-text);text-shadow:0 0 10px hsla(0,0%,0%,.7)}.dark .content__subtitle,.dark .content__text,.dark .content__title,.dark a{color:var(--color-deco)}.content__close{position:fixed;bottom:30px;right:30px;background:0 0;color:var(--color-link);border:1px solid;padding:0;display:block;margin:0 0 0 -2rem;width:2rem;height:2rem;border-radius:50%;opacity:0;cursor:pointer;transition:all .3s;background:hsla(0,0%,0%,.5)}.content__close:focus{outline:0}.content__close:hover{background:#333;border-color:var(--color-demo)}.deco-title{font-size:50vw;margin:0;pointer-events:none;position:absolute;color:var(--color-deco)}.scene{position:fixed;top:0;left:0;width:100%;height:100vh;pointer-events:none;z-index:1}.blob-6{transform:translate(620px,-80px)}.scene .blob-1 path{fill:url(#gradient-red)}.scene .blob-2 path{fill:url(#gradient-green)}.scene .blob-3 path{fill:url(#gradient-blue)}.scene .blob-4 path{fill:url(#gradient-yellow)}.scene .blob-5 path{fill:url(#gradient-purple)}.scene .blob-6 path{fill:url(#gradient-lime)}.scene path:first-of-type{fill-opacity:.1}.scene path:nth-of-type(2){fill-opacity:.2}.scene path:nth-of-type(3){fill-opacity:.3}.scene path:nth-of-type(4){fill-opacity:.4}.scene path:nth-of-type(5){fill-opacity:.5}.scene path:nth-of-type(6){fill-opacity:.6}.menu{position:relative;z-index:1000;display:flex;flex-direction:column;margin:5vh 0 0 25vw;font-size:4vw;align-items:flex-start}.menu__item{color:var(--color-menu);line-height:1.25;letter-spacing:1px;font-family:Jura,sans-serif;font-weight:300;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;position:relative;text-shadow:0 0 5px hsla(0,0%,100%,.7);transition:ease 350ms}.menu__item:focus,.menu__item:hover{color:var(--color-menu-hover);text-shadow:0 0 10px hsla(0,0%,100%,1)}.menu__item::before{content:'';width:60%;height:25px;position:absolute;left:0;bottom:0;transform-origin:0 0;transform:scale3d(0,1,1)}.menu__item:nth-child(1)::before{background:linear-gradient(45deg,#da4141,#9d316e)}.menu__item:nth-child(2)::before{background:linear-gradient(45deg,#00ac53,#23c3e0)}.menu__item:nth-child(3)::before{background:linear-gradient(45deg,#0947db,#07d89d)}.menu__item:nth-child(4)::before{background:linear-gradient(45deg,#f8ae2c,#f8c76b)}.menu__item:nth-child(5)::before{background:linear-gradient(45deg,#3a3d98,#6f22b9)}.menu__item:nth-child(6)::before{background:linear-gradient(45deg,#f19872,#e86c9a)}.menu__item--showDeco::before{transition:transform .8s cubic-bezier(.2,1,.3,1);transform:scale3d(1,1,1)}.menu__item--showDeco:hover::before{transition:transform .8s cubic-bezier(.2,1,.3,1);transform:scale3d(1.2,1,1)}.menu__item span{display:block;position:relative}@media screen and (max-width:1023px){.message{display:block}.content{flex-direction:column;height:auto;padding-bottom:10rem}.content--fixed{position:relative;z-index:10000;display:block;padding:5vh 0 0 0}.content__title{font-size:3rem}.content__subtitle{font-size:2rem}.content__text{max-width:90vw;font-size:1.5rem}.content--fixed.logo{z-index:1;margin:auto;display:flex}.content--fixed.logo img{width:300px}.content__inner{background-size:cover!important;background-position-y:top!important}.menu{font-size:4rem;margin:0 auto;align-items:center}.menu__item{line-height:1.5}.content__close{bottom:10px;right:10px;width:3rem;height:3rem}.gallery{width:100vw}.gallery img{width:45vw;margin:1vmin;padding:1vmin}}@media screen and (max-width:767px){.blob-1{transform:translate(-1305px,597px)}.blob-2{transform:translate(-200px,-335px)}.blob-3{transform:translate(-250px,40px)}.blob-4{transform:translate(0,60px)}.blob-5{transform:translate(-860px,-470px)}.blob-6{transform:translate(-15px,-180px)}}.gallery{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:60vw;background-color:#fff;box-shadow:0 0 20px hsla(0,0%,100%,.7)}.gallery div{border-right:1px solid #3c3c3c;height:140px;justify-content:center;align-items:center;display:flex}.gallery img{width:120px;margin:20px 20px;filter:grayscale(1);cursor:pointer;transition:filter ease-in-out 350ms}.gallery img:focus,.gallery img:hover{filter:grayscale(0)}