body {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.div-introduction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-introduction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-standard {
  max-width: 1300px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.hero-home {
  padding-top: 120px;
}

.section.hero-home.full-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bigger-heading {
  background-image: linear-gradient(77deg, #0914d5 17%, #0091ff);
  font-family: 'Geomanist webfont', sans-serif;
  font-size: 80px;
  line-height: 1.1;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bigger-heading.bigger-heading-h2 {
  background-image: linear-gradient(77deg, #0914d5, #0091ff 33%);
  font-size: 55px;
}

.h2-introduction {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 400;
}

.profile-image {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  box-shadow: 3px 3px 11px -1px rgba(0, 0, 0, 0.2);
}

.logo-text {
  font-size: 24px;
  font-weight: 600;
}

.link-block-intro {
  color: #4e4e4e;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .div-introduction {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .nav-menu-block {
    margin-right: 15px;
    margin-left: 15px;
    background-color: #f4f7fa;
  }

  .container-standard {
    padding-right: 16px;
    padding-left: 16px;
  }

  .navbar {
    padding-right: 25px;
    padding-left: 25px;
  }

  .bigger-heading {
    font-size: 50px;
  }

  .h2-introduction {
    font-size: 20px;
  }

  .profile-image {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .div-introduction {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .div-block-introduction {
    margin-left: 20px;
  }

  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }

  .bigger-heading {
    font-size: 40px;
  }

  .h2-introduction {
    font-size: 18px;
  }

  .profile-image {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-width: 479px) {
  .div-introduction {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-introduction {
    margin-left: 0px;
  }

  .bigger-heading {
    font-size: 30px;
  }

  .h2-introduction {
    font-size: 16px;
  }
}

@font-face {
  font-family: 'Geomanist webfont';
  src: url('../fonts/geomanist-black-webfont.woff2') format('woff2'), url('../fonts/geomanist-black-webfont.eot') format('embedded-opentype'), url('../fonts/geomanist-black-webfont.woff') format('woff'), url('../fonts/geomanist-black-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist webfont';
  src: url('../fonts/geomanist-bold-webfont.woff2') format('woff2'), url('../fonts/geomanist-bold-webfont.eot') format('embedded-opentype'), url('../fonts/geomanist-bold-webfont.woff') format('woff'), url('../fonts/geomanist-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist webfont';
  src: url('../fonts/geomanist-regular-webfont.woff2') format('woff2'), url('../fonts/geomanist-regular-webfont.eot') format('embedded-opentype'), url('../fonts/geomanist-regular-webfont.woff') format('woff'), url('../fonts/geomanist-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}