@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;800&display=swap);a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.row{display:flex;flex-direction:row;justify-content:center;align-items:center}@media (max-width:768px){.row{flex-direction:column}}.row .col{flex:1 1}*,:after,:before{box-sizing:border-box}html{font-size:62.5%;font-family:"Poppins"}body{font-size:2rem;color:#373737;background:#fff;line-height:1.25}img{display:block;width:100%}a{display:inline-block;text-decoration:none;color:#000}.wrapper{max-width:1920px}.container{width:90%;padding:0 2rem;margin:0 auto}.overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9;background:rgba(0,0,0,.3)}.overlay.show{display:block}.title{font-size:7rem;text-transform:uppercase;font-weight:800;position:absolute;text-align:center;top:8rem;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.title__text{color:#004134;text-shadow:1rem .8rem rgba(0,184,148,.25)}@media (max-width:1600px){.title{font-size:5.6rem;top:7rem}.title__text{text-shadow:.7rem .56rem rgba(0,184,148,.25)}}@media (max-width:768px){.title{font-size:4rem;position:unset;-webkit-transform:translate(0);transform:translate(0);margin-top:15vh}}@media (max-width:400px){.title{font-size:3rem;margin-top:10vh}.title__text{text-shadow:2px 4px rgba(0,184,148,.25)}}.header{position:fixed;width:100vw;left:0;top:6rem;z-index:5}.header__menu{display:none}.header__logo .button{display:flex;flex-direction:row;justify-content:center;align-items:center;font-weight:700;font-size:2.5rem;-webkit-text-decoration:3px underline;text-decoration:3px underline;color:#fff}.header__logo .button img{display:none}.header .container{justify-content:space-between}.header .container,.header__community{display:flex;flex-direction:row;align-items:center}.header__community{justify-content:center}.header__community .button{margin:0 3rem}@media (max-width:1600px){.header{top:4.2rem}.header__community .button{margin:0 2.1rem}}@media (max-width:768px){.header{background:#00b894;top:0}.header__menu{display:block;cursor:pointer}.header__menu img{width:30px;margin-right:2rem}.header__community{display:none}}@media (max-width:400px){.header__logo .button{width:5rem;height:5rem;font-size:20px}.header__menu img{width:20px;margin-right:2rem}.header__community{display:none}}.footer{width:100%;z-index:5;position:fixed;left:0;bottom:6.5rem;color:#969696;font-size:3rem;font-style:italic}.footer .container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.footer__actor{font-weight:600}.footer__actor:before{content:"#"}.footer__social{display:flex;flex-direction:row;justify-content:center;align-items:center}.footer__social .text{margin-right:1vw}.footer__social .social-link{width:5rem;margin:0 3rem}@media (max-width:1600px){.footer{bottom:4.55rem;font-size:2.1rem}.footer__social .social-link{width:3.5rem;margin:0 1.05rem}}@media (max-width:768px){.footer{bottom:3rem}.footer__actor{font-size:1rem}.footer__social p{display:none}.footer__social .social-link{width:2.5rem;margin:0 .7rem}}@media (max-width:400px){.footer{bottom:2rem}.footer__social .social-link{width:2rem;margin:0 .5rem}}.button{display:flex;text-align:center;position:relative;width:9rem;height:9rem;padding:1.5rem;background:#00b894}.button.active:after,.button:hover:after{top:-20%;left:-20%;opacity:1}.button:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;border:2px solid #373737;transition:all .2s cubic-bezier(.445,.05,.55,.95);z-index:-1}@media (max-width:1600px){.button{width:6.3rem;height:6.3rem;padding:1.05rem}}.main{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory;overflow-y:auto;height:100vh}.section{scroll-snap-align:start;overflow:hidden;position:relative;width:100%;height:100vh}.section .container{position:relative;height:100%;padding:0 10%}.nav{position:fixed;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:7vw;z-index:10}.nav__close,.nav__community{display:none}.nav__link{margin:3rem 0}.nav__link .button{width:7rem;height:7rem}@media (max-width:1600px){.nav__link{margin:2.1rem 0}.nav__link .button{width:4.9rem;height:4.9rem}}@media (max-width:768px){.nav{z-index:10;display:flex;flex-direction:column;justify-content:space-between;background:#00b894;height:100vh;padding:3rem;-webkit-transform:none;transform:none;top:0;right:0;left:unset;transition:.3s ease;-webkit-transform:translateX(100%);transform:translateX(100%)}.nav.open{-webkit-transform:translateX(0);transform:translateX(0)}.nav__link .button{width:6rem;height:6rem}.nav__link .button:after{display:none}.nav__link .button.active{border:2px solid #fff}.nav__community{margin-top:3rem;display:flex;flex-direction:column}.nav__community .button{background:#004134;margin:1rem 0}.nav__close{cursor:pointer;display:block;margin-bottom:3rem}.nav__close img{width:4.5rem;height:4.5rem;margin:0 auto}}@media (max-width:400px){.nav{padding:2rem}.nav .button{width:5rem;height:5rem}.nav__community{margin-top:1rem}.nav__close{margin-bottom:1rem}.nav__close img{width:3rem;height:3rem}}.jumbotron{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:100%;margin:0 auto}.jumbotron__left{z-index:5}.jumbotron__left__caption{font-size:6rem;font-weight:600;white-space:nowrap;margin-bottom:1.5rem}.jumbotron__left__subcaption{color:#004134;font-size:4rem;margin-bottom:.5rem}.jumbotron__left__quote{font-style:italic;font-size:2.5rem}.jumbotron__left__quote:before{content:'-- "'}.jumbotron__left__quote:after{content:'"'}.jumbotron__right{position:relative;-webkit-transform:translate(-15%,10%);transform:translate(-15%,10%)}.jumbotron__right--mobile{display:none}.jumbotron__right img{width:1000px}.jumbotron__right .rect{position:absolute;border:3px solid #00b894;width:100%;height:100%;top:-15%;left:-10%;z-index:-1}@media (max-width:768px){.jumbotron{flex-direction:column-reverse;height:auto;justify-content:center}.jumbotron__left__caption{font-size:3rem;margin-top:4rem;margin-bottom:0}.jumbotron__left__subcaption{font-size:2rem;margin-top:1rem;margin-bottom:0}.jumbotron__left__quote{margin-top:.5rem;font-size:1.6rem}.jumbotron__right{display:none}.jumbotron__right--mobile{margin-top:10vh;-webkit-transform:translateX(15%);transform:translateX(15%);display:block}.jumbotron__right--mobile img{width:442px}.jumbotron__right--mobile .rect{position:absolute;border:3px solid #00b894;width:100%;height:100%;top:-15%;left:-8%;z-index:-1}}@media (max-width:400px){.jumbotron__left__caption{font-size:2.5rem;margin-top:2rem}.jumbotron__left__subcaption{font-size:1.7rem;margin-top:1rem}.jumbotron__left__quote{margin-top:.5rem;font-size:1.5rem}.jumbotron__right--mobile{margin-top:8vh;-webkit-transform:translateX(15%);transform:translateX(15%)}.jumbotron__right--mobile img{width:400px}.jumbotron__right--mobile .rect{top:-10%;left:-8%;z-index:-1}}.content-box{width:-webkit-max-content;width:max-content;position:relative}.content-box .rect{z-index:-1;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:-4rem;width:60%;height:200%;border:3px solid rgba(0,184,148,.5)}.content-box:nth-child(2){color:#00b894}.content-box:nth-child(2) .rect{border-color:rgba(55,55,55,.75)}.goal-boxes{display:flex;flex-direction:column;justify-content:center;height:100%;-webkit-transform:translateX(10%);transform:translateX(10%)}.goal-boxes .content-box:first-child{font-size:6rem;margin-bottom:20rem}.goal-boxes .content-box:nth-child(2){margin-left:auto;font-size:4rem;width:900px}.goal-boxes .content-box:nth-child(2):after,.goal-boxes .content-box:nth-child(2):before{content:'"';position:absolute;color:#004134;font-size:12rem}.goal-boxes .content-box:nth-child(2):after{right:0}.goal-boxes .content-box:nth-child(2):before{top:-5rem;left:-10rem}@media (max-width:1600px){.goal-boxes .content-box:first-child{font-size:4.2rem;margin-bottom:14rem}.goal-boxes .content-box:nth-child(2){font-size:2.8rem;width:700px}}@media (max-width:768px){.goal-boxes{height:auto;-webkit-transform:unset;transform:unset}.goal-boxes .content-box .rect{height:150%;width:80%}.goal-boxes .content-box:first-child{width:110%;margin-top:10vh;font-size:3rem}.goal-boxes .content-box:nth-child(2){-webkit-transform:translateX(10%);transform:translateX(10%);width:100%;font-size:2.5rem}.goal-boxes .content-box:nth-child(2):after,.goal-boxes .content-box:nth-child(2):before{font-size:6rem}.goal-boxes .content-box:nth-child(2):before{top:-2rem;left:-3rem}}@media (max-width:768px){.goal-boxes .content-box .rect{height:150%}.goal-boxes .content-box:first-child{margin-top:10vh;font-size:2.5rem;margin-bottom:12rem}.goal-boxes .content-box:first-child .rect{width:60%;height:180%}.goal-boxes .content-box:nth-child(2){font-size:2rem}}.skill-boxes{display:flex;flex-direction:row;justify-content:space-around;align-items:center;height:100%;-webkit-transform:translateX(8%);transform:translateX(8%)}.skill-boxes__item .content-box .rect{width:90%;height:150%}.skill-boxes__item .content-box h4{color:#004134;font-size:6rem;margin-bottom:1rem}.skill-boxes__item .content-box ul{list-style:circle}.skill-boxes__item .content-box li{margin-left:5rem;font-size:4rem;margin-bottom:.5rem}.skill-boxes__item img{width:15rem;margin-bottom:15rem}@media (max-width:1600px){.skill-boxes__item .content-box h4{font-size:4.2rem;margin-bottom:.7rem}.skill-boxes__item .content-box li{margin-left:3.5rem;font-size:2.8rem;margin-bottom:.35rem}.skill-boxes__item img{width:10.5rem;margin-bottom:10.5rem}}@media (max-width:768px){.skill-boxes{flex-direction:column;height:auto;-webkit-transform:unset;transform:unset}.skill-boxes__item{margin:4rem auto}.skill-boxes__item:first-child{margin-left:0}.skill-boxes__item:nth-child(3){margin-right:0}.skill-boxes__item .content-box h4{font-size:3rem}.skill-boxes__item .content-box li{font-size:2rem}.skill-boxes__item .content-box .rect{height:120%;left:-2rem}.skill-boxes__item img{display:none}}@media (max-width:768px){.skill-boxes__item{margin:2.5rem auto}.skill-boxes__item .content-box h4{font-size:2.5rem}.skill-boxes__item .content-box li{font-size:1.8rem}.skill-boxes__item .content-box .rect{height:130%;left:-2rem}}.carousel{width:100%;height:100%;position:relative}.carousel .controller{cursor:pointer;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:10}.carousel .controller .button{width:8rem;height:8rem}.carousel .controller.next{right:5%}.carousel .controller.prev{left:5%}.carousel #swiper-pagination{bottom:10%}.carousel #swiper-pagination span{width:1.5rem;height:1.5rem;border-radius:0}.carousel #swiper-pagination span.swiper-pagination-bullet-active{background:#00b894;outline:1px solid #373737;outline-offset:5px}@media (max-width:1600px){.carousel .controller .button{width:5.6rem;height:5.6rem}.carousel #swiper-pagination{bottom:15%}}@media (max-width:768px){.carousel{margin-top:10vh;height:auto}.carousel .controller{display:none}.carousel #swiper-pagination{margin-top:3rem;position:relative;margin-top:2rem}}.swiper-slide{display:flex;flex-direction:column;justify-content:center;align-items:center}.slide{text-align:center;width:100%}.slide__preview{margin-bottom:5rem}.slide__preview a{width:75rem;position:relative;-webkit-transform:translate(5%,5%);transform:translate(5%,5%);opacity:1}.slide__preview a:hover:after{top:-15%;left:-15%}.slide__preview a:after{content:"";position:absolute;width:100%;height:100%;top:-10%;left:-10%;opacity:1;z-index:-1;border:3px solid #00b894;transition:all .3s ease}.slide__name{font-weight:600;text-transform:capitalize;font-size:8rem;margin-bottom:2rem}.slide__description{color:#004134;font-size:3rem;font-weight:300}.slide__description:before{content:"@"}@media (max-width:1600px){.slide__preview{margin-bottom:3.5rem}.slide__preview a{width:52.5rem}.slide__name{font-size:5.6rem;margin-bottom:1.4rem}.slide__description{font-size:2.1rem}}@media (max-width:768px){.slide{width:100%}.slide__preview a{width:100%;-webkit-transform:unset;transform:unset}.slide__preview a:after{display:none}.slide__name{font-size:4rem}.slide__description{font-size:2rem}}@media (max-width:768px){.slide__name{font-size:2.5rem;margin-bottom:1rem}.slide__description{font-size:1.5rem}}
/*# sourceMappingURL=main.b5cb3b88.chunk.css.map */