.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;
}

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

h2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #aad154;
  background-color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

p {
  margin-bottom: 28px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  font-weight: 400;
  list-style-type: none;
}

li {
  margin-bottom: 14px;
  padding-left: 20px;
  background-image: url('../images/acuvivo-circle.svg');
  background-position: 0% 8px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}

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

.main-section {
  padding: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.main-section.odd {
  background-color: #fafafa;
}

.main-section.footer {
  background-color: #aad154;
  color: #fff;
}

.container {
  max-width: 1100px;
}

.container.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container.success {
  text-align: center;
}

.main-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.heading {
  line-height: 28px;
}

.experience-details {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
}

.secondary-list {
  background-position: 0% 10px;
  background-size: 10px 10px;
  font-size: 18px;
}

.heading-2 {
  background-color: #fff;
}

.project-list {
  margin-top: 10px;
}

.project-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c4c4c4;
}

.project-title {
  margin-bottom: 0px;
  padding-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-content {
  margin-top: 4px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 66%;
  -ms-flex: 0 66%;
  flex: 0 66%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.project-content.form {
  margin-top: 0px;
}

.project-content.form.multi-line {
  height: 6em;
}

.hero-section {
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: 1px solid #e6e6e6;
  background-image: url('../images/AdobeStock_128692943-resampled.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section.success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-content {
  display: -ms-grid;
  display: grid;
  padding-bottom: 20vh;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-text {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #a9d053;
  color: #fff;
}

.hero-text-block {
  padding-top: 50px;
  padding-left: 50px;
  border-left: 1px solid #7e7e7e;
  font-size: 32px;
  line-height: 40px;
}

.heading-3 {
  border-bottom-color: #aad154;
}

.footer-grid {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-button {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 15px;
  margin-right: 15px;
  -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;
  border-radius: 50%;
  background-color: #e6e6e6;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.37);
}

.menu-lottie {
  width: 40px;
  height: 40px;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #aad154;
  opacity: 0;
}

.menu-link {
  margin-top: 14px;
  margin-bottom: 14px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}

.submit-button {
  margin-top: 15px;
  background-color: #aad154;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.submit-button:hover {
  box-shadow: inset 0 0 0 25px rgba(0, 0, 0, 0.3);
}

.footer-logo {
  width: 150px;
}

.footer-lext {
  line-height: 20px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .main-grid {
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
  }

  .experience-columns {
    display: block;
  }

  .hero-content {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-logo {
    width: 75%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 3px solid #8b8b8b;
  }

  .hero-text-block {
    padding-top: 0px;
    padding-left: 0px;
    border-left-style: none;
  }
}

@media screen and (max-width: 767px) {
  .main-grid {
    display: block;
  }

  .hero-text-block {
    font-size: 24px;
    line-height: 30px;
  }

  .menu-link {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .project-list-item {
    display: block;
  }
}

#w-node-a4a5c46a-2d28-1e18-6828-ac0625bd1d07-79e24da4 {
  -ms-grid-column-span: 0;
  grid-column-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_948c46dc-282e-e504-0047-bb44f2d8ab9d-79e24da4 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4575cac5-9bf8-11bf-f1fe-283faa8d3b3d-79e24da4 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c6badd29-8162-f42b-0ce6-8d5cdef5ea8b-79e24da4 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}