.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #1a321a;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 3.25em;
  line-height: 1.125em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 2.75em;
  line-height: 1em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

img {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 400;
}

.navbar {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-h3 {
  font-size: 1.25em;
  line-height: 1.25em;
}

.text-p-16 {
  color: #fff;
}

.text-p-16.text-grey {
  color: #8d8d8d;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-40 {
  margin-top: 40px;
}

.nav-logo {
  position: relative;
  z-index: 99;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-nav-link {
  font-weight: 500;
}

.nav-link {
  margin-left: 70px;
}

.section-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 800px;
  margin-top: 80px;
  -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;
}

.text-wrap-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
  text-align: left;
}

.img-wrap-hero-crystal {
  position: relative;
  width: 400px;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.first-section {
  position: relative;
  margin-top: 220px;
}

.section.dark {
  margin-bottom: 170px;
  padding-top: 170px;
  padding-bottom: 170px;
  background-color: rgba(17, 32, 17, 0.18);
}

.section-content {
  position: relative;
  z-index: 1;
  width: 85%;
}

.section-content.flex-h-c-sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.content-row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-row.flex-h-c-sb {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.content-row.flex-h-st-sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.img-company-left {
  position: relative;
  width: 100%;
  height: auto;
  max-width: none;
}

.text-wrap-company {
  width: 50%;
  max-width: 560px;
}

.text-wrap-company.text-wrap-right {
  margin-left: 5%;
}

.text-wrap-company.text-wrap-left {
  margin-right: 5%;
}

.hr-line {
  width: 45px;
  height: 4px;
  background-color: #a7c615;
}

.img-company-big {
  border-radius: 5px;
}

.v-line {
  width: 1px;
  margin-right: 25px;
  margin-left: 25px;
  background-color: #707070;
}

.portfolio-item {
  max-width: 350px;
}

.img-wrap-portfolio-logo {
  overflow: hidden;
  width: 100%;
  height: 70px;
  margin-bottom: 35px;
}

.text-block-4 {
  margin-top: 40px;
  color: #fff;
  font-size: 2em;
  line-height: 30px;
  font-weight: 400;
}

.img-contact {
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.button-submit {
  padding: 12px 40px;
  background-color: #a7c615;
  color: #1a321a;
  font-weight: 700;
}

.img-wrap-contact {
  overflow: hidden;
  width: 40%;
}

.form-success {
  padding: 0px;
  border-radius: 3px;
  background-color: transparent;
}

.contact-container {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  background-color: #1e3a1e;
  box-shadow: 4px 4px 15px 9px rgba(0, 0, 0, 0.11);
}

.contact-form {
  width: 60%;
  padding: 50px 70px;
}

.bold-text {
  color: #a7c615;
}

.form-contact {
  width: 100%;
}

.title-text-25 {
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: 700;
}

.form-submit-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-p-14 {
  color: #fff;
  font-size: 0.875em;
}

.text-p-14.text-grey {
  color: #8d8d8d;
}

.form-data-protection {
  margin-right: 35px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-link {
  margin-left: 50px;
}

.footer-link.m-right-50 {
  margin-right: 50px;
}

.img-wrap-company-column-2 {
  position: relative;
  top: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 430px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
}

.img-company-mid {
  width: 100%;
  height: auto;
  max-width: none;
}

.img-company-right {
  position: relative;
  width: 100%;
  height: auto;
  max-width: none;
}

.img-wrap-company-column-1 {
  position: relative;
  top: -55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 430px;
  border-radius: 5px;
}

.img-container-company {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  max-width: 720px;
  min-width: 450px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
}

.img-container-company.img-container-left {
  margin-right: 5%;
}

.img-container-company.img-container-right {
  margin-left: 5%;
}

.vr-line-heading {
  width: 5px;
  margin-top: 5px;
  margin-right: 40px;
  margin-bottom: 5px;
  background-color: #a7c615;
}

.img-wrap-company-column-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 430px;
  border-radius: 5px;
}

.dark-shadow-left {
  position: absolute;
  left: -7.5vw;
  z-index: -1;
  width: 50vw;
  height: 245px;
  max-width: 960px;
  background-color: rgba(17, 32, 17, 0.18);
}

.dark-shadow-right {
  position: absolute;
  right: -7.5vw;
  z-index: 0;
  width: 50vw;
  height: 245px;
  max-width: 960px;
  background-color: rgba(17, 32, 17, 0.18);
}

.nav-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.img-wrap-hero {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

.img-fade {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 50, 26, 0.9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(26, 50, 26, 0)), to(#1a321a)), -webkit-gradient(linear, left top, left bottom, from(#1a321a), color-stop(25%, rgba(26, 50, 26, 0)));
  background-image: linear-gradient(180deg, rgba(26, 50, 26, 0) 75%, #1a321a), linear-gradient(180deg, #1a321a, rgba(26, 50, 26, 0) 25%);
}

.style {
  display: none;
}

.m-top-35 {
  margin-top: 35px;
}

.img-portfolio-logo {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.img-portfolio-logo.fixed-size {
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.portfolio-logo-container {
  width: 60%;
  grid-column-gap: 80px;
  grid-row-gap: 100px;
}

.m-top-200 {
  margin-top: 200px;
}

.text-wrap-contact {
  margin-bottom: 45px;
}

.form-input {
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #8d8d8d;
  background-color: transparent;
  color: #fff;
}

.form-text {
  min-height: 40px;
  min-width: 100%;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #8d8d8d;
  background-color: transparent;
  color: #fff;
}

.form-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 35px;
  margin-bottom: 45px;
}

.form-field-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.link {
  font-weight: 700;
}

.link.link-footer {
  margin-left: 50px;
  color: #8d8d8d;
  font-size: 0.875em;
  font-weight: 300;
}

.checkbox {
  margin-top: 2px;
}

.form-label {
  position: absolute;
  margin-top: 8px;
  margin-left: 15px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.form-label.anim-form-label-up {
  -webkit-transform: translate(0px, -25px) translate(-15px, 0px);
  -ms-transform: translate(0px, -25px) translate(-15px, 0px);
  transform: translate(0px, -25px) translate(-15px, 0px);
}

.text-wrap-company-copy {
  width: 50%;
  max-width: 560px;
}

.text-wrap-company-copy.text-wrap-right {
  margin-left: 5%;
}

.text-wrap-company-copy.text-wrap-left {
  margin-right: 5%;
}

.text-wrap-from-success.text-wrap-right {
  margin-left: 5%;
}

.text-wrap-from-success.text-wrap-left {
  margin-right: 5%;
}

.img-wrap-form-success {
  width: 250px;
  margin-bottom: 25px;
}

.form-succes-wrap {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-crystal {
  display: none;
}

.nav-menu-s {
  position: relative;
  z-index: 99;
  display: none;
}

.video-crystal {
  display: block;
}

.ty-pp {
  width: 70%;
}

.pp-h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 2em;
  line-height: 1.15em;
}

.pp-h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 1.4em;
  line-height: 1.25em;
}

.pp-h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 1.2em;
  line-height: 1.25em;
}

.pp-text {
  margin-bottom: 50px;
  font-size: 1em;
  line-height: 1.35em;
}

.pp-h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 1em;
  line-height: 1.35em;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.error-content {
  height: 100vh;
}

.title-error {
  color: #fff;
}

.lottie-crystal {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section-hero {
    margin-top: 100px;
  }

  .section-content.flex-h-c-sb {
    padding-right: 15%;
    padding-left: 10%;
  }

  .text-wrap-company {
    margin-right: 10%;
  }

  .text-wrap-company.text-wrap-left {
    margin-left: 10%;
  }

  .form-success {
    padding: 0px;
  }

  .text-wrap-contact {
    max-width: 550px;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-wrap-company-copy {
    margin-right: 10%;
  }

  .text-wrap-company-copy.text-wrap-left {
    margin-left: 10%;
  }

  .text-wrap-from-success.text-wrap-left {
    margin-left: 10%;
  }
}

@media screen and (max-width: 991px) {
  .text-h1 {
    font-size: 2.75em;
  }

  .text-h2 {
    font-size: 2.5em;
  }

  .img-nav-logo {
    max-width: 200px;
  }

  .nav-menu {
    position: absolute;
    left: 0px;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    padding-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #1a321a;
    -webkit-transform: translate(0px, -101%);
    -ms-transform: translate(0px, -101%);
    transform: translate(0px, -101%);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
  }

  .nav-link {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-wrap-hero {
    width: 52%;
    margin-left: 0%;
  }

  .img-wrap-hero-crystal {
    margin-right: 0%;
    margin-left: 10%;
  }

  .section.first-section {
    margin-top: 0px;
  }

  .section.first-section.pp-section {
    margin-top: 200px;
  }

  .section-content {
    width: 90%;
  }

  .content-row.flex-h-c-sb {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-row.flex-h-c-sb.flex-wrap-s {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-wrap-company {
    width: 100%;
    margin-bottom: 35px;
    margin-left: 0%;
  }

  .text-wrap-company.text-wrap-right {
    margin-left: 0%;
  }

  .text-wrap-company.text-wrap-right.flex-wrap-order-1-s {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hr-line.m-top-40 {
    margin-top: 20px;
  }

  .button-submit {
    width: auto;
    margin-top: 35px;
    text-align: left;
  }

  .img-wrap-contact {
    width: 30%;
  }

  .contact-form {
    width: 70%;
    padding: 35px;
  }

  .form-submit-wrap {
    margin-top: 40px;
  }

  .form-submit-wrap.flex-wrap-s {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-data-protection {
    width: 100%;
  }

  .img-wrap-company-column-2 {
    top: 0px;
  }

  .img-wrap-company-column-1 {
    top: 0px;
  }

  .img-container-company {
    width: 100%;
  }

  .img-container-company.img-container-left {
    margin-right: 0%;
  }

  .img-container-company.img-container-right {
    margin-left: 0%;
  }

  .vr-line-heading {
    position: relative;
    z-index: 99999999;
  }

  .dark-shadow-left {
    left: -5vw;
    top: 50%;
    width: 100vw;
  }

  .dark-shadow-right {
    top: 50%;
    right: -5vw;
    width: 100vw;
  }

  .nav-link-wrap {
    width: 90%;
  }

  .portfolio-logo-container {
    width: 100%;
    margin-top: 35px;
    grid-column-gap: 35px;
    grid-row-gap: 100px;
  }

  .text-wrap-company-copy {
    width: 100%;
    margin-bottom: 35px;
    margin-left: 0%;
  }

  .text-wrap-company-copy.text-wrap-right {
    margin-left: 0%;
  }

  .text-wrap-company-copy.text-wrap-right.flex-wrap-order-1-s {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .text-wrap-from-success {
    width: 100%;
    margin-bottom: 35px;
    margin-left: 0%;
  }

  .text-wrap-from-success.text-wrap-right {
    margin-left: 0%;
  }

  .text-wrap-from-success.text-wrap-right.flex-wrap-order-1-s {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .nav-menu-s {
    display: block;
    width: 30px;
  }

  .nav-menu-2 {
    left: -142px;
  }

  .menu-lines {
    width: 100%;
    height: 3px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .ty-pp {
    width: 100%;
    padding-top: 35px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 80px;
  }

  .text-h1 {
    font-size: 2.5em;
  }

  .section-hero {
    margin-top: 0px;
  }

  .text-wrap-hero {
    width: 100%;
    text-align: center;
  }

  .img-wrap-hero-crystal {
    width: 300px;
    margin-top: 40px;
    margin-left: 0%;
  }

  .section {
    margin-top: 100px;
  }

  .section.first-section {
    margin-top: 100px;
  }

  .section.dark {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-content.flex-h-c-sb.flex-wrap-xs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-row.flex-h-st-sb {
    display: block;
  }

  .text-wrap-company {
    margin-top: 0px;
  }

  .headline-wrap {
    width: 100%;
  }

  .img-contact {
    display: block;
  }

  .img-wrap-contact {
    display: none;
  }

  .contact-form {
    width: 100%;
  }

  .vr-line-heading {
    display: none;
  }

  .portfolio-logo-container {
    grid-column-gap: 50px;
    grid-row-gap: 100px;
  }

  .form-field-row.flex-wrap-xs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-wrap-company-copy {
    margin-top: 0px;
  }

  .text-wrap-from-success {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .text-h1 {
    font-size: 2em;
  }

  .section {
    margin-top: 60px;
  }

  .section.first-section {
    margin-top: 60px;
  }

  .portfolio-item {
    width: 100%;
    margin-left: 0%;
  }

  .contact-form {
    padding: 25px;
  }

  .title-text-25 {
    font-size: 1.25em;
  }

  .footer-content {
    width: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-link.m-right-50 {
    margin-right: 10px;
  }

  .img-container-company.img-container-left {
    min-width: 0px;
  }

  .img-container-company.img-container-right {
    min-width: 0px;
  }

  .dark-shadow-left {
    top: auto;
    bottom: 5%;
    display: block;
    height: 120px;
  }

  .dark-shadow-right {
    top: auto;
    bottom: 5%;
    display: block;
    height: 120px;
  }

  .portfolio-logo-container {
    grid-column-gap: 35px;
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-input {
    display: block;
    width: 100%;
  }

  .pp-text {
    font-size: 0.875em;
  }
}

