@font-face {
  font-family: 'Nexa';
  font-weight: 400;
  src: url("../fonts/nexa_light.woff2") format("woff2"); }

@font-face {
  font-family: 'Next';
  font-weight: 500;
  src: url("../fonts/nexa_bold.woff2") format("woff2"); }

@font-face {
  font-family: 'Next';
  font-weight: 700;
  src: url("../fonts/nexa_bold.woff2") format("woff2"); }

* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  color: #222831;
  font-family: "Nexa", sans-serif;
  font-size: 16px;
  margin: 0;
  position: relative; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0; }

.page-wrapper {
  min-height: 100vh;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .page-wrapper {
      padding-left: 350px; } }

.wrapper {
  align-items: center;
  background-color: #ffffff;
  color: #222831;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  width: 100%; }

.wrapper--dark {
  background-color: #222831;
  color: #ffffff; }

.wrapper__inner {
  width: 80%; }

.section__header {
  font-size: 2.3rem;
  line-height: 1.5;
  position: relative;
  text-align: left; }
  @media screen and (min-width: 992px) {
    .section__header {
      font-size: 4rem; } }
  .section__header::after {
    background-color: #00adb5;
    bottom: 0;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%; }

.section__text {
  font-size: 2rem; }
  @media screen and (min-width: 992px) {
    .section__text {
      font-size: 3rem; } }
  .section__text em {
    color: #00adb5; }

.section__text--centered {
  text-align: center; }

.section__text--small {
  font-size: 1.4rem; }
  @media screen and (min-width: 992px) {
    .section__text--small {
      font-size: 2.1rem; } }

.section__text--xsmall {
  font-size: 1.2rem; }
  @media screen and (min-width: 992px) {
    .section__text--xsmall {
      font-size: 1.5rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nexa", sans-serif; }

p {
  font-family: "Nexa", sans-serif; }

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes extend-underline {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes arrow-down {
  0% {
    bottom: 50px;
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    bottom: 20px;
    opacity: 0; } }

.about .wrapper__inner {
  width: 70%; }
  @media screen and (min-width: 992px) {
    .about .wrapper__inner {
      width: 60%; } }

@media screen and (min-width: 992px) {
  .contact .section__header {
    margin-bottom: 20px; } }

@media screen and (min-width: 992px) {
  .contact .section__text {
    margin-bottom: 40px; } }

.contact__item {
  align-items: center;
  color: #222831;
  display: flex;
  margin-bottom: 30px;
  text-decoration: none;
  transition-duration: 200ms;
  transition-timing-function: ease-out; }
  .contact__item svg {
    height: 25px;
    margin-right: 20px;
    width: 30px; }
  .contact__item span {
    font-size: 1.5rem; }
  .contact__item:hover {
    color: #00adb5; }

.footer p:first-child {
  margin-bottom: 10px; }

.hamburger {
  appearance: none;
  background-color: rgba(34, 40, 49, 0.4);
  border: 0;
  left: 0;
  padding: 10px;
  position: fixed;
  top: 0;
  z-index: 4; }
  @media screen and (min-width: 992px) {
    .hamburger {
      display: none; } }
  .hamburger svg {
    height: 20px;
    width: 20px; }
    @media screen and (min-width: 992px) {
      .hamburger svg {
        height: 60px;
        width: 60px; } }
  .hamburger path {
    fill: #ffffff; }

.header {
  background-color: #ffffff;
  height: 100vh;
  left: 0;
  position: fixed;
  transform: translateX(-110%);
  transition-duration: 400ms;
  transition-timing-function: ease-out;
  width: 100%;
  z-index: 5; }
  @media screen and (min-width: 992px) {
    .header {
      background-color: #EEEEEE;
      transform: translateX(0);
      transition: none;
      width: 350px; } }
  .header.active {
    transform: translateX(0); }

.header-wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 50px 20px 20px;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-overflow-scrolling: touch; }

.header__close {
  appearance: none;
  background-color: transparent;
  border: 0;
  left: 20px;
  padding: 0;
  position: absolute;
  top: 20px; }
  @media screen and (min-width: 992px) {
    .header__close {
      display: none; } }
  .header__close svg {
    height: 20px;
    width: 20px; }
    @media screen and (min-width: 992px) {
      .header__close svg {
        height: 40px;
        width: 40px; } }

.header__image-wrapper {
  border-radius: 50%;
  display: block;
  height: 200px;
  margin: 0 auto 50px;
  overflow: hidden;
  position: relative;
  width: 200px; }

.header__image {
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 0;
  transform: translateX(-50%); }

.header__intro {
  text-align: center; }

.header__intro-name {
  align-items: center;
  border-bottom: 2px solid #00adb5;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 25px; }
  .header__intro-name svg {
    margin-right: 5px;
    width: 25px; }
  .header__intro-name path {
    fill: #00adb5; }
  .header__intro-name span {
    line-height: 1.2; }

.header__intro-title {
  font-size: 1.1rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 5px; }

.header__intro-location {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  margin-top: 15px; }
  .header__intro-location svg {
    margin-right: 5px;
    width: 20px; }
  .header__intro-location path {
    fill: #00adb5; }

.home {
  align-items: center;
  background-color: #222831;
  color: #ffffff;
  justify-content: center;
  position: relative; }
  @media screen and (min-width: 992px) {
    .home {
      align-items: flex-end;
      justify-content: flex-end; } }
  .home .wrapper__inner {
    text-align: right;
    width: auto; }
    @media screen and (min-width: 992px) {
      .home .wrapper__inner {
        padding-bottom: 90px;
        padding-right: 90px; } }
  .home h2 {
    animation-delay: 500ms;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
    animation-name: fade-in;
    animation-timing-function: ease-out;
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 0;
    opacity: 0;
    position: relative;
    transform: translateY(-20px); }
    @media screen and (min-width: 992px) {
      .home h2 {
        font-size: 6rem; } }
    .home h2::after {
      animation-delay: 1500ms;
      animation-duration: 1000ms;
      animation-fill-mode: forwards;
      animation-name: extend-underline;
      animation-timing-function: ease-out;
      background-color: #222831;
      bottom: 0;
      content: '';
      height: 5px;
      left: 0;
      position: absolute;
      width: 0; }

.home__arrow {
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-name: arrow-down;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  bottom: 50px;
  display: none;
  height: 20px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 20px; }
  @media screen and (min-width: 992px) {
    .home__arrow {
      display: block; } }

.nav {
  margin-bottom: 50px; }

.nav__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-left: 0; }

.nav__item {
  margin-bottom: 15px; }
  .nav__item:last-child {
    margin-bottom: 0; }

.nav__link {
  color: #222831;
  display: block;
  font-size: 1.3rem;
  position: relative;
  text-decoration: none; }
  .nav__link::after {
    background-color: #00adb5;
    content: '';
    left: 0;
    height: 2px;
    position: absolute;
    top: 100%;
    transition-duration: 400ms;
    transition-timing-function: ease-out;
    width: 0; }
  .nav__link:hover::after {
    width: 100%; }
  .nav__link svg {
    height: 25px;
    width: 25px; }

.nav__icons {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0; }

.nav__icon-item {
  margin-left: 10px;
  margin-right: 10px; }

.nav__icon-link svg {
  width: 20px; }

.nav__icon-link path {
  transition-duration: 400ms;
  transition-timing-function: ease-out; }

.nav__icon-link:hover path {
  fill: #00adb5; }

.work {
  padding-bottom: 100px;
  padding-top: 100px; }
  .work .wrapper__inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

.work__item {
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 40px;
  width: 300px; }

.work__logo {
  max-width: 100%; }

.workshop {
  padding-bottom: 100px;
  padding-top: 100px; }
  .workshop .wrapper__inner {
    width: 70%; }

.workshop__links {
  margin-top: 70px; }
  @media screen and (min-width: 992px) {
    .workshop__links {
      align-items: center;
      display: flex; } }

.workshop__link-wrapper {
  margin-bottom: 20px;
  margin-right: 20px; }
  @media screen and (min-width: 992px) {
    .workshop__link-wrapper {
      margin-bottom: 0;
      margin-right: 50px; } }

.workshop__link {
  align-items: center;
  background-color: #ffffff;
  border-radius: 1000px;
  color: #222831;
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  padding: 15px 0;
  text-decoration: none;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  width: 225px; }
  @media screen and (min-width: 992px) {
    .workshop__link {
      margin-right: 50px; }
      .workshop__link:hover {
        background-color: #393e46;
        color: #ffffff; }
        .workshop__link:hover path {
          fill: #ffffff; } }
  .workshop__link:last-child {
    margin-right: 0; }
  .workshop__link svg {
    height: 20px;
    margin-right: 10px;
    width: 20px; }
  .workshop__link path {
    transition-duration: 200ms;
    transition-timing-function: ease-out; }

.yt-stats {
  color: #222831;
  display: block;
  margin-bottom: 50px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  text-decoration: none;
  transition-duration: 250ms;
  transition-property: opacity;
  transition-timing-function: ease-out;
  visibility: hidden; }
  .yt-stats.is-visible {
    max-height: 60px;
    opacity: 1;
    visibility: visible; }

.yt-stats__title {
  font-size: 18px;
  margin-bottom: 5px; }

.yt-stats__wrapper {
  align-items: center;
  display: flex;
  justify-content: center; }

.yt-stat {
  border-bottom: 1px solid #2BCED6;
  padding-bottom: 1px; }
  .yt-stat:first-child {
    margin-right: 15px; }
