@-webkit-keyframes scrollDown{0%{opacity:0;transform:translateY(-10rem)}80%{transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes scrollDown{0%{opacity:0;transform:translateY(-10rem)}80%{transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes scrollUp{0%{opacity:0;transform:translateY(10rem)}80%{transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}@keyframes scrollUp{0%{opacity:0;transform:translateY(10rem)}80%{transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes moveInLeft{0%{opacity:0;transform:translateX(-2rem)}80%{transform:translateX(.2rem)}to{opacity:1;transform:translateX(0)}}@keyframes moveInLeft{0%{opacity:0;transform:translateX(-2rem)}80%{transform:translateX(.2rem)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes moveInRight{0%{opacity:0;transform:translateX(2rem)}80%{transform:translateX(-.2rem)}to{opacity:1;transform:translateX(0)}}@keyframes moveInRight{0%{opacity:0;transform:translateX(2rem)}80%{transform:translateX(-.2rem)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes verticalBoing{0%{transform:rotate(-135deg) scale(1.5) translateY(0);opacity:0}25%{transform:rotate(-135deg) scale(1.5) translateY(-.5rem) translateX(-.5rem)}50%{transform:rotate(-135deg) scale(1.5) translateY(-1rem) translateX(-1rem);opacity:1}75%{transform:rotate(-135deg) scale(1.5) translateY(-.5rem) translateX(-.5rem)}to{transform:rotate(-135deg) scale(1.5) translateY(0);opacity:0}}@keyframes verticalBoing{0%{transform:rotate(-135deg) scale(1.5) translateY(0);opacity:0}25%{transform:rotate(-135deg) scale(1.5) translateY(-.5rem) translateX(-.5rem)}50%{transform:rotate(-135deg) scale(1.5) translateY(-1rem) translateX(-1rem);opacity:1}75%{transform:rotate(-135deg) scale(1.5) translateY(-.5rem) translateX(-.5rem)}to{transform:rotate(-135deg) scale(1.5) translateY(0);opacity:0}}@-webkit-keyframes blink{0%{opacity:0;transform:rotate(-135deg) scale(1.5) translateY(0)}50%{opacity:1;transform:rotate(-135deg) scale(1.5) translateY(-.5rem) translateX(-.5rem)}to{opacity:0;transform:rotate(-135deg) scale(1.5) translateY(0)}}@keyframes blink{0%{opacity:0;transform:rotate(-135deg) scale(1.5) translateY(0)}50%{opacity:1;transform:rotate(-135deg) scale(1.5) translateY(-.5rem) translateX(-.5rem)}to{opacity:0;transform:rotate(-135deg) scale(1.5) translateY(0)}}@-webkit-keyframes zoomIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes rotateForever{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotateForever{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.scroll-up{-webkit-animation:scrollUp .5s ease-out;animation:scrollUp .5s ease-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.scroll-down{-webkit-animation:scrollDown .5s ease-out;animation:scrollDown .5s ease-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.move-in-left{-webkit-animation:moveInLeft .2s ease-out;animation:moveInLeft .2s ease-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.move-in-right{-webkit-animation:moveInRight .2s ease-out;animation:moveInRight .2s ease-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.zoom-in{-webkit-animation:zoomIn .4s ease-in;animation:zoomIn .4s ease-in;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}html{font-size:62.5%}@media (max-width:56.25em){html{font-size:56.25%}}@media (max-width:37.5em){html{font-size:50%}}@media (max-width:18.75em){html{font-size:43.75%}}@media (min-width:93.75em){html{font-size:68.75%}}@media (min-width:112.5em){html{font-size:75%}}@media (min-width:137.5em){html{font-size:81.25%}}@media (min-width:156.25em){html{font-size:87.5%}}*,:after,:before{margin:0;padding:0;box-sizing:inherit}body{box-sizing:border-box;height:100vh;overflow-x:hidden}main{position:relative;height:104vh}section{position:absolute;top:0;left:0;width:100%;height:100%}::-webkit-scrollbar{display:none}body{font-family:Raleway,sans-serif;font-weight:400;font-size:1.6rem;line-height:1.7;color:#000}p{font-size:1.2rem}@media (max-width:68.75em){p{font-size:1rem}}@media (max-width:62.5em){p{font-size:.85rem}}@media (min-width:93.75em){p{font-size:1.4rem}}@media (min-width:106.25em){p{font-size:1.55rem}}@media (min-width:131.25em){p{font-size:1.75rem}}@media (min-width:143.75em){p{font-size:1.85rem}}.u-center-text{text-align:center!important}.u-margin-bottom-big{margin-bottom:8rem!important}.u-margin-bottom-medium{margin-bottom:4rem!important}.u-margin-bottom-small{margin-bottom:1.5rem!important}.u-margin-top-big{margin-top:8rem!important}.u-margin-top-huge{margin-top:10rem!important}.card{perspective:150rem;-moz-perspective:150rem;position:relative;display:flex;flex-direction:column;align-content:center;align-items:center;text-align:center;color:#fff;padding:3rem;width:25rem;height:30rem}@media (max-width:62.5em){.card{width:20rem;height:25rem;margin-left:-2rem}}@media (min-width:106.25em){.card{width:30rem;height:35rem;margin-top:2rem;margin-left:12rem}}@media (min-width:131.25em){.card{width:37rem;height:40rem;margin-top:4rem;margin-left:15rem}}.card__side{height:100%;transition:all .8s ease-out;position:absolute;top:0;left:0;width:100%;border:2px solid #fff;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;display:flex;align-items:center}.card__side--back{transform:rotateY(180deg);background-color:#fff;padding:2.5rem;line-height:1.8}.card:hover .card__side--front{transform:rotateY(-180deg)}.card:hover .card__side--back{transform:rotateY(0)}.card__title{position:absolute;bottom:0;border-top:2px solid #fff;width:100%;height:15%;text-transform:uppercase;letter-spacing:2px;padding-top:1rem;font-size:1.5rem}@media (max-width:68.75em){.card__title{font-size:1.2rem;letter-spacing:1px}}@media (min-width:118.75em){.card__title{font-size:1.4rem}}@media (min-width:131.25em){.card__title{font-size:2rem;padding-top:1.5rem}}.card__icon{font-size:8rem;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}@media (max-width:62.5em){.card__icon{font-size:5rem}}.card__content{color:#bb74d4;font-size:1.4rem}@media (max-width:62.5em){.card__content{font-size:1.1rem}}@media (min-width:106.25em){.card__content{font-size:1.7rem}}@media (min-width:131.25em){.card__content{font-size:2rem}}.carousel{width:100%;height:100%;position:relative}.carousel__navbar{display:flex;justify-content:flex-start;align-items:center;position:absolute;right:0;bottom:0;margin-right:4rem}.carousel__navbar li{list-style:none}.carousel__navbar li:not(:last-child){margin-right:1.5rem}.carousel__navbar-item{background-color:#fff;display:inline-block;cursor:pointer;padding:.2rem .8rem;font-size:1.2rem;font-weight:900;color:#715ffd;border:.1rem solid #715ffd;box-shadow:.2rem .2rem 0 #715ffd;text-decoration:none}@media (max-width:68.75em){.carousel__navbar-item{font-size:.8rem}}.carousel__navbar-item--active,.carousel__navbar-item:hover{transform:scale(1.1)}.carousel__navbar-item:active{transform:translateY(.2rem)}.header{position:fixed;display:flex;top:0;padding-left:3rem;padding-top:1rem;z-index:12;background-color:transparent}.header__logo{font-family:Raleway,sans-serif;font-weight:800;font-size:2rem;letter-spacing:2px;transition:all .2s}@media (max-width:68.75em){.header__logo{font-size:1.4rem}}@media (max-width:56.25em){.header__logo{font-size:2rem}}@media (max-width:26.5625em){.header__logo{font-size:2.2rem}}@media (min-width:106.25em){.header__logo{font-size:2.5rem}}@media (min-width:143.75em){.header__logo{font-size:2.8rem}}.header__logo:hover{transform:scale(1.05);cursor:pointer}.loading{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.loading__spinner{-webkit-animation:rotateForever .75s linear infinite;animation:rotateForever .75s linear infinite;width:10rem;height:10rem;border-radius:50%;display:inline-block}.navbar{position:fixed;top:0;left:0;width:16rem;height:104vh;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;text-transform:uppercase;padding-top:1rem;z-index:10}@media (max-width:68.75em){.navbar{width:12.8rem}}@media (min-width:106.25em){.navbar{width:19.2rem}}.navbar__item{margin-right:2.2rem;font-size:1.2rem;text-decoration:none;display:flex;font-weight:400;transition:all .2s;letter-spacing:1px;margin-bottom:1rem;border-bottom:1px solid transparent}@media (max-width:68.75em){.navbar__item{font-size:1rem;margin-bottom:.6rem}}@media (max-width:62.5em){.navbar__item{font-size:.8rem}}@media (min-width:106.25em){.navbar__item{font-size:1.5rem}}@media (min-width:131.25em){.navbar__item{font-size:1.7rem}}.navbar__item :last-child{margin-bottom:0}.not-found{color:#fff;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-block;border:.1rem solid #bb74d4;background-color:#bb74d4;border-radius:.2rem;padding:2.5rem 3.8rem;box-shadow:1rem 1rem 0 rgba(0,0,0,.15);text-align:center}.not-found__icon{font-size:6rem}.not-found__message{display:block;font-size:4.2rem;letter-spacing:.1rem;font-weight:600}.project-card{background-color:#fff;border-radius:.3rem;box-shadow:0 0 1rem .3rem rgba(0,0,0,.15);position:absolute;padding:1rem}.project-card__wrapper{z-index:1}.project-card--left{top:4rem;left:4rem;width:40%;padding-left:2rem;padding-right:2rem;padding-bottom:2rem}@media (max-width:68.75em){.project-card--left{top:0;left:0}}@media (min-width:106.25em){.project-card--left{left:10rem}}.project-card--left:after{top:0;left:0;width:3.2rem;height:3.2rem;border-radius:20rem;transform:translate(-50%,-50%)}.project-card--left:after,.project-card--left:before{content:"";display:inline-block;position:absolute;background-image:linear-gradient(135deg,#bb74d4 15%,#715ffd);z-index:-1}.project-card--left:before{top:.8rem;left:.8rem;border-radius:.3rem;width:100%;height:100%}.project-card--right{top:8rem;right:4rem;width:45%;padding:0}@media (max-width:68.75em){.project-card--right{top:0}}@media (min-width:106.25em){.project-card--right{right:0}}.project-card--right:after{content:"";display:inline-block;position:absolute;top:0;right:0;width:5.5rem;height:5.5rem;border-radius:20rem;background-image:linear-gradient(135deg,#bb74d4 15%,#715ffd);transform:translate(50%,-50%);z-index:-1}@media (max-width:68.75em){.project-card--right:after{width:4rem;height:4rem}}.project-card--right:before{content:"";display:inline-block;position:absolute;top:.8rem;left:-.8rem;border-radius:.3rem;background-image:linear-gradient(135deg,#bb74d4 15%,#715ffd);width:100%;height:100%;z-index:-1;transform:rotate(180deg)}.project-card--down{bottom:0;left:7rem;max-width:55%;padding:1rem 2rem}@media (max-width:68.75em){.project-card--down{left:2rem}}@media (min-width:106.25em){.project-card--down{left:12rem}}@media (min-width:131.25em){.project-card--down{max-width:64%}}.project-card--down:after{bottom:0;left:0;width:2.5rem;height:2.5rem;border-radius:20rem;transform:translate(-50%,50%)}.project-card--down:after,.project-card--down:before{content:"";display:inline-block;position:absolute;background-image:linear-gradient(135deg,#bb74d4 15%,#715ffd);z-index:-1}.project-card--down:before{top:-.8rem;left:.8rem;border-radius:.3rem;width:100%;height:100%}.project-card__title{display:inline;color:#fff;background-image:linear-gradient(135deg,#bb74d4 15%,#715ffd);text-transform:capitalize;font-size:3.2rem;font-weight:400;padding:0 4rem 0 .8rem;text-align:left;letter-spacing:.1rem}@media (max-width:68.75em){.project-card__title{font-size:2.6rem}}@media (max-width:62.5em){.project-card__title{font-size:2.2rem}}@media (min-width:93.75em){.project-card__title{font-size:3.4rem}}.project-card__subtitle{display:inline-block;text-transform:capitalize;font-size:2rem;font-weight:400;color:#715ffd;margin-bottom:1.8rem}@media (max-width:68.75em){.project-card__subtitle{font-size:1.8rem}}@media (min-width:106.25em){.project-card__subtitle{font-size:2.4rem}}@media (min-width:131.25em){.project-card__subtitle{font-size:2.6rem}}.project-card__subtitle:after{content:"";display:block;position:relative;height:.2rem;width:5rem;margin-top:-.5rem;background-color:#715ffd}@media (max-width:68.75em){.project-card__subtitle:after{margin-top:0}}.project-card__description{margin-top:1.4rem;margin-bottom:1.4rem;color:#715ffd}@media (max-width:68.75em){.project-card__description{margin-top:1.2rem}}.project-card__link:link,.project-card__link:visited{text-decoration:none;display:inline-block;background-color:#bb74d4;color:#fff;font-size:1.4rem;padding:.2rem .6rem}@media (max-width:68.75em){.project-card__link:link,.project-card__link:visited{font-size:1.2rem}}@media (max-width:62.5em){.project-card__link:link,.project-card__link:visited{font-size:.8rem}}@media (min-width:106.25em){.project-card__link:link,.project-card__link:visited{font-size:1.6rem}}@media (min-width:131.25em){.project-card__link:link,.project-card__link:visited{font-size:1.8rem}}.project-card__link:active{transform:translateY(2rem)}.project-card__link:hover{background-color:#b161ce;transform:translateY(-.2rem)}.project-card__image-box{width:100%;overflow:hidden;border-radius:.2rem;height:25rem}@media (max-width:68.75em){.project-card__image-box{height:22rem}}@media (max-width:62.5em){.project-card__image-box{height:19rem}}@media (min-width:106.25em){.project-card__image-box{height:30rem}}@media (min-width:131.25em){.project-card__image-box{height:40rem}}.project-card__image{height:100%;width:100%;-o-object-fit:fill;object-fit:fill}.project-card__list{list-style:inside;list-style-type:square;font-size:1rem;color:#715ffd;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;gap:0 3rem;grid-template-areas:". ."}.project-card__list-item{margin-bottom:.4rem}@media (max-width:62.5em){.project-card__list{font-size:.8rem}}@media (min-width:93.75em){.project-card__list{font-size:1.2rem}}@media (min-width:106.25em){.project-card__list{font-size:1.4rem}}@media (min-width:131.25em){.project-card__list{font-size:1.6rem}}.sidebar{position:fixed;top:0;right:0;width:7rem;height:102vh;display:flex;justify-content:center;z-index:10}@media (max-width:68.75em){.sidebar{width:5.6rem}}@media (min-width:131.25em){.sidebar{width:8.4rem}}.sidebar__link{text-align:center;width:2rem;height:2rem}@media (max-width:68.75em){.sidebar__link{width:1.6rem;height:1.6rem}}@media (min-width:106.25em){.sidebar__link{width:2.5rem;height:2.5rem}}@media (min-width:143.75em){.sidebar__link{width:3rem;height:3rem}}.sidebar__link:after{content:"";display:inline-block;height:100%;width:100%;margin-top:.5rem;margin-left:.5rem}.sidebar__link--up{position:absolute;top:2rem;transform:rotate(45deg)}.sidebar__link--up:active{transform:scale(1.05) translateY(.7rem) rotate(45deg)}.sidebar__link--up:hover{transform:scale(1.1) rotate(45deg)}.sidebar__link--down{position:absolute;bottom:3rem;transform:rotate(-135deg)}@media (min-width:118.75em){.sidebar__link--down{bottom:4rem}}.sidebar__link--down:active{transform:scale(1.05) translateY(.7rem) rotate(-135deg)}.sidebar__link--down:hover{transform:scale(1.1) rotate(-135deg)}.sidebar__link--main{position:fixed;bottom:3rem;right:50%;transform:rotate(-135deg) scale(1.5)}@media (min-width:143.75em){.sidebar__link--main{bottom:4rem}}.sidebar__link--main:hover{transform:rotate(-135deg) scale(1.8)}.sidebar__link--main:hover,.sidebar__link--main:not(:hover){-webkit-animation:blink 2s infinite;animation:blink 2s infinite}.sidebar__link--main:not(:hover){-webkit-animation-delay:11s;animation-delay:11s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.timeline{position:relative;color:#fff;width:100%;height:100%;padding-top:2rem}@media (min-width:106.25em){.timeline{margin-left:4rem}}.timeline__line{position:absolute;left:50%;transform:translateX(-50%);width:90%;border-bottom:.1rem solid #fff;display:flex;padding:0;justify-content:space-evenly;align-items:stretch;align-content:stretch}@media (min-width:93.75em){.timeline__line{border-bottom:.2rem solid #fff}}.timeline__line__item{position:relative;display:inline-block;padding-left:1rem;padding-bottom:5rem;height:12.7rem;border:none;transition:all .2s;cursor:default}@media (max-width:68.75em){.timeline__line__item{height:11rem}}@media (min-width:106.25em){.timeline__line__item{height:15rem}}@media (min-width:118.75em){.timeline__line__item{height:17rem}}.timeline__line__item:after{content:"";display:inline-block;position:absolute;top:12.2rem;left:-.5rem;width:1rem;height:1rem;background-color:#fff;border-radius:20rem;cursor:pointer}@media (max-width:68.75em){.timeline__line__item:after{top:10.5rem}}@media (min-width:106.25em){.timeline__line__item:after{top:14.5rem}}@media (min-width:118.75em){.timeline__line__item:after{top:16.5rem}}.timeline__line__item__title{font-size:1.2rem;text-transform:capitalize;font-weight:600;transform:translateY(14rem);cursor:pointer;transition:all .2s;overflow:hidden;max-width:25ch}@media (max-width:68.75em){.timeline__line__item__title{font-size:1rem;transform:translateY(12.5rem)}}@media (max-width:62.5em){.timeline__line__item__title{font-size:.8rem}}@media (min-width:93.75em){.timeline__line__item__title{font-size:1.4rem}}@media (min-width:106.25em){.timeline__line__item__title{font-size:1.6rem;transform:translateY(16.5rem)}}@media (min-width:118.75em){.timeline__line__item__title{transform:translateY(18.5rem)}}@media (min-width:131.25em){.timeline__line__item__title{font-size:1.8rem}}.timeline__line__item__date{font-size:1rem;font-weight:400;transform:translateY(14rem);cursor:pointer;transition:all .2s}@media (max-width:68.75em){.timeline__line__item__date{font-size:.8rem;transform:translateY(12.5rem)}}@media (max-width:62.5em){.timeline__line__item__date{font-size:.7rem}}@media (min-width:93.75em){.timeline__line__item__date{font-size:1.2rem}}@media (min-width:106.25em){.timeline__line__item__date{transform:translateY(16.5rem)}}@media (min-width:118.75em){.timeline__line__item__date{transform:translateY(18.5rem)}}@media (min-width:131.25em){.timeline__line__item__date{font-size:1.4rem}}.timeline__line__item--animated:hover>*{transform:translateY(14rem) scale(1.1);-webkit-backface-visibility:hidden;backface-visibility:hidden}@media (max-width:68.75em){.timeline__line__item--animated:hover>*{transform:translateY(12.5rem) scale(1.1)}}@media (min-width:106.25em){.timeline__line__item--animated:hover>*{transform:translateY(16.5rem) scale(1.1)}}@media (min-width:118.75em){.timeline__line__item--animated:hover>*{transform:translateY(18.5rem) scale(1.1)}}.timeline__line__item--active{cursor:pointer;border-left:.1rem solid #fff;color:#fff;transition:all .2s}.timeline__line__item--active>*{transform:translateY(0)}.timeline__line__navigation{display:inline-block;border-left:.1rem solid #fff;border-top:.1rem solid #fff;width:.8rem;height:.8rem;position:absolute;top:12.3rem;cursor:pointer}@media (max-width:68.75em){.timeline__line__navigation{top:10.6rem}}@media (max-width:62.5em){.timeline__line__navigation{top:10.7rem}}@media (min-width:93.75em){.timeline__line__navigation{border-left:.2rem solid #fff;border-top:.2rem solid #fff}}@media (min-width:106.25em){.timeline__line__navigation{top:14.6rem}}@media (min-width:118.75em){.timeline__line__navigation{top:16.6rem}}.timeline__line__navigation--left{left:0;transform:rotate(-45deg)}.timeline__line__navigation--left:hover{transform:scale(1.2) rotate(-45deg)}.timeline__line__navigation--right{position:absolute;right:0;transform:rotate(135deg)}.timeline__line__navigation--right:hover{transform:scale(1.2) rotate(135deg)}.timeline__details{position:absolute;top:55%;left:50%;transform:translateX(-50%);width:100%;padding-left:12rem}@media (max-width:68.75em){.timeline__details{left:45%}}.timeline__details__title{font-size:2.4rem;letter-spacing:1px;font-weight:600}@media (max-width:68.75em){.timeline__details__title{font-size:2rem}}@media (max-width:62.5em){.timeline__details__title{font-size:1.8rem}}@media (min-width:93.75em){.timeline__details__title{font-size:2.8rem}}@media (min-width:106.25em){.timeline__details__title{font-size:3rem}}@media (min-width:131.25em){.timeline__details__title{font-size:3.2rem}}.timeline__details__date{font-size:1rem;margin-bottom:2rem;font-weight:400}@media (max-width:62.5em){.timeline__details__date{font-size:.8rem}}@media (min-width:93.75em){.timeline__details__date{font-size:1.2rem}}@media (min-width:106.25em){.timeline__details__date{font-size:1.4rem;font-size:1.6rem}}.timeline__details__description{display:inline-block;width:60%;font-size:1.4rem}@media (max-width:68.75em){.timeline__details__description{font-size:1rem}}@media (max-width:62.5em){.timeline__details__description{font-size:.8rem}}@media (min-width:93.75em){.timeline__details__description{font-size:1.5rem}}@media (min-width:106.25em){.timeline__details__description{font-size:1.7rem}}@media (min-width:131.25em){.timeline__details__description{font-size:1.9rem}}.typing-box{display:flex;flex-direction:column;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:40rem}@media (min-width:106.25em){.typing-box{width:50rem}}@media (min-width:131.25em){.typing-box{width:55rem}}@media (min-width:137.5em){.typing-box{width:60rem}}.typing{font-family:Courier Prime,monospace;font-size:1.8rem;display:inline-block;overflow:hidden;white-space:nowrap;color:#fff;border-right:2px solid #fff;box-sizing:border-box;padding-right:4px;height:2.3rem}@media (max-width:68.75em){.typing{font-size:1.5rem;height:2rem}}@media (min-width:106.25em){.typing{font-size:2rem;height:2.7rem}}@media (min-width:137.5em){.typing{font-size:2.5rem;height:3rem}}.blink{-webkit-animation:typingBlink .75s step-end infinite;animation:typingBlink .75s step-end infinite}.not-last{border-right:none}@-webkit-keyframes typingBlink{0%,to{border-color:transparent}50%{border-color:#fff}}@keyframes typingBlink{0%,to{border-color:transparent}50%{border-color:#fff}}.row{max-width:114rem;margin:0 auto}.row:not(:last-child){margin-bottom:8rem}.row:after{content:"";display:table;clear:both}.row [class^=col-]{float:left}.row [class^=col-]:not(:last-child){margin-right:6rem}.row .col-1-of-2{width:calc((100% - 6rem)/2)}.row .col-1-of-3{width:calc((100% - 12rem)/3)}.row .col-2-of-3{width:calc(2*(100% - 12rem)/3 + 6rem)}.row .col-1-of-4{width:calc((100% - 18rem)/4)}.row .col-2-of-4{width:calc(2*(100% - 18rem)/4 + 6rem)}.row .col-3-of-4{width:calc(3*(100% - 18rem)/4 + 12rem)}.content{position:absolute;left:16rem;top:5rem;width:84%;height:85%;padding:2rem 3rem}@media (max-width:43.75em){.content{left:0;top:0;width:100%;height:100%;padding:2rem 3rem}}.about-content{width:80%;height:76%;background-image:linear-gradient(135deg,#bb74d4 15%,#715ffd);padding:2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;position:relative}@media (max-width:68.75em){.about-content{padding:2rem 1rem;margin-left:-4rem}}@media (min-width:106.25em){.about-content{margin-left:4rem}}.about-content__text-box{width:50%;height:100%;background-color:transparent;margin-right:2%;padding:0 2rem 2rem;color:#fff}.about-content__text-box__title{font-weight:800;text-transform:uppercase;text-align:center;letter-spacing:4px;margin-bottom:1rem}@media (max-width:68.75em){.about-content__text-box__title{font-size:2rem}}@media (max-width:62.5em){.about-content__text-box__title{font-size:1.6rem}}@media (min-width:93.75em){.about-content__text-box__title{font-size:2.4rem}}@media (min-width:106.25em){.about-content__text-box__title{font-size:2.55rem}}@media (min-width:131.25em){.about-content__text-box__title{font-size:2.85rem}}@media (min-width:143.75em){.about-content__text-box__title{font-size:3rem}}.about-content__text-box__paragraph{text-align:left}@media (min-width:93.75em){.about-content__text-box__paragraph{font-size:1.3rem}}@media (min-width:106.25em){.about-content__text-box__paragraph{font-size:1.5rem}}@media (min-width:131.25em){.about-content__text-box__paragraph{font-size:1.7rem}}.about-content__text-box__paragraph:not(:last-child){margin-bottom:1rem}.about-content__img-box{width:45%;height:97%;box-shadow:1rem 1rem 0 #fff;overflow:hidden}.about-content__img-box__img{width:100%;background-size:cover}.contact{background-color:#fff;border-radius:.2rem;position:fixed;top:50%;left:55%;transform:translate(-50%,-50%);width:47%;box-shadow:1rem 1rem 1.5rem rgba(0,0,0,.25);padding:2rem;color:#715ffd}@media (max-width:68.75em){.contact{width:50%}}@media (min-width:106.25em){.contact{width:44%}}.contact__message{display:inline-block;margin-bottom:2rem;position:relative}.contact__message:after{content:"";display:inline-block;position:absolute;top:4.5rem;width:100%;height:.3rem;background-color:#715ffd;border-bottom-right-radius:20rem}@media (min-width:106.25em){.contact__message:after{top:6rem}}@media (min-width:118.75em){.contact__message:after{top:5.8rem}}@media (min-width:131.25em){.contact__message:after{top:6.5rem}}.contact__message h2{display:block;font-size:2.6rem;font-weight:600}@media (max-width:68.75em){.contact__message h2{font-size:2.4rem}}@media (max-width:62.5em){.contact__message h2{font-size:2rem}}@media (min-width:93.75em){.contact__message h2{font-size:3rem}}@media (min-width:106.25em){.contact__message h2{font-size:3.2rem}}@media (min-width:131.25em){.contact__message h2{font-size:3.6rem}}.contact__message h2:first-letter{font-size:3rem;background-color:#715ffd;color:#fff;display:inline-block;padding:.1rem .3rem .3rem;margin-right:.2rem}@media (min-width:106.25em){.contact__message h2:first-letter{font-size:4rem}}@media (min-width:131.25em){.contact__message h2:first-letter{font-size:4.4rem}}.contact__item{cursor:pointer;width:100%;padding:1rem 1rem 1rem 3rem;margin-bottom:1rem;position:relative}@media (max-width:68.75em){.contact__item{padding:.8rem .8rem .8rem 2rem;margin-bottom:.8rem}}.contact__item:hover{background-color:rgba(0,0,0,.05);transform:translateY(-.1em)}.contact__item:hover .contact__item__tooltip{display:flex}.contact__item__icon{font-size:2.2rem;margin-right:1.5rem}@media (max-width:68.75em){.contact__item__icon{font-size:2rem}}@media (min-width:93.75em){.contact__item__icon{font-size:2.5rem}}@media (min-width:131.25em){.contact__item__icon{font-size:2.8rem}}.contact__item__text{font-size:1.8rem}@media (max-width:68.75em){.contact__item__text{font-size:1.4rem}}@media (min-width:93.75em){.contact__item__text{font-size:2rem}}@media (min-width:131.25em){.contact__item__text{font-size:2.6rem}}.contact__item a:active,.contact__item a:link,.contact__item a:visited{text-transform:capitalize;text-decoration:none;color:#715ffd}.contact__item__tooltip{display:none;background-color:#715ffd;color:#fff;font-weight:600;font-size:.8rem;float:right;margin-top:.5rem;width:12rem;padding:.3rem .6rem;justify-content:center;align-items:center;border-radius:.2rem}@media (max-width:62.5em){.contact__item__tooltip{margin-top:.2rem}}@media (min-width:131.25em){.contact__item__tooltip{font-size:1.2rem;width:16rem;margin-top:.8rem}}.experience-content{position:absolute;top:60%;transform:translateY(-50%);width:95%;height:94%}@media (max-width:62.5em){.experience-content{margin-left:-4rem}}.skills-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:1px solid #715ffd;box-shadow:1rem 1rem 0 #715ffd;padding:3rem 4rem;color:#715ffd;font-size:1.4rem;border-radius:2px;width:50%}@media (max-width:68.75em){.skills-content{padding:2rem 3rem}}.skills-content__section{position:relative;margin-bottom:2rem}.skills-content__section__title{display:block;margin-bottom:1.4rem;text-transform:uppercase;font-weight:600;position:relative}@media (max-width:68.75em){.skills-content__section__title{font-size:1.4rem}}@media (max-width:62.5em){.skills-content__section__title{font-size:1.2rem}}@media (min-width:106.25em){.skills-content__section__title{font-size:1.8rem}}@media (min-width:131.25em){.skills-content__section__title{font-size:2.2rem}}.skills-content__section__title:after{content:"";display:inline-block;position:absolute;top:2.6rem;left:-1rem;width:4rem;height:.2rem;background-color:#715ffd}@media (max-width:68.75em){.skills-content__section__title:after{top:2.4rem}}@media (max-width:62.5em){.skills-content__section__title:after{top:2rem}}@media (min-width:106.25em){.skills-content__section__title:after{top:3rem}}@media (min-width:131.25em){.skills-content__section__title:after{top:3.3rem}}.skills-content__section__list{padding-left:4rem;-moz-column-count:2;-moz-column-gap:2rem;column-gap:2rem;-moz-column-width:8rem;columns:8rem 2}.skills-content__section__list__item{font-weight:400;font-size:1.2rem}@media (max-width:68.75em){.skills-content__section__list__item{font-size:1rem}}@media (max-width:62.5em){.skills-content__section__list__item{font-size:.8rem}}@media (min-width:106.25em){.skills-content__section__list__item{font-size:1.4rem}}@media (min-width:131.25em){.skills-content__section__list__item{font-size:1.6rem}}.whatido__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;display:flex;justify-content:space-evenly}.dark{background-image:linear-gradient(135deg,#bb74d4 15%,#715ffd)}.dark .sidebar__link,.dark .sidebar__link:after{border-top:2px double #fff;border-left:2px double #fff}.dark .header__logo{color:#fff}.dark .navbar:after{content:"";display:inline-block;height:35%;width:100%;position:absolute;top:50%;left:0;transform:translateY(-50%);border-right:1px solid #fff;z-index:-1}.dark .navbar__item{color:#fff}.dark .navbar__item--active,.dark .navbar__item:hover{border-bottom:1px solid #fff}.dark .navbar__item:hover{transform:scale(1.05)}.dark .loading__spinner{border:.8rem solid #fff;border-right-color:transparent}.light{background-image:#fff}.light .sidebar__link,.light .sidebar__link:after{border-top:2px double #715ffd;border-left:2px double #715ffd}.light .header__logo{background-image:linear-gradient(135deg,#bb74d4 15%,#715ffd);display:inline-block;-webkit-background-clip:text;background-clip:text;color:transparent}.light .navbar:after{content:"";display:inline-block;height:35%;width:100%;position:absolute;top:50%;left:0;transform:translateY(-50%);border-right:1px solid #bb74d4;z-index:-1}.light .navbar__item{background-image:linear-gradient(135deg,#bb74d4 15%,#715ffd);display:inline-block;-webkit-background-clip:text;background-clip:text;color:transparent}.light .navbar__item--active,.light .navbar__item:hover{border-bottom:1px solid #715ffd}.light .navbar__item:hover{transform:scale(1.05)}.light .loading__spinner{border:.8rem solid #715ffd;border-right-color:transparent}