body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #0091be;
  box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 4px 0px;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #017a9f;
  box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 14px 0px;
}
.button:active {
  box-shadow: none;
}
.button.home-button {
  font-size: 17px;
}
.button.home-button.button-border {
  border: 1px solid white;
}
.banner-home {
  height: 550px;
  background-color: #0091be;
  background-image: url('../images/banner-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: white;
}
.home-nav-bar {
  background-color: #0091be;
  box-shadow: rgba(0, 0, 0, 0.38) 1px 1px 3px 0px;
}
.home-nav-bar.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
}
.nav-item {
  background-color: #0091be;
  color: white;
  font-size: 18px;
  font-weight: 300;
}
.nav-item:hover {
  background-color: #046b8a;
}
.nav-item.w--current {
  background-color: #046b8a;
  color: white;
}
.logo {
  width: 212px;
  height: 60px;
  background-image: url('../images/vastpark-notree-logo-white-1.png');
  background-position: 50% 50%;
  background-size: 212px 60px;
  background-repeat: no-repeat;
}
.section {
  padding-top: 17px;
  padding-bottom: 17px;
}
.section.section-grey {
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(left, #f8f8f8, #f8f8f8);
  background-image: -o-linear-gradient(left, #f8f8f8, #f8f8f8);
  background-image: linear-gradient(to right, #f8f8f8, #f8f8f8);
  box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 8px 0px inset;
}
.section.section-footer {
  background-color: #0091be;
  background-image: -webkit-linear-gradient(left, #0091be, #0091be);
  background-image: -o-linear-gradient(left, #0091be, #0091be);
  background-image: linear-gradient(to right, #0091be, #0091be);
  box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 6px 0px;
  color: white;
}
.section.section-html {
  background-color: #0091be;
  background-image: -webkit-linear-gradient(left, #0091be, #0091be);
  background-image: -o-linear-gradient(left, #0091be, #0091be);
  background-image: linear-gradient(to right, #0091be, #0091be);
  box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 6px 0px;
  color: white;
}
.section-company-heading {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 56px;
  line-height: 57px;
  font-weight: 200;
}
.home-text-block {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 31px;
}
.home-text-block.section-projects-texts {
  padding-right: 494px;
}
.home-section-heading {
  font-size: 35px;
  line-height: 28px;
}
.form-block {
  padding-top: 20px;
  padding-bottom: 0px;
}
.form-message {
  min-height: 117px;
}
.form-field {
  border-radius: 4px;
  box-shadow: dimgray 0px 0px 4px 0px;
}
.div-padding {
  padding-right: 10px;
  padding-left: 10px;
}
.section-company-logo-column {
  text-align: center;
}
.form-field-label {
  font-weight: 300;
}
.banner-home-container {
  padding-top: 172px;
}
.banner {
  height: 300px;
  background-color: #0091be;
  background-image: url('../images/banner-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: black 0px 0px 6px 1px inset;
}
.section-heading {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 29px;
  line-height: 30px;
}
.text-block {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.text-block.align-right {
  text-align: right;
}
.section-sub-heading {
  margin-top: 14px;
  padding-bottom: 2px;
  font-size: 22px;
  line-height: 30px;
}
.section-img.section-img-mental {
  margin-top: 13px;
}
.section-img.section-img-vastworlds {
  margin-top: 25px;
}
.section-img.section-img-oculus {
  margin-top: 7px;
}
.section-img.img-shadow {
  box-shadow: #969696 0px 0px 2px 0px;
}
.contact-us-body {
  height: 100%;
  background-color: #0091be;
  background-image: url('../images/banner-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-contact-us {
  margin-top: 200px;
  background-color: rgba(0, 145, 190, 0.8);
  background-image: -webkit-linear-gradient(left, rgba(0, 145, 190, 0.81), rgba(0, 145, 190, 0.8));
  background-image: -o-linear-gradient(left, rgba(0, 145, 190, 0.81), rgba(0, 145, 190, 0.8));
  background-image: linear-gradient(to right, rgba(0, 145, 190, 0.81), rgba(0, 145, 190, 0.8));
  box-shadow: black 0px 0px 6px 0px;
  color: white;
}
.center {
  text-align: center;
}
.banner-container {
  padding-top: 147px;
  color: white;
}
.banner-container.banner-container-projects {
  padding-top: 128px;
}
.banner-container.banner-container-the-lab {
  padding-top: 113px;
}
.banner-container-column-2 {
  border-left-style: solid;
  font-size: 23px;
  line-height: 25px;
}
.banner-container-column-2.banner-container-column-2-the-lab {
  font-size: 20px;
}
.banner-container-column-2.banner-container-column-2-founders-message {
  margin-top: 12px;
}
.banner-container-column-1 {
  padding-top: 2px;
  font-size: 35px;
  line-height: 38px;
  text-align: right;
}
.banner-container-column-1.banner-container-column-1-projects {
  padding-top: 16px;
  line-height: 40px;
}
.banner-container-column-1.banner-container-column-1-the-lab {
  padding-top: 41px;
}
.section-projects-container {
  background-image: url('../images/project_image_desktop.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-projects-padding {
  padding-top: 17px;
  padding-bottom: 17px;
}
.important-text {
  color: black;
  font-weight: 400;
}
.legals {
  text-align: center;
}
.footer-link {
  color: white;
  text-decoration: none;
}
.section-avatar-text {
  padding-top: 36px;
}
._404-title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 90px;
  line-height: 90px;
  text-align: center;
}
._404-description {
  margin-bottom: 60px;
  text-align: center;
}
.green {
  border-radius: 4px;
  background-color: #00b558;
  box-shadow: black 0px 0px 1px 0px;
}
.red {
  border-radius: 4px;
  background-color: #b30202;
  box-shadow: black 1px 1px 1px 0px;
}
html.w-mod-js *[data-ix="home-banner-fade-in-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  -o-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}
html.w-mod-js *[data-ix="home-banner-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  -o-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}
html.w-mod-js *[data-ix="home-banner-fade-in-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  -o-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="fade-in-from-right"] {
  opacity: 0;
  -webkit-transform: translate(250px, 0px);
  -ms-transform: translate(250px, 0px);
  -o-transform: translate(250px, 0px);
  transform: translate(250px, 0px);
}
html.w-mod-js.w-mod-no-ios *[data-ix="popup"] {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
html.w-mod-js.w-mod-no-ios *[data-ix="fade-in-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-250px, 0px);
  -ms-transform: translate(-250px, 0px);
  -o-transform: translate(-250px, 0px);
  transform: translate(-250px, 0px);
}
@media (max-width: 991px) {
  .section-company-heading {
    font-size: 46px;
    line-height: 50px;
  }
  .home-text-block.section-projects-texts {
    padding-right: 0px;
    font-weight: 300;
  }
  .section-heading {
    line-height: 30px;
  }
  .section-img.section-img-our-services {
    margin-top: 40px;
  }
  .section-img.section-img-sibr {
    margin-top: 50px;
  }
  .section-img.section-img-mental {
    margin-top: 77px;
  }
  .section-img.section-img-nursim {
    margin-top: 74px;
  }
  .section-img.section-img-groupia {
    margin-top: 50px;
  }
  .section-img.section-img-vepit {
    margin-top: 19px;
  }
  .section-img.section-img-military {
    margin-top: 40px;
  }
  .section-img.section-img-vastworlds {
    margin-top: 109px;
  }
  .section-img.section-img-oculus {
    margin-top: 47px;
  }
  .section-img.section-immersive-img {
    margin-top: 49px;
  }
  .section-img.section-img-avatar {
    padding-top: 12px;
  }
  .banner-container.banner-container-the-lab {
    padding-top: 91px;
  }
  .banner-container-column-1.banner-container-column-1-projects {
    padding-top: 9px;
  }
  .nav-menu-background {
    background-color: #0091be;
    box-shadow: black 0px 1px 3px 0px;
  }
  .nav-menu-button.w--open {
    background-color: #0091be;
  }
  .section-projects-container {
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    color: white;
  }
  .section-projects {
    background-image: url('../images/projects-bg.jpg');
    background-position: 0px 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-avatar-text {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .button.home-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-company-heading {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 37px;
    line-height: 41px;
  }
  .home-text-block {
    font-size: 20px;
  }
  .home-section-heading {
    text-align: center;
  }
  .section-heading {
    text-align: center;
  }
  .section-img {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section-img.section-img-our-services {
    margin-top: 1px;
  }
  .section-img.section-img-sibr {
    margin-top: 1px;
  }
  .section-img.section-img-mental {
    margin-top: 1px;
  }
  .section-img.section-img-nursim {
    margin-top: 1px;
  }
  .section-img.section-img-groupia {
    margin-top: 1px;
  }
  .section-img.section-img-vepit {
    margin-top: 1px;
  }
  .section-img.section-img-military {
    margin-top: 1px;
  }
  .section-img.section-img-vastworlds {
    margin-top: 1px;
  }
  .section-img.section-img-oculus {
    margin-top: 1px;
  }
  .section-img.section-immersive-img {
    margin-top: 1px;
    margin-bottom: 0px;
  }
  .section-img.section-img-avatar {
    padding-top: 0px;
  }
  .section-contact-us {
    margin-top: 123px;
  }
  .banner-container.banner-container-projects {
    padding-top: 106px;
  }
  .banner-container.banner-container-founders-message {
    padding-top: 134px;
  }
  .banner-container.banner-container-our-services {
    padding-top: 125px;
  }
  .banner-container-column-2 {
    padding-top: 7px;
    border-left-style: none;
    text-align: center;
  }
  .banner-container-column-2.banner-container-column-2-the-lab {
    font-size: 17px;
  }
  .banner-container-column-1 {
    text-align: center;
  }
  .banner-container-column-1.banner-container-column-1-the-lab {
    padding-top: 2px;
    font-size: 29px;
  }
}
@media (max-width: 479px) {
  .section-company-heading {
    font-size: 33px;
    line-height: 34px;
  }
  .banner-home-container {
    padding-top: 118px;
  }
  .section-contact-us {
    margin-top: 74px;
  }
  .banner-container.banner-container-projects {
    padding-top: 29px;
  }
  .banner-container.banner-container-the-lab {
    padding-top: 74px;
  }
  .banner-container.banner-container-founders-message {
    padding-top: 128px;
  }
  .banner-container.banner-container-our-services {
    padding-top: 99px;
  }
  .banner-container-column-2.banner-container-column-2-the-lab {
    font-size: 13px;
  }
  .banner-container-column-2.banner-container-column-2-projects {
    font-size: 16px;
  }
  .banner-container-column-1.banner-container-column-1-projects {
    padding-top: 44px;
    font-size: 27px;
  }
  .banner-container-column-1.banner-container-column-1-the-lab {
    font-size: 20px;
  }
}

