/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{box-sizing:border-box}body{background-color:#fafafa}@font-face{font-family:"Alata";src:url(../.././assets/fonts/Alata-Regular.ttf) format("truetype");font-weight:400}@font-face{font-family:"JosefinSans";src:url(../.././assets/fonts/JosefinSans-Light.ttf) format("truetype");font-weight:300}body{font-family:"Alata", sans-serif;color:#8c8c8c;font-size:.9375rem}a{text-decoration:none}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}@media (max-width: 47.9375rem){.hide-for-mobile{display:none !important}}@media (min-width: 48rem){.hide-for-desktop{display:none !important}}.no-scroll{overflow:hidden}.header{position:absolute;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:40px 20px;top:0;left:0;z-index:10}@media (min-width: 48rem){.header{padding-left:40px;padding-right:40px}}@media (min-width: 62rem){.header{padding-left:80px;padding-right:80px}}.header__hamburger>span{display:block;height:2.5px;width:30px;background-color:#fafafa;margin-bottom:6px;transition:all 300ms ease-in-out;-webkit-transform-origin:3px 1px;transform-origin:3px 1px}.header__hamburger>span:last-of-type{margin-bottom:0}.header__hamburger.open>span:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.header__hamburger.open>span:nth-child(2){opacity:0}.header__hamburger.open>span:last-child{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.nav__items{display:flex;list-style:none;padding-left:0;margin:0}.nav__item{margin-right:25px}.nav__item a{position:relative;color:#fafafa}.nav__item a::after{display:inline-block;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:-10px;background-color:transparent;content:"";height:3px;width:1%;transition:all 200ms ease-in-out}.nav__item a:hover::after,.nav__item a:active::after{width:40%;background-color:#fafafa}.mheader{position:fixed;top:0;right:-100%;height:100%;width:100%;background-color:#000;z-index:2;transition:all 400ms ease-in-out}.mheader__menu{display:flex;flex-direction:column;justify-content:center;height:100%}.mheader.open{right:0}.mnav__items{list-style:none;padding:0 20px;margin:0}.mnav__item{font-family:"JosefinSans", sans-serif;font-weight:300;text-transform:uppercase;margin-bottom:26px}.mnav__item a{color:#fafafa;font-size:1.3125rem}.mnav__item:last-of-type{margin-bottom:0}.footer{background-color:#000;padding:60px 0;display:grid;grid-template-columns:repeat(1, 1fr);grid-template-rows:repeat(5, auto);justify-items:center;grid-template-areas:"brand" "contact" "menu" "credit" "dev"}@media (min-width: 48rem){.footer{padding:40px 40px 20px 40px;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(3, auto);grid-template-areas:"brand contact" "menu credit" "dev dev";grid-row-gap:16px}}@media (min-width: 62rem){.footer{padding-left:80px;padding-right:80px}}.footer .attribution{grid-area:dev}.footer__brand{margin-bottom:34px;grid-area:brand}@media (min-width: 48rem){.footer__brand{justify-self:left;margin-bottom:0}}.footer__menu{grid-area:menu}@media (min-width: 48rem){.footer__menu{justify-self:left}}.footer__items{list-style:none;margin:0 0 50px 0;padding-left:0}@media (min-width: 48rem){.footer__items{display:flex;flex-direction:row;margin-bottom:0}}.footer__item{margin-bottom:21px;text-align:center}@media (min-width: 48rem){.footer__item{margin-bottom:0;margin-right:25px}}.footer__item a{display:inline-block;color:#fafafa}.footer__item a::after{display:inline-block;background-color:transparent;content:"";height:3px;width:1%;transition:all 200ms ease-in-out}.footer__item a:hover::after,.footer__item a:active::after{width:100%;background-color:#fafafa}.footer__item:last-of-type{margin-right:0;margin-bottom:0}.footer__contact{margin-bottom:20px;grid-area:contact}@media (min-width: 48rem){.footer__contact{justify-self:right;margin-bottom:0}}.footer__socials{padding-left:0;margin:0;display:flex;flex-direction:row;align-items:center;list-style:none}.footer__credit{grid-area:credit}@media (min-width: 48rem){.footer__credit{justify-self:right}}.footer__social{margin-right:18px}.footer__social:last-of-type{margin-right:0}.footer__social a{position:relative;display:inline-block}.footer__social a::after{display:inline-block;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:-10px;background-color:transparent;content:"";height:3px;width:1%;transition:all 200ms ease-in-out}.footer__social a:hover::after,.footer__social a:active::after{width:100%;background-color:#fafafa}.attribution{font-size:.9375rem;padding:16px 34px;text-align:center;line-height:1.5;color:#8c8c8c}.attribution a{color:#fafafa;font-weight:700}.jumbotron{padding:20px;border:2px solid #fafafa}.jumbotron__title{display:inline-block;color:#fafafa;font-family:"JosefinSans", sans-serif;font-size:1.75rem;margin:0;text-transform:uppercase;font-weight:300;line-height:1;width:80%}@media (min-width: 36rem){.jumbotron__title{font-size:3rem;width:70%}}@media (min-width: 62rem){.jumbotron__title{font-size:4rem;width:100%}}.jumbotron--overlay{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:20px;right:20px}@media (min-width: 48rem){.jumbotron--overlay{width:60%;left:40px;right:40px}}@media (min-width: 62rem){.jumbotron--overlay{width:55%;left:80px;right:80px}}.section{position:relative;padding:100px 20px}@media (min-width: 48rem){.section{padding-left:40px;padding-right:40px}}@media (min-width: 62rem){.section{padding-left:80px;padding-right:80px}}.section--jumbotron{position:relative}.section--creation{padding-top:0}.section--creation .section__title{margin-top:0;margin-bottom:50px}@media (min-width: 48rem){.section--creation .section__title{margin-bottom:0}}.section__wrapper{display:flex;flex-direction:row;justify-content:center}@media (min-width: 48rem){.section__wrapper{align-items:center;justify-content:space-between;margin-bottom:70px}}.section__title{color:#000;font-family:"JosefinSans", sans-serif;font-weight:300;font-size:2.0625rem;text-transform:uppercase;margin-top:0;margin-bottom:16px;line-height:0.95}@media (min-width: 48rem){.section__title{line-height:1}}.section__info{margin:0;line-height:1.75}.section__body{padding:0 30px;text-align:center}@media (min-width: 48rem){.section__body{text-align:left}}@media (min-width: 48rem){.section__body--overlay{position:absolute;background-color:#fafafa;width:55%;top:36%;right:0;padding:55px}}@media (min-width: 62rem){.section__body--overlay{position:absolute;background-color:#fafafa;width:50%;top:40%;right:0;padding:80px}}.section__img{margin-bottom:50px}.section__img img{width:100%}@media (min-width: 48rem){.section__img--half img{width:60%}}.section__img--bg{height:650px;background-position:center;background-repeat:no-repeat;background-size:cover}.section__footer{text-align:center}.creation__items{list-style:none;padding:0;margin:0 0 48px 0;display:flex;flex-direction:column;justify-content:center}@media (min-width: 48rem){.creation__items{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:25px}}.creation__item{display:inline-block;line-height:1;position:relative;margin-bottom:24px;width:100%;min-height:124px}@media (min-width: 48rem){.creation__item{margin-bottom:0}}.creation__item:last-of-type{margin-bottom:0}.creation__item a{display:inline-block;width:100%}.creation__item a:hover .creation__img,.creation__item a:active .creation__img{opacity:0.6}.creation__item a:hover .creation__img::after,.creation__item a:active .creation__img::after{background-image:linear-gradient(90deg, #fafafa, #fafafa)}@media (min-width: 48rem){.creation__item a:hover .creation__img::after,.creation__item a:active .creation__img::after{background-image:linear-gradient(180deg, #fafafa, #fafafa)}}.creation__item a:hover .creation__text,.creation__item a:active .creation__text{color:#000}.creation__img{position:relative;height:124px;transition:all 200ms ease-in-out}@media (min-width: 48rem){.creation__img{height:auto}}.creation__img--bg{height:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.creation__img img{width:100%}.creation__img::after{position:absolute;content:"";height:100%;width:100%;top:0;left:0;opacity:0.6;background-image:linear-gradient(90deg, #000, transparent)}@media (min-width: 48rem){.creation__img::after{background-image:linear-gradient(360deg, #000, transparent)}}.creation__text{text-transform:uppercase;font-size:1.3125rem;font-family:"JosefinSans", sans-serif;font-weight:300;color:#fafafa;margin:0;transition:all 200ms ease-in-out}@media (min-width: 48rem){.creation__text{font-size:1.625rem}}.creation__text--overlay{position:absolute;left:24px;bottom:24px;width:30%}@media (min-width: 48rem){.creation__text--overlay{left:30px;bottom:30px;width:55%}}.btn{display:inline-block;text-transform:uppercase;letter-spacing:4px;background-color:transparent;padding:20px 40px}.btn:focus{outline:none}.btn--primary{color:#000;border:2px solid #000;background-color:transparent;padding:12px 46px;transition:all 200ms ease-in-out}@media (min-width: 48rem){.btn--primary{padding:10px 36px}}.btn--primary:hover,.btn--primary:active{background-color:#000;color:#fafafa}

