@media screen and (min-width:64em){.header__container{background:linear-gradient(270deg,gainsboro 50%,#000 0)}}@media screen and (min-width:48em){.header__wrapper{display:flex}}@media screen and (min-width:64em){.header__wrapper{max-width:1020px;margin-left:auto;margin-right:auto}}.header__text-container{background-color:#000}@media screen and (min-width:48em){.header__text-container{flex-basis:50%}}.header__image-container{display:flex;justify-content:center;border-bottom:2px solid #000;background-color:#dcdcdc}@media screen and (min-width:48em){.header__image-container{flex-basis:50%}}@media screen and (min-width:64em){.header__image-container{border:none}}.header__image{width:50%;height:100%}@media screen and (min-width:48em){.header__image{width:75%}}.hero__wrapper{padding:1rem 2rem .5rem}@media screen and (min-width:48em){.hero__wrapper{padding:3rem}}@media screen and (min-width:64em){.hero__wrapper{max-width:1020px;margin-left:auto;margin-right:auto;padding-top:6rem}}.hero__welcome,.hero__welcome-container{display:inline-block}.hero__welcome{background-color:#444;color:#fff;letter-spacing:2px;padding:.5rem;margin:0;font-size:.8rem;overflow:hidden;border-right:2px solid #fff;white-space:nowrap;width:0;animation:typing 3s steps(30) forwards}@keyframes typing{0%{width:0}to{width:100%}}@media screen and (min-width:64em){.hero__welcome{font-size:1rem}}.hero__tagline{color:#fff;font-size:1.8rem;margin:0;padding-top:1rem;font-weight:400;padding-bottom:.5rem;border-bottom:1px solid;border-image:linear-gradient(90deg,rgba(255,255,255,.9),rgba(83,60,64,0)) 1}.hero__tagline--bold{font-weight:700;border:none}@media screen and (min-width:64em){.hero__tagline{font-size:2.2rem;padding-top:2rem}}.hero__job{color:#fff;font-size:1.1rem;font-weight:400;margin:0;padding-top:.5rem}.hero__description{color:#b0b0b0;font-size:.8rem;line-height:1.7}.hero__description--bold{font-weight:700}@media screen and (min-width:64em){.hero__description{font-size:.9rem;line-height:1.9}}.hero__download-CV-container{position:relative;display:flex;margin-bottom:1rem}.hero__download-CV{border:2px solid rgba(255,255,255,.5);background-color:rgba(0,0,0,0);color:#b0b0b0;padding:.75em 3em .75em 2em;font-size:.7rem;font-weight:700;text-decoration:none}.hero__download-CV-icon,.hero__download-CV:hover{cursor:pointer;color:#fff}.hero__download-CV-icon{position:absolute;left:7.5rem;top:.6rem;height:.9rem;width:.9rem}