:root {
  --midnight-blue: #121f3e;
  --orange-red: #ff5e15;
  --alice-blue: #e5ebf0;
  --white-smoke: #f8fafb;
  --snow: #fff9f933;
  --white-smoke-3: #f2f5f8;
  --orange: #ee7821;
  --misty-rose: #ffe0e0;
  --snow-3: #fffafb;
  --snow-2: #fff9f9cc;
  --light-slate-grey: #96a0b5;
  --slate-grey: #6d7d93;
  --white-smoke-2: #f3f7f9;
  --orange-red-2: #ea520e;
}

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

body {
  color: var(--midnight-blue);
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
}

h1 {
  color: var(--midnight-blue);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--midnight-blue);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--midnight-blue);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

a {
  color: var(--midnight-blue);
  text-decoration: none;
}

li {
  margin-bottom: 16px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 5px solid var(--orange-red);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero-grid {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.hero-section {
  padding: 172px 3% 60px;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.orange-span {
  color: var(--orange-red);
}

.title {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-large {
  letter-spacing: -.03px;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large.margin-top-14 {
  margin-top: 14px;
}

.detail-title-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}

.button-orange {
  border: 0px solid var(--alice-blue);
  background-color: var(--white-smoke);
  pointer-events: auto;
  color: #166d39;
  white-space: nowrap;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  width: 40%;
  max-height: 60px;
  margin-top: 39px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.button-orange:hover {
  color: #000;
  background-color: #fff;
  border: 0 solid #000;
}

.button-orange.margin-right-16 {
  background-color: var(--white-smoke);
  color: #166d39;
  border-radius: 10px;
  margin-right: 0;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.button-orange.margin-top-24 {
  margin-top: 24px;
}

.button-orange.color-button {
  color: #fff;
  background-color: #166d39;
  margin-top: 0;
}

.button-orange.center_button {
  float: none;
  clear: none;
  flex-flow: row;
  width: 100%;
  display: block;
  position: static;
}

.content-section {
  background-color: #fff;
  padding: 92px 3%;
  font-family: Varela Round, sans-serif;
  position: relative;
  overflow: hidden;
}

.content-section.grey {
  background-color: #f8fafb;
  margin-bottom: 0;
}

.navbar {
  background-color: #0000;
  padding: 24px 3%;
  display: block;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  display: flex;
}

.logo {
  width: 170px;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: #96a0b5;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
}

.nav-link:hover {
  color: #3c4263;
}

.nav-link.w--current {
  color: #ff5e15;
}

.heading-wrap {
  text-align: center;
  max-width: 560px;
  margin-bottom: 62px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.card-project {
  display: block;
}

.card-content {
  align-items: flex-start;
  display: flex;
}

.service-image {
  height: 540px;
  margin-bottom: 32px;
  overflow: hidden;
}

.container-small {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.button-arrow {
  color: #fff;
  white-space: nowrap;
  background-color: #ff5e15;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 20px 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow {
  margin-left: 8px;
}

.hero-image-grid-wrap {
  text-align: left;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.text-link-large {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}

.h2-title-centre {
  text-align: center;
}

.logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.projects-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.service-type {
  letter-spacing: 1.5px;
  margin-right: 24px;
  line-height: 24px;
  display: inline;
}

.grey-line {
  background-color: #96a0b5;
  flex: 1;
  height: 1px;
}

.client-wrap {
  white-space: nowrap;
  align-items: center;
  max-width: 80%;
  margin-bottom: 24px;
  display: flex;
}

.paragraph-grey {
  color: var(--midnight-blue);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.feature-grid {
  grid-column-gap: 72px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
}

.feature-grid.bottom {
  grid-column-gap: 72px;
  margin-bottom: 140px;
}

.item-services {
  margin-right: 20px;
}

.slider-services {
  background-color: #0000;
  align-items: center;
  width: auto;
  max-width: 300px;
  height: auto;
  display: flex;
}

.mask-services {
  width: 100%;
  height: auto;
  overflow: visible;
}

.project-item {
  margin-bottom: 60px;
}

.project-collection-list {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.h3-title {
  color: var(--white-smoke-3);
  margin-bottom: 16px;
  font-family: Varela Round, sans-serif;
}

.expert-card {
  border: 1px solid var(--alice-blue);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 70px 60px;
  transition: all .3s;
  display: flex;
}

.expert-card:hover {
  border-color: var(--orange-red);
}

.employees-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-slider-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
}

.slider-content-block {
  border-top: 1px solid #e5ebf0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonial-quote-wrap {
  margin-bottom: 40px;
  display: flex;
}

.testimonial-author-wrap {
  align-items: center;
  font-weight: 700;
  display: flex;
}

.line-accent {
  background-color: #121f3e;
  width: 50px;
  height: 1px;
  margin-right: 16px;
}

.left-arrow {
  background-color: #17542b;
  border: 1px solid #166d39;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  inset: auto auto -120px 0%;
}

.style-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.style-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.font-size {
  color: #96a0b5;
  font-size: 16px;
}

.collection-item-projects {
  width: 100%;
  margin-right: 32px;
  display: block;
}

.right-arrow {
  background-color: #17542b;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  inset: auto auto -120px 70px;
}

.employee-image {
  vertical-align: sub;
  object-fit: contain;
  border: 1px solid #000;
  border-radius: 5%;
  width: 100%;
  height: 100%;
  margin-bottom: auto;
}

.employee-image.tag_img {
  width: 100%;
  max-width: 110%;
}

.employee-image-wrap {
  object-fit: contain;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 200px;
  margin-bottom: 36px;
  padding: 5px;
  display: flex;
  position: relative;
}

.employee-image-wrap.tag_wrap {
  width: 310px;
  height: 300px;
}

.slide-navigation {
  display: none;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.slider-accent-block {
  background-color: #ff5e1514;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: -20px -20px auto auto;
}

.statistics-grid {
  grid-column-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.typography-block, .color-block {
  border-bottom: 1px solid #ececec;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.color-style-block {
  flex: 0 auto;
  width: 180px;
  margin-right: 16px;
}

.orange-light {
  background-color: var(--orange);
  margin-bottom: 8px;
}

.style-color-wrap {
  display: flex;
}

.medium-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.medium-title.margin {
  white-space: normal;
  margin-bottom: 16px;
}

.medium-title._8-margin-right {
  margin-right: 8px;
}

.medium-title._16-margin {
  margin-bottom: 16px;
}

.medium-title.margin-8 {
  flex: 0 auto;
  margin-bottom: 8px;
  font-family: Varela Round, sans-serif;
  font-size: 25px;
  text-decoration: none;
}

.medium-title.margin-8.price {
  font-size: 40px;
}

.subtitle-2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.subtitle-3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.paragraph-style-wrap {
  max-width: 560px;
}

.orange {
  background-color: var(--orange-red);
  margin-bottom: 8px;
}

.orange-dark {
  background-color: var(--orange);
  margin-bottom: 8px;
}

.pink {
  background-color: var(--misty-rose);
  margin-bottom: 8px;
}

.cream {
  background-color: var(--snow-3);
  margin-bottom: 8px;
}

.cream-lightest {
  background-color: var(--snow);
  margin-bottom: 8px;
}

.cream-light {
  background-color: var(--snow-2);
  margin-bottom: 8px;
}

.navy {
  background-color: var(--midnight-blue);
  margin-bottom: 8px;
}

.grey {
  background-color: var(--light-slate-grey);
  margin-bottom: 8px;
}

.grey-dark {
  background-color: var(--slate-grey);
  margin-bottom: 8px;
}

.grey-light {
  background-color: var(--alice-blue);
  margin-bottom: 8px;
}

.grey-lighter {
  background-color: var(--white-smoke-3);
  margin-bottom: 8px;
}

.ivory {
  background-color: var(--white-smoke-2);
  margin-bottom: 8px;
}

.ivory-light {
  background-color: var(--white-smoke);
  margin-bottom: 8px;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-white {
  color: var(--orange-red);
  text-align: left;
  background-color: #fff;
  border: 1px solid #ff5e15;
  border-radius: 10px;
  justify-content: center;
  width: 210px;
  max-height: 60px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.button-white:hover {
  background-color: var(--orange-red);
  color: #fff;
}

.hero-heading {
  color: var(--white-smoke-3);
  margin-bottom: 32px;
  font-family: Varela Round, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.hero-paragraph {
  color: var(--white-smoke-3);
  letter-spacing: -.03px;
  max-width: 560px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  display: none;
}

.button-wrap {
  align-items: center;
  display: flex;
}

.number {
  color: var(--midnight-blue);
  letter-spacing: 2px;
  white-space: nowrap;
  margin-top: 6px;
  margin-right: 40px;
  font-weight: 400;
  line-height: 24px;
}

.slider-nav {
  display: none;
}

.h2-title {
  margin-bottom: 16px;
  font-family: Varela Round, sans-serif;
}

.h2-title._40-bottom-margin {
  margin-bottom: 40px;
}

.h2-title.margin-max-width {
  max-width: 640px;
  margin-bottom: 40px;
}

.right-arrow-testimonial {
  background-color: var(--orange-red);
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  inset: auto auto 0% 70px;
}

.left-arrow-testimonial {
  border: 1px solid var(--orange-red);
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  inset: auto auto 0% 0%;
}

.slide-detail-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 52px;
  display: flex;
}

.slide-number {
  color: var(--midnight-blue);
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 24px;
}

.link-large-orange {
  color: var(--orange-red);
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}

.subtitle-large-grey {
  color: var(--light-slate-grey);
  font-size: 20px;
  line-height: 30px;
}

.statistic-title {
  color: var(--light-slate-grey);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.statistic {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}

.stats-grid {
  max-width: 560px;
}

.statistics-wrap {
  max-width: 550px;
}

.cta-text-wrap {
  max-width: 430px;
}

.service-section {
  background-color: #fff;
  padding: 100px 3% 220px;
  overflow: hidden;
}

.project-column.column-padding {
  padding-top: 90px;
}

.large-title {
  color: #fff;
  margin-bottom: 12px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.footer-section {
  padding: 100px 3%;
}

.link-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-link {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Varela Round, sans-serif;
  transition: all .2s;
  display: block;
}

.footer-link:hover {
  color: #fffc;
}

.footer-legal {
  background-color: #f1560f;
  padding-left: 3%;
  padding-right: 3%;
}

.legal-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.white-link {
  color: #fff;
  text-decoration: underline;
}

.footer-link-wrap {
  align-items: center;
  display: flex;
}

.legal-link {
  color: #fff;
  padding: 10px 12px;
  font-weight: 500;
  transition: opacity .2s;
  display: block;
}

.legal-link:hover {
  opacity: .8;
}

.cta-block {
  border-bottom: 4px solid var(--orange-red);
  background-color: var(--white-smoke);
  justify-content: space-between;
  padding: 8%;
  display: flex;
}

.image-cover {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.link-large {
  color: var(--orange-red);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
}

.project-image-wrapper {
  height: 500px;
  margin-bottom: 32px;
  overflow: hidden;
}

.feature-image {
  height: 600px;
}

.light-grey-span {
  color: var(--light-slate-grey);
}

.testimonial-image {
  justify-content: flex-end;
  height: 700px;
  display: flex;
}

.footer-grid {
  grid-template-rows: auto;
}

.footer-logo {
  width: 160px;
  margin-bottom: 20px;
}

.paragraph-white {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.footer-left-content-block {
  flex-direction: column;
  justify-content: space-between;
  max-width: 260px;
  display: flex;
}

.footer-social-link {
  border: 1px solid var(--snow);
  background-color: #006443;
  border-radius: 50%;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px;
  transition: all .3s;
}

.footer-social-link:hover {
  background-color: #000;
  border-color: #fff9f9;
}

.service-image-large {
  height: 380px;
  overflow: hidden;
}

.collection-item-services {
  margin-bottom: 72px;
}

.services-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px;
  display: flex;
}

.service-short-description {
  color: var(--light-slate-grey);
  max-width: 500px;
  margin-bottom: 64px;
}

.service-menu {
  background-color: var(--white-smoke);
  padding: 40px;
  position: sticky;
  top: 35px;
}

.services-navigation-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 32px;
}

.services-navigation-link {
  justify-content: space-between;
  padding: 20px 24px;
  transition: background-color .2s;
  display: flex;
}

.services-navigation-link:hover {
  background-color: #96a0b51a;
}

.services-navigation-link.w--current {
  background-color: #96a0b51a;
  transition: background-color .4s;
}

.service-content-block {
  margin-bottom: 120px;
}

.nav-arrow {
  width: 6px;
  margin-left: 37px;
}

.benefit-number {
  color: var(--orange-red);
  margin-bottom: 24px;
  line-height: 24px;
}

.features-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
}

.benefit-rich-text h3 {
  margin-bottom: 24px;
}

.service-content-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.service-description {
  color: var(--midnight-blue);
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 32px;
}

.project-image {
  width: 100%;
  height: 240px;
  margin-bottom: 32px;
  overflow: hidden;
}

.benefits-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
}

.orange-circle {
  background-color: var(--misty-rose);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  display: flex;
}

.benefits-wrapper {
  white-space: normal;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-detail-grey {
  color: var(--light-slate-grey);
  line-height: 1.5;
}

.orange-check {
  width: 14px;
}

.video-link-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.play-circle {
  background-color: var(--snow-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  display: flex;
}

.play-button {
  background-color: var(--snow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  display: flex;
  position: absolute;
}

.breadcrumb-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 6px;
  font-weight: 400;
  line-height: 24px;
}

.contact-grid {
  grid-column-gap: 110px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.contact-block-grey {
  background-color: var(--white-smoke-2);
  padding: 60px;
}

.input-field {
  letter-spacing: .05px;
  border: 1px solid #fff;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  transition: border-color .2s;
}

.input-field:hover {
  border-style: solid;
  border-color: var(--orange-red);
}

.input-field:focus {
  border-color: var(--orange-red);
}

.input-field::placeholder {
  color: #96a0b5;
}

.field-wrapper {
  flex: 1;
}

.send-button-right {
  justify-content: flex-end;
  display: flex;
}

.contact-column {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.h5-title {
  margin-bottom: 8px;
}

.h1-title {
  margin-bottom: 32px;
}

.contact-information {
  grid-row-gap: 32px;
}

.small-button-orange {
  background-color: var(--orange-red);
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  width: 170px;
  max-height: 60px;
  padding: 20px 30px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.form-email {
  width: 530px;
  display: flex;
}

.email-field {
  background-color: var(--white-smoke-3);
  border: 1px solid #f2f5f8;
  height: 60px;
  margin-bottom: 0;
  margin-right: 16px;
  padding-left: 18px;
  padding-right: 18px;
  transition: all .2s;
}

.email-field:hover {
  border-color: var(--orange-red);
  background-color: #fff;
}

.form-block {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.blog-block {
  border-top: 5px solid var(--orange-red);
  background-color: #fff;
  max-width: 390px;
  padding: 32px;
}

.author-wrap {
  align-items: center;
  display: flex;
}

.author-profile-image {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin-right: 16px;
  overflow: hidden;
}

.blog-link-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  height: 580px;
  display: flex;
}

.container-extra-small {
  width: 100%;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.blog-content p {
  margin-top: 32px;
  margin-bottom: 32px;
}

.collection-list-wrapper-blog {
  display: block;
}

.collection-item-blogs {
  display: flex;
}

.collection-list-blog {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h1-title-centre {
  text-align: center;
  margin-bottom: 80px;
}

.about-image-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 60px;
}

.our-story-grid {
  grid-column-gap: 124px;
  grid-row-gap: 80px;
  grid-template-columns: 1.25fr 1fr;
}

.grey-banner {
  z-index: -1;
  background-color: var(--white-smoke-2);
  width: 100%;
  min-height: 35%;
  position: absolute;
  inset: auto 0% 0%;
}

.cta-grid {
  grid-column-gap: 80px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.cta-image {
  position: relative;
}

.cta-accent-block {
  z-index: -1;
  background-color: var(--misty-rose);
  width: 150px;
  height: 150px;
  position: absolute;
  inset: -8% auto auto -6%;
}

.cta-text-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-hero-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.feature-content-wrap {
  align-items: flex-start;
  height: 100%;
  padding-top: 60px;
  display: flex;
}

.footer-link-block {
  margin-bottom: 24px;
}

.service-grid {
  grid-column-gap: 0px;
  border: 1px solid var(--alice-blue);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.testimonial-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.grey-span {
  color: var(--light-slate-grey);
}

.service-header-image {
  height: 500px;
  margin-bottom: 60px;
}

.service-content-container {
  max-width: 900px;
}

.title-wrap {
  margin-bottom: 40px;
  display: block;
}

.tab-link-category {
  border: 1px solid var(--orange-red);
  color: var(--orange-red);
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  width: 160px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tab-link-category.w--current {
  background-color: var(--orange-red);
  color: #fff;
  transition: color .2s, background-color .2s;
}

.tabs-menu {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  display: block;
}

.tabs {
  margin-top: 40px;
}

.blog-thumbnail-image {
  width: 100%;
  height: 240px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.blog-title {
  max-width: 330px;
  margin-bottom: 24px;
}

.paragraph {
  color: var(--midnight-blue);
  width: 80%;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.blog-category {
  color: var(--light-slate-grey);
  margin-bottom: 16px;
}

.about-stats-grid {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
}

.our-story-content-wrap {
  padding-top: 20px;
}

.testimonial-card {
  border: 1px solid var(--alice-blue);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 530px;
  padding: 32px;
  display: flex;
}

.testimonial-card.testimonial_green {
  border-width: 2px;
  border-color: var(--white-smoke);
  background-color: #176d39;
  min-height: 100%;
}

.blog-heading-wrap {
  max-width: 900px;
  margin-bottom: 48px;
}

.blog-image-wrap {
  height: 600px;
  margin-bottom: 24px;
}

.collection-list-blog-post-footer {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  background-color: var(--orange-red);
  color: var(--white-smoke);
}

.contact-form-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 40px;
}

.message-field-large {
  letter-spacing: .05px;
  border: 1px solid #fff;
  min-height: 150px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  transition: border-color .2s;
}

.message-field-large:hover, .message-field-large:focus {
  border-color: var(--orange-red);
}

.message-field-large::placeholder {
  color: #96a0b5;
}

.container {
  text-align: left;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.blog-block-featured {
  border-top: 5px solid var(--orange-red);
  background-color: #fff;
  max-width: 540px;
  padding: 42px 60px 42px 32px;
  position: relative;
  bottom: 42px;
  left: 42px;
}

.breadcrumb {
  margin-bottom: 32px;
  display: flex;
}

.project-link {
  width: 100%;
}

.collection-list-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.latest-projects-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licence-graphic {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.license-block {
  background-color: #fff;
  margin-bottom: 60px;
  position: relative;
}

.licence-asset-icon {
  object-fit: scale-down;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.google-span {
  color: #121f3e80;
  font-size: 24px;
}

.licence-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.licence-card {
  background-color: var(--white-smoke);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 24px 32px;
  transition: all .25s;
  display: flex;
}

.template-section {
  padding: 10px 3% 100px;
  overflow: hidden;
}

.plus-icon {
  width: 12px;
}

.faq-paragraph {
  color: var(--midnight-blue);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.faq-question-bar {
  color: #0d0e10;
  letter-spacing: -.03em;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.faq-question-bar:hover {
  color: var(--slate-grey);
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.faq-question-wrap {
  cursor: pointer;
}

.faq-content {
  color: #b1bac8;
  overflow: hidden;
}

.faq-circle {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 35px;
  display: flex;
}

.accordian-line {
  background-color: #e9ecf0;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 60vh;
  max-height: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: var(--midnight-blue);
  height: 60px;
}

.password-field {
  border: 1px solid var(--light-slate-grey);
  height: 60px;
}

.password-field:focus {
  border-color: var(--midnight-blue);
}

.password-field::placeholder {
  color: var(--midnight-blue);
  font-size: 17px;
}

.blog-author-image {
  border-radius: 50%;
  width: 200px;
  margin-bottom: 35px;
  display: inline-block;
  overflow: hidden;
}

.blog-author-heading-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.blog-author-bio {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
}

.project-write-up p {
  margin-top: 18px;
  margin-bottom: 32px;
}

.hero-image-large {
  z-index: 5;
  width: 100%;
  max-width: 45%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.header-large {
  background-color: #f8fafb;
  justify-content: center;
  align-items: center;
  min-height: 900px;
  padding: 80px 3% 100px;
  display: flex;
  position: relative;
}

.navbar-fixed {
  background-color: #0000;
  padding-left: 0%;
  padding-right: 3%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation-container-large {
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.white-bar-bottom {
  background-color: #fff;
  height: 8%;
  position: absolute;
  inset: auto 0% 0%;
}

.button-navigation {
  background-color: var(--white-smoke);
  color: var(--orange-red);
  white-space: nowrap;
  border: 1px solid #ff5e15;
  justify-content: center;
  max-height: 60px;
  margin-left: 20px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-navigation:hover {
  color: #fff;
  background-color: #ee5611;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.brand-logo {
  margin-right: 60px;
}

.hero-title {
  color: var(--light-slate-grey);
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 24px;
}

.header-grid {
  grid-column-gap: 32px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
}

.navigation-line {
  background-color: #e5ebf0;
  max-width: 55%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-link-dark {
  color: var(--white-smoke-3);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  transition: color .2s;
}

.nav-link-dark:hover {
  color: var(--white-smoke);
  text-decoration: underline;
}

.nav-link-dark.w--current {
  color: var(--white-smoke-2);
}

.nav-link-dark.mobile-only {
  display: none;
}

.button-navigation-white {
  border: 1px solid var(--alice-blue);
  color: var(--orange-red);
  white-space: nowrap;
  background-color: #fff;
  justify-content: center;
  width: 180px;
  max-height: 60px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.button-navigation-white:hover {
  border-color: var(--orange-red);
  background-color: var(--orange-red);
  color: #fff;
}

.empty-state {
  background-color: var(--orange-red-2);
  color: #fff;
  padding: 20px;
}

.contact-section {
  padding: 220px 3% 130px;
  overflow: hidden;
}

.header-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.author-social {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 24px;
  margin-bottom: 24px;
}

.social-link {
  background-color: #f3f6fb;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.service-list-grid {
  grid-column-gap: 34px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-description-grid {
  color: var(--light-slate-grey);
  margin-bottom: 32px;
}

.service-image-small {
  height: 280px;
  overflow: hidden;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-wrap-large {
  max-width: 660px;
  margin-bottom: 80px;
}

.section-large {
  padding: 200px 3% 130px;
}

.dropdown-list {
  background-color: var(--white-smoke);
}

.dropdown-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  left: -45px;
  box-shadow: 28px 28px 50px #6d7d9326;
}

.icon {
  margin-right: 18px;
  display: none;
}

.dropdown-toggle {
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
  transition: color .2s;
}

.dropdown-toggle:hover {
  color: var(--orange-red);
}

.dropdown-wrapper {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  min-width: 220px;
  display: block;
  position: relative;
}

.dropdown-link {
  color: var(--midnight-blue);
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .2s;
}

.dropdown-link:hover {
  border-left-color: var(--orange-red);
  background-color: #fff;
}

.dropdown-link.w--current {
  color: var(--orange-red);
}

.blog-block-small {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  height: 500px;
  display: flex;
}

.question-title {
  font-family: Varela Round, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}

.question-title:hover {
  color: var(--slate-grey);
}

.author-link {
  align-items: center;
  display: flex;
}

.service-number {
  margin-right: 16px;
}

.contact-block {
  background-color: var(--white-smoke-2);
  padding: 60px;
}

.input-field-border {
  border: 1px solid var(--alice-blue);
  letter-spacing: .05px;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
}

.input-field-border::placeholder {
  color: #96a0b5;
}

.message-field-border {
  border: 1px solid var(--alice-blue);
  letter-spacing: .05px;
  min-height: 150px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
}

.message-field-border::placeholder {
  color: #96a0b5;
}

.send-button-left {
  justify-content: flex-start;
  display: flex;
}

.content-grid-small {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.service-link-wrapper {
  width: 100%;
}

.orange-link {
  color: var(--orange-red);
  text-decoration: underline;
}

.contact-grid-information {
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}

.bold-text {
  color: var(--midnight-blue);
}

.project-collection-column {
  grid-column-gap: 72px;
  grid-row-gap: 120px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
}

.author-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.banner-header {
  background-color: #e1e7ef;
  padding: 170px 3% 72px;
}

.flowbase-link {
  color: var(--orange-red);
}

.social-text-link {
  margin-bottom: 20px;
  margin-right: 40px;
  font-weight: 600;
  transition: color .2s;
}

.social-text-link:hover {
  color: var(--orange-red);
}

.social-link-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.button-text {
  color: var(--orange-red);
  background-color: #0000;
  justify-content: center;
  max-height: 60px;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.button-text:hover {
  text-decoration: underline;
}

.service-image-wrap {
  height: 240px;
}

.service-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.service-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-card {
  background-color: #fff;
  border-radius: 20px;
}

.service-content-card {
  padding: 30px 24px;
}

.project-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.arrow-small {
  width: 28px;
}

.arrow-small.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.list {
  list-style-type: decimal;
}

.article h4, .article h2, .article h1 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.changelog-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 72px;
  display: flex;
}

.update-badge {
  color: var(--orange-red-2);
  letter-spacing: -.03em;
  background-color: #ea520e14;
  border-radius: 100px;
  margin-bottom: 24px;
  padding: 4px 16px;
  font-weight: 500;
}

.style-guide-block {
  background-color: var(--orange-red);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  padding: 60px 42px;
  display: flex;
}

.body-large-white {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 18px;
  line-height: 32px;
}

.link-white {
  color: #fffc;
}

.h3-title-white {
  color: var(--snow-3);
  margin-bottom: 16px;
}

.service-block-small {
  margin-top: 32px;
}

.author-name-small {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.author-name-small._4-margin-bottom {
  margin-bottom: 4px;
}

.header-block {
  max-width: 500px;
}

.logo-section {
  background-color: var(--orange-red);
  margin-top: 0;
  padding: 92px 3%;
  position: relative;
  overflow: hidden;
}

.h2-title-white-centre {
  color: var(--white-smoke);
  text-align: center;
}

.project-image-short {
  height: 380px;
  margin-bottom: 32px;
  overflow: hidden;
}

.testimonial-grid-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.quote-block {
  background-color: var(--orange);
  color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 50px;
  display: flex;
  position: absolute;
  inset: auto -5% -5% auto;
}

.service-section-grey {
  background-color: #166d39;
  padding: 100px 3%;
  overflow: hidden;
}

.content-wrap-section {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.content-image-wrap-large {
  width: 75%;
}

.content-image-large {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-square-1 {
  background-color: #166d39;
  border-radius: 20px;
  min-width: 40%;
  max-width: 420px;
  padding: 60px 48px;
  position: absolute;
  inset: auto 0 auto auto;
}

.content-square-left {
  background-color: #fff;
  min-width: 40%;
  max-width: 420px;
  padding: 60px 48px;
  position: absolute;
  inset: auto auto auto 0;
}

.content-wrap-right-section {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.project-image-post {
  height: 600px;
  margin-bottom: 24px;
}

.body {
  background-color: #176d39;
}

.image {
  text-align: center;
  width: 630px;
}

.paragraph-2 {
  color: var(--white-smoke-3);
  font-family: Montserrat, sans-serif;
}

.heading {
  font-family: Varela Round, sans-serif;
}

.heading-2 {
  color: var(--white-smoke);
  font-family: Varela Round, sans-serif;
}

.heading-2.color {
  color: var(--midnight-blue);
}

.heading-3, .text-block {
  font-family: Varela Round, sans-serif;
}

.button {
  font-family: Vollkorn, serif;
}

.image-2 {
  width: 300px;
  height: 340px;
  position: absolute;
  top: 182px;
  left: -141px;
}

.image-3 {
  width: 37%;
}

.image-4 {
  object-fit: fill;
  width: 340px;
}

.div-block {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
}

.image-5 {
  width: 100%;
  position: absolute;
  bottom: 159px;
  left: 0;
}

.container-2 {
  height: 100vh;
}

.slide {
  background-color: #c02727;
}

.heading-4 {
  color: #fff3dd;
  margin-bottom: 40px;
  font-family: Varela Round, sans-serif;
}

@media screen and (max-width: 991px) {
  .hero-grid {
    grid-row-gap: 100px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .nav-menu {
    background-color: #176d39;
    padding-bottom: 12px;
  }

  .menu-button {
    border: 1px solid #96a0b526;
    margin-left: 20px;
  }

  .menu-button.w--open {
    background-color: #176d39;
  }

  .projects-wrapper {
    grid-column-gap: 50px;
  }

  .feature-grid.bottom {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .project-collection-list {
    grid-column-gap: 42px;
  }

  .employees-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-slider-grid {
    grid-column-gap: 42px;
  }

  .style-grid {
    display: block;
  }

  .statistics-grid {
    grid-row-gap: 42px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .typography-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .color-block {
    display: block;
  }

  .style-color-wrap {
    flex-wrap: wrap;
  }

  .text-wrap {
    margin-bottom: 16px;
  }

  .medium-title {
    font-size: 20px;
    line-height: 28px;
  }

  .header-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-text-wrap {
    margin-bottom: 40px;
  }

  .link-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .legal-wrap {
    flex-direction: column;
  }

  .footer-link-wrap {
    margin-top: 40px;
  }

  .cta-block {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .project-image-wrapper {
    height: 350px;
  }

  .testimonial-image {
    height: 530px;
  }

  .footer-grid {
    grid-template-columns: .75fr 1fr;
  }

  .service-image-large {
    height: 380px;
  }

  .service-short-description {
    margin-bottom: 32px;
  }

  .features-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .service-content-grid {
    grid-template-columns: 2.5fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-column {
    max-width: none;
  }

  .our-story-grid {
    grid-column-gap: 32px;
    grid-row-gap: 60px;
  }

  .grey-banner {
    display: none;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-menu {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .licence-grid {
    grid-template-columns: 1fr 1fr;
  }

  .licence-card {
    padding: 32px 16px;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-block-hero {
    max-width: none;
    margin-bottom: 60px;
  }

  .hero-image-large {
    max-width: 100%;
    height: 520px;
    position: relative;
  }

  .header-large {
    flex-direction: column-reverse;
    min-height: auto;
    padding-top: 160px;
  }

  .white-bar-bottom {
    height: 20%;
  }

  .button-navigation {
    margin-right: 20px;
  }

  .header-grid {
    grid-template-columns: 1fr;
  }

  .navigation-line {
    max-width: 100%;
  }

  .service-list-grid {
    grid-template-columns: 1fr 1fr;
  }

  .question-title {
    font-size: 20px;
    line-height: 28px;
  }

  .service-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .header-block {
    max-width: none;
    margin-bottom: 24px;
  }

  .project-image-short {
    height: 350px;
  }

  .content-image-wrap-large {
    width: 88%;
  }

  .icon-2 {
    color: var(--white-smoke);
  }
}

@media screen and (max-width: 767px) {
  .nav-menu, .menu-button.w--open {
    background-color: #176d39;
  }

  .heading-wrap {
    margin-bottom: 40px;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .projects-wrapper {
    grid-template-columns: 1fr;
  }

  .client-wrap {
    max-width: 100%;
  }

  .feature-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .feature-grid.bottom {
    grid-template-rows: auto;
  }

  .project-collection-list {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .expert-card {
    min-width: 340px;
    margin-right: 24px;
  }

  .employees-grid {
    flex-wrap: nowrap;
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    overflow: scroll;
  }

  .testimonial-slider-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .slider-content-block {
    min-height: 450px;
  }

  .service-section {
    padding-top: 60px;
  }

  .project-column.column-padding {
    margin-bottom: 32px;
    padding-top: 0;
  }

  .legal-wrap {
    text-align: center;
    flex-direction: column;
  }

  .project-image-wrapper {
    height: 460px;
  }

  .feature-image {
    height: 480px;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .service-image-large {
    height: 300px;
  }

  .services-text-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .features-grid, .benefits-grid {
    grid-template-columns: 1fr;
  }

  .contact-block-grey {
    padding: 30px;
  }

  .collection-list-blog {
    grid-template-columns: 1fr 1fr;
  }

  .about-image {
    display: none;
  }

  .about-image-grid {
    grid-template-columns: 1fr;
  }

  .about-stats-wrap {
    padding-right: 14px;
  }

  .our-story-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1.25fr;
  }

  .cta-grid, .blog-hero-grid, .service-grid, .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .service-header-image {
    height: 350px;
  }

  .tab-link-category {
    margin-bottom: 0;
  }

  .tabs-menu {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    overflow: auto;
  }

  .our-story-content-wrap {
    margin-bottom: 64px;
  }

  .our-story-image {
    max-height: 300px;
  }

  .blog-image-wrap {
    height: 550px;
  }

  .collection-list-blog-post-footer {
    grid-template-columns: 1fr 1fr;
  }

  .blog-block-featured {
    bottom: 0;
    left: 0;
  }

  .breadcrumb {
    flex-wrap: wrap;
  }

  .latest-projects-list {
    grid-template-columns: 1fr;
  }

  .licence-graphic {
    height: 240px;
  }

  .licence-grid {
    grid-template-columns: 1fr;
  }

  .navigation-line {
    max-width: 100%;
  }

  .service-list-grid {
    grid-template-columns: 1fr;
  }

  .heading-wrap-large {
    margin-bottom: 40px;
  }

  .contact-block {
    padding: 30px;
  }

  .project-collection-column {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .service-collection-list, .project-grid {
    grid-template-columns: 1fr;
  }

  .project-image-short {
    height: 460px;
  }

  .testimonial-grid-large {
    grid-template-columns: 1fr;
  }

  .content-wrap-section {
    flex-direction: column;
  }

  .content-image-wrap-large {
    width: 100%;
    height: 370px;
  }

  .content-square-1, .content-square-left {
    max-width: none;
    position: relative;
  }

  .content-wrap-right-section {
    flex-direction: column;
  }

  .project-image-post {
    height: 450px;
  }

  .icon-2 {
    color: var(--white-smoke);
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 36px;
  }

  .button-orange {
    width: auto;
  }

  .button-orange.margin-right-16 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .button-orange.color-button {
    width: 100%;
  }

  .content-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .nav-menu {
    background-color: #17542b;
  }

  .menu-button {
    border-width: 0;
  }

  .menu-button:hover {
    color: var(--white-smoke);
  }

  .menu-button.w--open {
    background-color: var(--snow);
  }

  .hero-text-wrap {
    text-align: center;
  }

  .heading-wrap {
    margin-bottom: 40px;
  }

  .card-content {
    flex-direction: column;
  }

  .service-image {
    height: 220px;
  }

  .logo-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .projects-wrapper {
    grid-template-columns: 1fr;
  }

  .client-wrap {
    max-width: 80%;
  }

  .feature-grid.bottom {
    margin-bottom: 40px;
  }

  .expert-card {
    min-width: 100%;
  }

  .employees-grid {
    grid-template-columns: 1fr;
  }

  .slider-content-block {
    padding-bottom: 100px;
  }

  .left-arrow, .right-arrow {
    bottom: -100px;
  }

  .employee-image-wrap {
    width: auto;
    height: 170px;
  }

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

  .button-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .number {
    margin-bottom: 16px;
  }

  .h2-title {
    text-align: center;
  }

  .service-section {
    padding-bottom: 10px;
  }

  .link-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .footer-link-wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }

  .project-image-wrapper {
    height: 330px;
  }

  .feature-image {
    height: 340px;
  }

  .testimonial-image {
    height: 320px;
  }

  .footer-left-content-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .service-image-large {
    height: 220px;
  }

  .services-text-wrap {
    padding: 20px;
  }

  .service-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-navigation-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-grid, .benefits-grid {
    grid-template-columns: 1fr;
  }

  .contact-block-grey {
    padding: 24px;
  }

  .h1-title {
    font-size: 48px;
  }

  .contact-information {
    grid-template-columns: 1fr;
  }

  .small-button-orange {
    width: 100%;
  }

  .form-email {
    flex-direction: column;
    width: 100%;
  }

  .email-field {
    margin-bottom: 8px;
  }

  .form-block {
    flex-direction: column;
    width: 100%;
  }

  .collection-list-blog {
    grid-template-columns: 1fr;
  }

  .blog-hero-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .feature-content-wrap {
    flex-direction: column;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .service-header-image {
    height: 280px;
  }

  .tabs-menu {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph {
    width: 100%;
  }

  .about-stats-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 3fr 1fr;
  }

  .testimonial-card.testimonial_green {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 190px;
    display: flex;
  }

  .blog-image-wrap {
    height: 420px;
  }

  .collection-list-blog-post-footer {
    grid-template-columns: 1fr;
  }

  .contact-form-grid {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog-block-featured {
    padding-left: 20px;
    padding-right: 20px;
  }

  .latest-projects-list {
    grid-template-columns: 1fr;
  }

  .licence-graphic {
    height: 180px;
  }

  .template-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .content-block-hero {
    text-align: center;
  }

  .hero-image-large {
    height: 470px;
  }

  .header-large {
    padding-top: 172px;
    padding-bottom: 40px;
  }

  .nav-link-dark {
    width: 100%;
  }

  .nav-link-dark.mobile-only {
    display: flex;
  }

  .button-navigation-white {
    display: none;
  }

  .social-link-wrap {
    margin-top: 40px;
  }

  .contact-section {
    padding-top: 180px;
  }

  .heading-wrap-large {
    margin-bottom: 40px;
  }

  .section-large {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .contact-block {
    padding: 24px;
  }

  .content-grid-small {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .author-name {
    margin-bottom: 4px;
  }

  .logo-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .project-image-short {
    height: 330px;
  }

  .testimonial-grid-large {
    grid-template-columns: 1fr;
  }

  .service-section-grey {
    padding-bottom: 20px;
  }

  .content-image-large {
    object-position: 0% 50%;
  }

  .content-square-1 {
    padding: 32px 20px;
  }

  .content-square-left {
    padding: 20px 32px;
  }

  .project-image-post {
    height: 400px;
  }

  .icon-2 {
    color: var(--white-smoke-3);
  }

  .image-3 {
    width: 71%;
  }
}

#w-node-_96a6dfb2-953d-6053-f14e-da9a39147c10-3f5ddfcd {
  align-self: center;
}

#w-node-_96a6dfb2-953d-6053-f14e-da9a39147c1d-3f5ddfcd {
  justify-self: center;
}

#w-node-bf876f9d-10bb-b1ca-1964-27fa057d1416-3f5ddfcd, #w-node-_07f030ba-29ed-2df6-e0bc-0345e82b3ea4-3f5ddfcd, #w-node-_03b1cd08-3d0f-084c-4702-925ef304c025-3f5ddfcd {
  align-self: start;
}

#w-node-_4381ac3f-f27e-b1aa-1b66-998427659ce8-27659ce2 {
  align-self: center;
}


