@media only screen and (max-width:768px){.desktop{display:none}}@media only screen and (min-width:769px){.mobile{display:none}}h1:before{content:"";width:30px;height:6px;background:#000;display:block;margin-bottom:30px}.page{padding:20px 40px;width:75%;max-width:560px;min-width:220px;transition:opacity .5s ease;opacity:0}@media only screen and (min-width:769px){.page{padding-left:70px}}.sub-page .page{opacity:1}.btn{-webkit-appearance:none;display:inline-block;cursor:pointer;color:#000;text-transform:none;background-color:#ff0;border:0;margin:0;font-family:Playfair Display,serif;padding:10px;font-size:14px}.container{height:100%;position:relative}.container:after{clear:both;content:"";display:block}.left,.right{position:absolute;height:100%;margin:0;top:0}.left{z-index:1;width:100%;left:0}.right{position:fixed;z-index:2;width:50%;background:#ff0;right:0;transition:all .5s ease;background:#1e5799;background:linear-gradient(240deg,#ff0 30%,#30ff15);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e5799",endColorstr="#7db9e8",GradientType=1)}@media only screen and (min-width:769px){.right{transition:all .9s ease}}.right.small{width:80px}@media only screen and (min-width:769px){.right.small{width:115px}}.right.open{width:100%}@media only screen and (min-width:769px){.right.open{width:90%}}main{position:relative;width:100vw;height:100vh}.link-container{margin-top:50px}.link{margin-bottom:15px}a{color:#000;text-decoration:none;transition:all .35s ease}a:hover{color:#1a1a1a}.fade-enter{opacity:0;z-index:1}.fade-enter.fade-enter-active{opacity:1;transition:opacity .5s ease-in}@media only screen and (max-width:768px){.desktop{display:none}}@media only screen and (min-width:769px){.mobile{display:none}}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:25px;display:inline-block;cursor:pointer;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger-box{width:30px;height:26px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:30px;height:5px;background-color:#000;border-radius:0;position:absolute;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:.15s;transition-timing-function:ease}@media only screen and (min-width:769px){.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:45px;height:8px}}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-10px}@media only screen and (min-width:769px){.hamburger-inner:before{top:-15px}}.hamburger-inner:after{bottom:-10px}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}@media only screen and (min-width:769px){.hamburger--collapse .hamburger-inner:after{top:-30px}}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{-webkit-transform:translate3d(0,-10px,0) rotate(-45deg);transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse.is-active .hamburger-inner:before{top:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s}@media only screen and (max-width:768px){.desktop{display:none}}@media only screen and (min-width:769px){.mobile{display:none}}nav{position:relative;height:100%}.nav-container{position:absolute;bottom:0;left:0;padding:35px;width:100%;opacity:0;pointer-events:none;transition:.5s ease}.nav-container:before{content:"";width:30px;height:6px;background:#000;display:block;margin-bottom:20px}@media only screen and (min-width:769px){.nav-container{bottom:auto;left:calc(-9vw + 50%);top:50%;-webkit-transform:translateY(-38%);transform:translateY(-38%);width:auto}}.nav-container li{font-family:Playfair Display,serif;font-size:42px;color:#000}.nav-container li:not(:last-child){margin-bottom:10px}@media only screen and (min-width:769px){.nav-container li{font-size:42px;margin-bottom:10px}.nav-container li.home{display:none}}.open .nav-container{opacity:1;pointer-events:auto}@media only screen and (max-width:768px){.desktop{display:none}}@media only screen and (min-width:769px){.mobile{display:none}}.hamburger{margin-left:auto;display:block;position:absolute;right:0;top:0;z-index:20}.hamburger .hamburger-box{transition:all .3s ease}@media only screen and (min-width:769px){.hamburger{right:25px;top:25px}}.logo{position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:-100%;left:-11px;width:40px;transition:all .2s linear,bottom 2s ease;opacity:1}@media only screen and (min-width:769px){.logo{width:57px;left:-16px}}.loaded .logo{bottom:40px}@media only screen and (min-width:769px){.loaded .logo{bottom:50px}}.open .logo{left:-40px;opacity:1;transition-timing-function:ease-in;transition-delay:.2s;transition-duration:.7s}@media only screen and (min-width:769px){.open .logo{left:-14px;opacity:1}}.example-enter{opacity:.01}.example-enter.example-enter-active{opacity:1;transition:opacity .5s ease-in}.example-leave{opacity:1}.example-leave.example-leave-active{opacity:.01;transition:opacity .3s ease-in}.example-appear{opacity:.01}.example-appear.example-appear-active{opacity:1;transition:opacity .5s ease-in}@media only screen and (max-width:768px){.desktop{display:none}}@media only screen and (min-width:769px){.mobile{display:none}}.about{position:relative;min-height:100vh}@media only screen and (min-width:1601px){.about{max-width:820px}.about p{font-size:50px;line-height:70px}}.cv-icon{display:inline-block;vertical-align:middle;width:30px;height:30px;background:no-repeat url("/images/icon.cv.svg") 50%;background-size:cover;margin-right:5px}@media only screen and (min-width:769px){.cv-icon{width:60px;height:60px;margin-right:15px}}.cv-btn{padding-right:55px;position:relative;font-size:13px;margin:20px auto}@media only screen and (min-width:769px){.cv-btn{font-size:23px;position:absolute;bottom:0;left:70px;margin:0;padding:25px 23px;padding-right:160px}}@media only screen and (min-width:1601px){.cv-btn{font-size:36px;padding-right:330px}}.cv-btn:after{content:"";width:17px;height:18px;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:no-repeat url("/images/arrow.svg") 50%;background-size:13px;overflow:hidden}@media only screen and (min-width:769px){.cv-btn:after{width:22px;height:22px;background-size:100%;right:40px}}@media only screen and (max-width:768px){.desktop{display:none}}@media only screen and (min-width:769px){.mobile{display:none}}.contact h1{margin-bottom:60px}@media only screen and (min-width:769px){.contact{max-width:none;width:88%}}.contact-link-square{width:50px;height:50px;background:#000;font-size:18px;color:#fff;position:relative;left:-7px;background:no-repeat url("/images/icon.instagram.svg") 50%;background-size:cover}.contact-link-square .fa{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}@media only screen and (min-width:1601px){.contact-link-square{width:3.8vw;height:3.8vw;background-size:121%}}.contact-link{margin-bottom:26px}@media only screen and (min-width:769px){.contact-link{display:inline-block;width:50%;vertical-align:top;position:relative;height:20vh}}.contact-link p{margin-top:5px}.large{display:none;font-size:30px;line-height:50px;font-weight:100;margin:0}@media only screen and (max-width:768px){.desktop{display:none}}@media only screen and (min-width:769px){.mobile{display:none}}/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}*{box-sizing:border-box}body{background:#fff;font-family:Lato,sans-serif;color:#000;margin:0;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700}h1{font-size:52px}button{outline:none}ul{margin:0;padding:0}p{font-family:Lato,sans-serif;font-size:15px;line-height:26px;font-weight:300}@media only screen and (min-width:769px){p{font-size:30px;line-height:50px;font-weight:100}}li p{font-family:Lato,sans-serif;font-size:15px;line-height:26px;font-weight:400}a{outline:none}li{list-style:none}
/*# sourceMappingURL=bundle.1f259e35d6d06cda689305bacf623467.css.map*/