.no-wrap{white-space:nowrap}.homepage-model-wrap{display:flex;justify-content:center;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.homepage-model-wrap model-viewer{display:block;width:min(40vw,22rem);height:min(40vw,22rem);max-width:40vw;max-height:40vw;cursor:grab}.homepage-model-wrap model-viewer:hover,.homepage-model-wrap model-viewer:active{cursor:grabbing}@media screen and (max-width:1000px){.homepage-model-wrap model-viewer{width:96vw;height:96vw;max-width:96vw;max-height:96vw}}.waving-hand{animation:wave-animation 2.5s infinite;transform-origin:70% 70%;display:inline-block;width:1.5em;position:relative}.waving-hand:before{content:"👋"}.waving-hand:hover{cursor:grab;animation:none}.waving-hand:hover:before{content:"✋"}.waving-hand:hover:after{content:"🙌";transform-origin:center center;animation:high-five-animation 1s forwards;position:absolute;top:0;left:.2em}.waving-hand.-no-high-five:after{content:"";animation:none}.highlight{text-decoration:none;position:relative;transition:color var(--transition);display:inline-block}.highlight:after{content:"";position:absolute;z-index:-1;left:-.1em;right:-.1em;bottom:0;transition:top .2s cubic-bezier(0,.85,.8,1)}.company-highlight:after{top:92%;background:linear-gradient(to right,var(--company-highlight-color-l) 25%,var(--company-highlight-color-y) 75%)}.company-highlight:hover{color:var(--bg-color)}.company-highlight:hover:after{top:0%}.activity{margin:1.5em 0 2.2em}.activity-hover-able{background:linear-gradient(90deg,#fff5 50%,transparent 50%);background-repeat:repeat-x;background-size:6px 1px;background-position:0 100%;position:relative;cursor:grab;transition:background-size var(--transition);max-width:85%}.activity-hover-able:hover{animation:dash-animation 15s infinite linear;background-size:6px 2px}.activity-hover-able:hover:after{display:inline-block;animation-iteration-count:infinite;animation-timing-function:linear}.activity-hover-able:hover[data-animation=cat]:after{animation-name:cat-animation;animation-duration:1s}.activity-hover-able:hover[data-animation=coffee]:after{animation-name:coffee-animation;animation-duration:3s}.activity-hover-able:hover[data-animation=headphone]:after{animation-name:headphone-animation;animation-duration:1s}.activity-hover-able:hover[data-animation=plane]:after{animation-name:plane-animation;animation-duration:2.5s}[data-emoji]:after{content:attr(data-emoji);padding:0 4px}@keyframes dash-animation{0%{background-position:0 100%}to{background-position:100% 100%}}@keyframes wave-animation{0%{transform:rotate(0)}10%{transform:rotate(-10deg)}20%{transform:rotate(12deg)}30%{transform:rotate(-10deg)}40%{transform:rotate(10deg)}50%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes high-five-animation{0%{transform:translateY(0) scale(0)}80%{transform:translateY(-100%) scale(1);opacity:1}to{transform:translateY(-100%) scale(1);opacity:0}}@keyframes cat-animation{0%{transform:rotate(0)}25%{transform:rotate(10deg)}50%{transform:rotate(0)}75%{transform:rotate(-10deg)}to{transform:rotate(0)}}@keyframes coffee-animation{0%{transform:translateY(0)}20%{transform:translateY(0)}45%{transform:translateY(-10%)}70%{transform:translateY(-10%)}to{transform:translateY(0)}}@keyframes headphone-animation{0%{transform:scale(1)}25%{transform:scale(1.15)}50%{transform:scale(1)}75%{transform:scale(.85)}to{transform:scale(1)}}@keyframes plane-animation{0%{transform:translate(0) rotate(0)}50%{transform:translate(10%,-10%) rotate(-5deg)}to{transform:translate(20%,-20%) rotate(0)}}ul.links{display:flex;justify-content:center;list-style:none}li.link{flex:0 1 3em;margin:0 .5em}li.link a{display:inline-block;position:relative}li.link img{width:2em;opacity:1;transition:opacity .3s ease-in-out}li.link span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease-in-out}li.link:hover img{opacity:0}li.link:hover span{opacity:1}@media(max-width:768px){li.link:hover img{opacity:1}li.link:hover span{opacity:0}}:root{--bg-color: #202020;--text-color: #eaeaea;--company-highlight-color-l: #06c755;--company-highlight-color-y: #ff0033;--transition: .5s ease}*,*:after,*:before{margin:0;padding:0;box-sizing:border-box}html,body{font-size:calc(12px + .3vw)}body{font-family:Open Sans,sans-serif;background:var(--bg-color);color:var(--text-color)}@media screen and (max-width:1000px){html,body{font-size:16px}}main{text-align:center;padding:1.5em;max-width:1000px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start}a,a:visited{color:inherit;text-decoration:none;cursor:pointer}h1{font-family:Space Grotesk,sans-serif;font-size:2.2em;margin:1em 0 .2em}p{font-size:1.1em;line-height:2}
