@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/gtwalsheimpro-bold.woff2') format("woff2"), url('../fonts/gtwalsheimpro-bold.eot') format("embedded-opentype"), url('../fonts/gtwalsheimpro-bold.woff') format("woff"), url('../fonts/gtwalsheimpro-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/gtwalsheimpro-medium.woff2') format("woff2"), url('../fonts/gtwalsheimpro-medium.eot') format("embedded-opentype"), url('../fonts/gtwalsheimpro-medium.woff') format("woff"), url('../fonts/gtwalsheimpro-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/gtwalsheimpro-light.woff2') format("woff2"), url('../fonts/gtwalsheimpro-light.eot') format("embedded-opentype"), url('../fonts/gtwalsheimpro-light.woff') format("woff"), url('../fonts/gtwalsheimpro-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/gtwalsheimpro-mediumoblique.woff2') format("woff2"), url('../fonts/gtwalsheimpro-mediumoblique.eot') format("embedded-opentype"), url('../fonts/gtwalsheimpro-mediumoblique.woff') format("woff"), url('../fonts/gtwalsheimpro-mediumoblique.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/gtwalsheimpro-regularoblique.woff2') format("woff2"), url('../fonts/gtwalsheimpro-regularoblique.eot') format("embedded-opentype"), url('../fonts/gtwalsheimpro-regularoblique.woff') format("woff"), url('../fonts/gtwalsheimpro-regularoblique.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/gtwalsheimpro-lightoblique.woff2') format("woff2"), url('../fonts/gtwalsheimpro-lightoblique.eot') format("embedded-opentype"), url('../fonts/gtwalsheimpro-lightoblique.woff') format("woff"), url('../fonts/gtwalsheimpro-lightoblique.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/gtwalsheimpro-blackoblique.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/gtwalsheimpro-regular.woff2') format("woff2"), url('../fonts/gtwalsheimpro-regular.eot') format("embedded-opentype"), url('../fonts/gtwalsheimpro-regular.woff') format("woff"), url('../fonts/gtwalsheimpro-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gtwalsheimpro;
  src: url('../fonts/gtwalsheimpro-boldoblique.eot') format("embedded-opentype"), url('../fonts/gtwalsheimpro-boldoblique.woff') format("woff"), url('../fonts/gtwalsheimpro-boldoblique.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --firebrick: #cd181e;
  --brown: #852124;
  --black: black;
  --gainsboro: #e6e6e6;
  --white: white;
  --dim-grey: #6d6e70;
  --black-2: #282828;
  --grey: #838383;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  flex-direction: column;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1em;
}

h2 {
  margin-top: 1em;
  margin-bottom: 10px;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1em;
}

h3 {
  margin-top: .7em;
  margin-bottom: .7em;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
}

p {
  margin-bottom: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  color: var(--firebrick);
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  text-decoration: none;
}

a:hover {
  color: var(--brown);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  line-height: 1.5em;
}

li {
  margin-bottom: .5em;
}

.container {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1650px;
  display: flex;
  position: relative;
}

.container.is--aligned-centre {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.is--horizontal {
  flex-direction: row;
  display: flex;
  position: relative;
}

.container.is--people {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.container.is--news {
  max-width: 1000px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6em 8em;
  display: flex;
  overflow: hidden;
}

.section.is--black {
  background-color: var(--black);
}

.section.is--black.hero-10years {
  margin-top: -6.9em;
  padding-top: 12em;
}

.section.is--process-section {
  background-color: var(--gainsboro);
  perspective: 500px;
  position: relative;
}

.section.is--not-top-padding {
  padding-top: 0;
}

.section.is--proven-plan-background {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/mojo-subdivision.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
  overflow: visible;
}

.section.is--grey-background {
  background-color: var(--gainsboro);
}

.section.is-relative {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/karrinyup-shopping-centre-major-expansion-12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
}

.section.is-relative.is--sub-landing-background {
  background-image: linear-gradient(#000000bd, #000000bd), url('../images/atop-beeliar-land-development-project-sm.jpg');
  background-size: auto, cover;
}

.section.is--proven-background-chart {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/proven-background-no-logos.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
  overflow: visible;
}

.section.is--10year-background {
  background-image: url('../images/proven-10-year-background.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slider {
  z-index: 0;
  margin-top: -6.9em;
  position: relative;
}

.navigation {
  z-index: 99;
  background-image: linear-gradient(#000000bd, #fff0);
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 8em;
  display: flex;
  position: sticky;
  top: 0;
}

.home-logo {
  width: 12em;
  display: none;
}

.navlink {
  color: var(--white);
  padding-left: 1.5em;
  padding-right: 1em;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  transition: color .5s;
}

.navlink:hover {
  color: var(--firebrick);
}

.proven-home-block {
  z-index: 1;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  padding: 1em;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.proven-home-block.is--red {
  background-color: var(--firebrick);
  width: 30em;
  padding: 2em;
}

.proven-home-block.is--white {
  background-color: var(--white);
}

.proven-home-block.is--transparent {
  cursor: pointer;
  background-color: #0000;
}

.intro-div {
  z-index: 1;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.heading-home {
  color: var(--firebrick);
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1.5em;
}

.heading-home.is--white {
  color: var(--white);
  margin-bottom: 1.5em;
}

.heading-home.is--white.is--left {
  text-align: left;
}

.heading-home.is--left {
  text-align: left;
  margin-top: 0;
}

.intro {
  color: var(--dim-grey);
  text-align: center;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}

.intro.is--white {
  color: var(--white);
}

.intro.is--left {
  text-align: left;
}

.intro.is--light-grey {
  color: var(--gainsboro);
}

.more-red-box {
  background-color: var(--firebrick);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  transition: background-color .5s;
  display: flex;
}

.more-red-box:hover {
  background-color: var(--brown);
}

.sector-portfolio-red-dot {
  background-color: var(--firebrick);
  width: .4em;
  height: .4em;
  margin-bottom: .45em;
  margin-left: .2em;
}

.bar-horizontal {
  background-color: var(--white);
  width: 1em;
  height: .1em;
  position: absolute;
}

.bar-vertical {
  background-color: var(--white);
  width: .1em;
  height: 1em;
  position: absolute;
}

.sector-icon-image {
  object-fit: cover;
  height: 3.5em;
}

.profile-picture {
  cursor: pointer;
  width: 100%;
  height: 16em;
  overflow: hidden;
}

.profile-picture.is--incharge {
  height: 10em;
}

.people-collection-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.people-collection-list.leaders {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.image-cover.is--process-pic {
  filter: grayscale();
  mix-blend-mode: multiply;
}

.red-bar {
  background-color: var(--firebrick);
  transform-origin: 0%;
  width: 100%;
  height: .4em;
  position: absolute;
  transform: translate(-17em);
}

.people-home-full-name {
  color: var(--white);
  font-size: 1.9em;
  font-weight: 300;
}

.people-home-full-name.is--incharge {
  color: var(--black);
  font-size: 1.2em;
}

.poeple-home-position {
  color: var(--white);
  margin-top: .1em;
  margin-bottom: .6em;
  font-size: 1.4em;
  font-weight: 300;
}

.poeple-home-position.is--incharge {
  color: var(--black);
  font-size: 1em;
}

.people-list-wrapper {
  margin-top: 6em;
}

.red-middle-bar {
  border-right: .2em solid var(--firebrick);
  background-color: var(--firebrick);
  flex: 0 auto;
  height: 100%;
  margin-top: 10.2em;
  position: absolute;
}

.paragraph {
  color: var(--dim-grey);
}

.process-block {
  border: .2em solid var(--firebrick);
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20em;
  height: 20em;
  margin-bottom: 0;
  padding: 1em;
  display: flex;
  position: relative;
  left: auto;
  box-shadow: 4px 4px 12px -3px #0009;
}

.process-block.block-1 {
  left: -15em;
}

.process-block.block-2 {
  margin-top: -6em;
  right: -15em;
}

.process-block.block-3 {
  margin-top: -6em;
  left: -15em;
}

.heading {
  color: var(--firebrick);
}

.processes {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6em;
  display: flex;
  position: relative;
}

.line-to-block-left {
  border-top: .2em solid var(--firebrick);
  width: 5em;
  position: relative;
  top: -10em;
  right: 2.5em;
}

.line-to-block-right {
  border-top: .2em solid var(--firebrick);
  width: 5em;
  position: relative;
  top: -10em;
  left: 2.5em;
}

.subscriber-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.form-block {
  width: 100%;
}

.text-field {
  background-color: var(--black);
  color: var(--white);
  margin-bottom: 0;
  padding: 1.5em;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  transition: background-color .5s;
}

.text-field:hover {
  background-color: var(--black-2);
}

.space-horizontal {
  width: 2em;
  height: auto;
}

.button {
  background-color: var(--firebrick);
  text-align: center;
  padding: .7em;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  transition: background-color .5s;
}

.button:hover {
  background-color: var(--brown);
  color: var(--white);
}

.button.is--centred {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.home-welcome {
  color: var(--white);
  margin-bottom: 0;
  font-family: Gtwalsheimpro, sans-serif;
  font-weight: 300;
}

.text-block {
  color: var(--firebrick);
  text-align: center;
  font-size: 1em;
  line-height: 1em;
}

.process-square-1 {
  background-color: var(--firebrick);
  width: 30em;
  height: 30em;
  position: absolute;
  inset: 18em auto auto -15em;
}

.process-square-2 {
  background-color: var(--firebrick);
  width: 20em;
  height: 20em;
  position: absolute;
  inset: 22em -2em auto auto;
}

.process-square-3 {
  background-color: var(--firebrick);
  width: 25em;
  height: 25em;
  position: absolute;
  inset: 50em -10em auto auto;
}

.process-square-4 {
  background-color: var(--firebrick);
  width: 14em;
  height: 14em;
  position: absolute;
  inset: 85.7em 0 auto auto;
}

.process-square-5 {
  background-color: var(--firebrick);
  width: 27em;
  height: 27em;
  position: absolute;
  inset: 120em 5em auto auto;
}

.process-square-6 {
  background-color: var(--firebrick);
  width: 12em;
  height: 12em;
  position: absolute;
  inset: 54.9em auto auto -.8em;
}

.process-square-7 {
  background-color: var(--firebrick);
  width: 20em;
  height: 20em;
  position: absolute;
  inset: 80em auto auto -6em;
}

.process-square-8 {
  background-color: var(--firebrick);
  width: 30em;
  height: 30em;
  position: absolute;
  inset: 109.4em auto auto -16em;
}

.footer {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 6em 8em;
  display: flex;
  overflow: hidden;
}

.footer-logo {
  width: 12em;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 3.25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.copyright {
  color: var(--white);
  text-align: center;
  margin-top: 1em;
  font-family: Open Sans, sans-serif;
  font-size: .8em;
  line-height: 1.5em;
}

.terms-conditions {
  color: var(--white);
  text-align: center;
  margin-bottom: 1.1em;
  line-height: 1em;
  transition: color .5s;
}

.terms-conditions:hover {
  color: var(--firebrick);
}

.div-block-10 {
  justify-content: center;
  display: flex;
}

.arrow {
  width: 2em;
}

.div-block-12 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-media-icon {
  background-color: var(--firebrick);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding: .5em;
  transition: background-color .5s;
  display: flex;
}

.social-media-icon:hover {
  background-color: var(--brown);
}

.div-block-14 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.people-div {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.people-div.is--incharge {
  width: 10em;
  height: auto;
}

.hero-section {
  background-image: linear-gradient(to top, #000, #fff0 52%);
  height: 40vh;
  margin-top: -6.9em;
  position: relative;
}

.hero-section.is--news-section {
  background-image: linear-gradient(to top, #000, #fff0 52%), url('../images/carter-lane-subiaco-6.jpg');
  background-position: 0 0, 50% 13%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section.is--people-background {
  background-image: linear-gradient(to top, #000, #fff0 52%), url('../images/proven-dfo-walk-proven-logos.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-section.is--projects-background {
  background-image: linear-gradient(to top, #000, #fff0 52%), url('../images/karrinyup-shopping-centre-major-expansion-12.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-section.is--contact-section {
  background-image: linear-gradient(to top, #000, #fff0 52%), url('../images/369-newcastle-street-6.jpg');
  background-position: 0 0, 50% 61%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section.is--services-section {
  background-image: linear-gradient(to top, #000, #fff0 52%), url('../images/wedge-wellard.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section.is--services-section.is--project-management-landing-pic {
  background-image: linear-gradient(to top, #000, #fff0 52%), url('../images/proven-dfo-walk-proven-logos.jpg');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
}

.section-heading {
  color: var(--white);
  position: absolute;
  inset: auto auto 1em 1em;
}

.display {
  font-size: 5em;
}

.display.section-heading {
  text-align: center;
  position: absolute;
  inset: auto 0% 0%;
}

.form {
  flex-direction: column;
  padding: 1em 0 1em 1em;
  display: flex;
}

.sectors-projects {
  width: 77%;
}

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

.collection-list-projects.is--normaldiv {
  flex-direction: column;
  display: flex;
}

.projects-image-div {
  width: 100%;
  height: 21em;
  overflow: hidden;
}

.projects-image-div.is--sectos {
  box-shadow: none;
  height: 17em;
}

.projects-div {
  color: var(--black);
  transition: color .5s;
}

.projects-div:hover {
  color: var(--firebrick);
}

.project-title {
  margin-bottom: 0;
  font-size: 1.8em;
}

.project-location {
  font-size: 1.6em;
  font-weight: 400;
}

.collection-list-wrapper {
  margin-top: 3em;
}

.text-block-3 {
  margin-right: 1em;
}

.sector-title-div {
  align-items: flex-end;
  display: flex;
}

.sector-title-div.is--centred {
  justify-content: center;
}

.sector-button-title {
  white-space: nowrap;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1em;
  transition: color .5s;
}

.sector-radio-button {
  cursor: auto;
  border: 1px #000;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.sector-radio-button.w--redirected-focus {
  box-shadow: none;
  border-style: none;
  border-radius: 0%;
  width: 100%;
  height: 100%;
}

.sector-form-button {
  align-items: flex-end;
  margin-bottom: .5em;
  padding-left: 0;
  display: flex;
  position: relative;
}

.sector-form-button:hover, .sector-form-button.is--active {
  color: var(--firebrick);
}

.filters {
  width: 100%;
  margin-bottom: 0;
}

.text-retail, .text-land, .text-education, .text-commercial, .text-industrial, .text-residential, .text-government {
  display: none;
}

.text-all.is--inner-padding {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5em;
  display: flex;
  box-shadow: 4px 4px 12px -3px #0000004d;
}

.text-all.is--inner-padding.home-link {
  color: var(--black);
}

.sector-button-title-link {
  color: var(--black);
  white-space: nowrap;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1em;
  transition: color .5s;
}

.sector-button-title-link:hover, .sector-button-title-link:focus {
  color: var(--firebrick);
}

.project-info-div {
  height: 40em;
  margin-top: -6.9em;
  display: flex;
  position: relative;
}

.project-hero {
  background-image: url('../images/rowe-group-home-slider-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 50%;
}

.project-title-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 8em;
  display: flex;
}

.project-title-div.is--light-grey {
  background-color: var(--gainsboro);
}

.proven-project-info-block {
  z-index: 1;
  background-color: var(--firebrick);
  justify-content: center;
  align-items: flex-start;
  width: 10em;
  height: 10em;
  padding: 1em;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.div-block-16 {
  width: 100%;
}

.project-text-title {
  color: var(--white);
  margin-top: .7em;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
}

.project-text-title.is--bold {
  font-weight: 500;
  line-height: 1.2em;
}

.project-info-block-div {
  z-index: 1;
  display: flex;
  position: absolute;
  inset: auto auto -3.5em 0%;
}

.project-page-title {
  color: var(--firebrick);
}

.proejects-images {
  margin-bottom: 1em;
}

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

.rich-text-block {
  margin-top: 3em;
  margin-bottom: 3em;
}

.profile-hero-section {
  background-color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: -6.9em;
  padding: 6em 3em 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.red-line {
  background-color: var(--firebrick);
  width: 70%;
  height: 1em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.profile-hero-image {
  width: 30em;
}

.people-name {
  color: var(--white);
  margin-bottom: 0;
}

.people-position {
  color: var(--firebrick);
  margin-top: .25em;
  font-weight: 400;
}

.div-block-17 {
  width: 50%;
  height: 21em;
}

.white {
  color: var(--white);
  text-align: center;
}

.bar-div {
  width: 100%;
  height: .4em;
  position: relative;
  overflow: hidden;
}

.hidden {
  display: none;
}

.left-section {
  flex-direction: column;
  width: 30%;
  margin-right: 3em;
  padding: 2.3em;
  display: flex;
}

.right-section {
  width: 70%;
  padding: 2.3em;
}

.sections-menu {
  grid-column-gap: 5em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sections-menu.one-column {
  grid-template-columns: 1fr;
}

.learn-more-div {
  color: var(--firebrick);
  align-items: center;
  transition: color .5s;
  display: flex;
}

.learn-more-div:hover {
  color: var(--brown);
}

.learn-more-link {
  margin-right: .7em;
}

.news-collection-grid {
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-collection-grid._3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.news-title {
  color: var(--black);
  font-size: 2em;
}

.news-title.is--white {
  color: var(--white);
}

.news-image {
  height: 20em;
  overflow: hidden;
}

.date {
  color: var(--dim-grey);
  font-size: 1em;
}

.news-wrapper {
  margin-top: 2em;
}

.back-to-page {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

._404-error {
  width: 35em;
}

.rowe-group-logo {
  width: 20em;
}

.rich-text-block-2 {
  margin-top: 3.8em;
  margin-bottom: 3.8em;
}

.first-and-last-name {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field-big {
  background-color: var(--black);
  color: var(--white);
  min-height: 10em;
  margin-bottom: .7em;
  padding: 1.5em;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  transition: background-color .5s;
}

.text-field-big:hover {
  background-color: var(--black-2);
}

.contact-form-title {
  font-size: 1em;
}

.contact-form-title.is---red {
  color: var(--firebrick);
  margin-top: 0;
  font-size: 1.5em;
}

.contact-form-title.is---red.is--margin {
  margin-top: 2em;
}

.selection {
  background-color: var(--black);
  color: var(--dim-grey);
  height: auto;
  padding: .8em 1em;
  font-size: 1em;
}

.div-block-23 {
  display: flex;
}

.div-block-24 {
  width: 100%;
  height: 2em;
}

.background-video {
  height: 60em;
}

.contact-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.mobil-nav {
  z-index: 99;
  justify-content: space-between;
  padding: 1em 8em;
  display: none;
  position: sticky;
  top: 0;
}

.burger {
  background-color: var(--firebrick);
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  padding: .6em;
  transition: background-color .5s;
  display: flex;
}

.burger:hover {
  background-color: var(--brown);
}

.burger-bar {
  background-color: var(--white);
  width: 100%;
  height: .2em;
  margin-top: .2em;
  margin-bottom: .2em;
}

.div-block-28 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mobile-menu {
  display: none;
}

.mobile-menu-div {
  justify-content: center;
  display: flex;
}

.mobile-menu-logo {
  width: 12em;
}

.excerpt {
  color: var(--dim-grey);
  margin-top: 1.1em;
}

.excerpt.is--white {
  color: var(--white);
}

._404-error-text {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.sectors {
  flex-direction: row;
  display: flex;
}

.contact-form-text-copy {
  color: var(--white);
  font-size: 1em;
  font-weight: 400;
}

.list-for-icons {
  margin-bottom: 1em;
  padding-left: 0;
  list-style-type: none;
}

.credit {
  text-align: center;
  margin-top: 1em;
  font-size: .8em;
  line-height: 1em;
}

.left {
  width: 23%;
  height: 27em;
  padding-right: 3em;
  position: sticky;
  top: 10em;
  bottom: 20em;
}

.sticky-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6em 8em;
  display: flex;
  position: relative;
}

.sticky-section.is--not-top-padding {
  padding-top: 0;
}

.dot {
  color: var(--firebrick);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.footer-info-link {
  color: var(--white);
  margin-bottom: .5em;
  font-family: Gtwalsheimpro, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  transition: color .5s;
}

.footer-info-link:hover {
  color: var(--firebrick);
}

.contact-link {
  color: var(--white);
  font-size: 1.2em;
  transition: color .5s;
}

.contact-link:hover {
  color: var(--firebrick);
}

.form-message {
  font-family: Open Sans, sans-serif;
  font-size: 1em;
}

.is--white {
  color: var(--white);
}

.services {
  grid-column-gap: 1em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-title {
  font-size: 2em;
}

.is--red {
  color: var(--white);
  text-align: center;
}

.space-vertical-2em {
  height: 2em;
}

.proven-logo-landing {
  width: 25em;
}

.icons-grid {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  margin-bottom: 2em;
  display: grid;
}

.landing-icon {
  width: 7em;
}

.icon-text {
  color: var(--white);
  text-align: center;
  margin-top: .5em;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 2em;
  line-height: 1em;
}

.icon-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.proven-cube {
  background-color: var(--firebrick);
  width: 5em;
  height: 5em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.proven-cube._3em {
  width: 3em;
  height: 3em;
}

.red-heading {
  color: var(--firebrick);
  text-align: center;
}

.chart-lines {
  width: 30em;
  margin-bottom: -.1em;
}

.columns {
  align-items: flex-start;
  margin-top: 3.9em;
  display: flex;
  position: relative;
}

.column {
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.column.sticky {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  position: sticky;
  top: 0;
}

.column.chart {
  height: 115em;
  padding-bottom: 10vh;
}

.chart {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.list-with-icon {
  text-align: left;
  background-image: url('../images/proven-square.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: .6em;
  padding-left: 1.5em;
}

.reporting-box._1, .reporting-box._2, .reporting-box._3, .reporting-box._4, .reporting-box._5 {
  display: none;
}

.chart-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30em;
  display: none;
  position: absolute;
}

.plan-text {
  color: var(--white);
  text-align: center;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 1em;
  font-weight: 300;
  position: static;
  top: 3.6em;
}

.initiate-circle {
  opacity: .7;
  mix-blend-mode: multiply;
  transform-style: preserve-3d;
  width: 9em;
  position: static;
}

.plan-circle {
  opacity: .7;
  mix-blend-mode: multiply;
  transform-style: preserve-3d;
  width: 14em;
  position: static;
}

.design-circle {
  z-index: 1.5;
  opacity: .7;
  mix-blend-mode: multiply;
  transform-style: preserve-3d;
  width: 14em;
  position: static;
}

.close-operate {
  z-index: 1.5;
  opacity: .7;
  mix-blend-mode: multiply;
  width: 11em;
  position: static;
}

.construct-circle {
  z-index: 1.5;
  opacity: .7;
  mix-blend-mode: multiply;
  transform-style: preserve-3d;
  width: 14em;
  position: static;
}

.inititate-div {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.plan-div {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -.8em;
  display: flex;
  position: relative;
}

.plan-icon {
  z-index: 2;
  width: 2.5em;
  position: static;
  top: -2.3em;
}

.plan-icon-div {
  z-index: 2;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.initiate-icon-div {
  z-index: 2;
  grid-row-gap: .25em;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
}

.design-div {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -1em;
  display: flex;
  position: relative;
}

.construct-div {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -1.1em;
  display: flex;
  position: relative;
}

.close-operate-div {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -1.2em;
  display: flex;
  position: relative;
}

.plan-dots {
  opacity: 0;
  width: 5em;
  position: absolute;
  left: -4.1em;
}

.plan-dots.flip {
  transform-style: preserve-3d;
  left: 13.1em;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.design-dots {
  opacity: 0;
  width: 5em;
  position: absolute;
  left: -4.1em;
}

.design-dots.flip {
  transform-style: preserve-3d;
  left: 13.2em;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.construct-dots {
  opacity: 0;
  width: 5em;
  position: absolute;
  left: -4.1em;
}

.construct-dots.flip {
  transform-style: preserve-3d;
  left: 13.2em;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.plan-side-text {
  opacity: 0;
  width: 29em;
  position: absolute;
  left: -7.7em;
}

.design-side-text, .construct-side-text {
  opacity: 0;
  width: 26em;
  position: absolute;
}

.legend {
  width: 10em;
  margin-bottom: 3.4em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.australia {
  width: 30em;
}

.icon-and-text-grid {
  grid-column-gap: 3em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-and-text-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-2-div {
  height: 5em;
}

.icon-2-div.chart-2 {
  height: 3em;
  margin-left: 5.6em;
}

.chart-para {
  text-align: center;
  margin-top: 1em;
}

.contracting-model-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: .5em;
}

.logo-wrappper {
  width: 100%;
  padding: 1.5em;
  display: flex;
}

.chart-heading {
  margin-top: 1em;
  margin-bottom: .5em;
}

.about-people {
  color: var(--grey);
}

.people-info-div {
  flex-direction: column;
  display: flex;
}

.chart-1 {
  justify-content: center;
  align-items: center;
  width: 48em;
  height: 56em;
  margin-top: -1em;
  display: flex;
  position: relative;
}

.circle {
  background-color: var(--firebrick);
  mix-blend-mode: multiply;
  border-radius: 25em;
  justify-content: center;
  align-items: center;
  width: 20em;
  height: 20em;
  display: flex;
  position: absolute;
  top: 2.7em;
  left: .7em;
}

.circle._1 {
  background-color: var(--white);
}

.circle._1.proven-logo {
  mix-blend-mode: normal;
  width: 25em;
  height: 25em;
  position: absolute;
  top: auto;
  left: auto;
}

.circle._1.proven-logo.chart-2-circle-1 {
  width: 15em;
  height: 15em;
  top: 20.1em;
  left: 16.5em;
}

.circle._2 {
  background-color: var(--dim-grey);
  width: 35em;
  height: 35em;
}

.circle._2.contractor {
  width: 16em;
  height: 16em;
  top: 38.6em;
  left: 17em;
}

.circle._2.contractor.chart-2-circle-5 {
  width: 17em;
  height: 17em;
  top: 30.5em;
  left: 33.7em;
}

.circle._3 {
  background-color: var(--grey);
  width: 10em;
  height: 10em;
  top: 32.4em;
  left: 6.1em;
}

.circle._3.design {
  top: 32.7em;
  left: 31.9em;
}

.circle._3.design.chart-2-circle-3a {
  width: 9em;
  height: 9em;
  top: 17.2em;
  left: 39.3em;
}

.circle._3.design.chart-2-circle-3b {
  width: 9em;
  height: 9em;
  top: 23.2em;
  left: 35em;
}

.circle._3.design.chart-2-circle-3c {
  width: 9em;
  height: 9em;
  top: 24.7em;
  left: 42.8em;
}

.circle._3.chart-2-circle-3 {
  width: 9em;
  height: 9em;
  top: 5.2em;
  left: 20.6em;
}

.circle._4 {
  width: 7em;
  height: 7em;
  top: 9.5em;
  left: 23.1em;
}

.circle._4.time {
  top: 11.7em;
  left: 28.6em;
}

.circle._4.time.chart-2-circle-4 {
  background-color: var(--dim-grey);
  width: 5em;
  height: 5em;
  top: 22.1em;
  left: 12.6em;
}

.circle._4.cost {
  top: 15.9em;
  left: 32.9em;
}

.circle._4.cost.chart-2-small-circle-3 {
  background-color: var(--dim-grey);
  width: 5em;
  height: 5em;
  top: 26.6em;
  left: 12.3em;
}

.circle._4.quality {
  top: 21.6em;
  left: 35.2em;
}

.circle._4.quality.chart-2-small-circle-2 {
  background-color: var(--dim-grey);
  width: 5em;
  height: 5em;
  top: 33.3em;
  left: 17.1em;
}

.circle._4.chart-2-small-circle-1 {
  background-color: var(--dim-grey);
  width: 5em;
  height: 5em;
  top: 30.5em;
  left: 13.9em;
}

.circle.chart-2-circle {
  width: 15em;
  height: 15em;
  top: 8.1em;
  left: 27.1em;
}

.circle.chart-2-circle-2 {
  width: 30em;
  height: 30em;
  top: 16.8em;
  left: 6.6em;
}

.chart-title {
  color: var(--white);
  text-align: center;
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 3em;
  line-height: 1em;
}

.chart-title._2 {
  font-size: 2.5em;
}

.chart-title._3 {
  font-size: 1.4em;
}

.chart-title._4 {
  font-size: 1.3em;
}

.chart-title.chart-2-circle-2 {
  margin-top: 6.8em;
}

.proven-logo-chart {
  width: 15em;
}

.proven-logo-chart.chart-2 {
  width: 10em;
}

.dotted-line {
  border-top: 2px dashed #000;
  border-right: 2px dashed #000;
  width: 10em;
  height: 10em;
  transform: rotate(45deg);
}

.chart-2-config {
  align-items: center;
  display: flex;
}

.chart-2-config.hidden {
  display: none;
}

.chart-2-para {
  text-align: left;
  width: 9em;
  margin-top: 2.8em;
  margin-left: 1.4em;
}

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

.contact-people-collection-list {
  grid-column-gap: 1em;
  grid-row-gap: 2.7em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.pic-div {
  flex-direction: column;
  width: 30%;
  display: flex;
}

.contact-people-info-div {
  flex-direction: row;
  display: flex;
}

.contact-div {
  flex-direction: column;
  width: 70%;
  padding-left: 1.3em;
  display: flex;
}

.link {
  color: var(--firebrick);
  font-family: Gtwalsheimpro, sans-serif;
  font-weight: 400;
}

.link:hover {
  font-weight: 400;
}

.space-vertical-05em {
  height: .5em;
}

.staff-in-charge-list-wrapper {
  margin-top: 0;
}

.staff-in-charge-collection-list {
  grid-column-gap: 1em;
  grid-row-gap: 2.7em;
  grid-template-rows: auto;
  grid-template-columns: 5em 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-36 {
  width: 6em;
  position: absolute;
  top: .5em;
  left: 4.2em;
  transform: rotate(17deg);
}

.chart-1-text {
  width: 15em;
  position: absolute;
  top: 6.5em;
  left: 24.3em;
}

.space-vertical-3em {
  height: 3em;
}

.error-message {
  background-color: var(--firebrick);
}

.empty-state {
  display: none;
}

.icon-title {
  margin-top: 1em;
  margin-bottom: 0;
}

.call-action-bold {
  font-style: normal;
  font-weight: 600;
}

.buttons-div {
  grid-column-gap: 1em;
  align-self: center;
  display: flex;
}

.contact-text {
  grid-column-gap: .5em;
  display: flex;
}

.is--bold-red {
  color: var(--firebrick);
  font-size: 1.2em;
  font-weight: 700;
}

.featured-projects {
  width: 100%;
}

.scroll-more {
  width: 8em;
}

.profile-picture-landing {
  cursor: pointer;
  width: 100%;
  height: 17em;
  overflow: hidden;
}

.para-100 {
  width: 100%;
}

.xmas-alert {
  border-left: 7px solid var(--firebrick);
  background-color: #f6cfd1;
  margin-bottom: 1em;
  padding: 1.3em;
  display: none;
}

.redxmas-text {
  color: var(--firebrick);
}

.testimonials-div {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.testimonial-container {
  background-color: var(--gainsboro);
  padding: 3em;
  position: relative;
}

.testimonial-italic {
  font-style: italic;
}

.logo-testimonial {
  width: 15em;
  margin-bottom: 2em;
  display: flex;
}

.landing-page-list-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.bullet-red {
  background-color: var(--firebrick);
  width: .7em;
  height: .7em;
}

.landing-page-list-text {
  font-size: 1.3em;
}

.landing-page-list-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.subscribe_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.home-10-year-logo {
  width: 12em;
}

.home-10-year-logo.w--current {
  width: 15.8em;
}

.profile-hover-div {
  height: 16em;
  position: relative;
}

.profile-hover {
  z-index: 10;
  opacity: 0;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.space-vertical-6em {
  height: 6em;
}

.proven-logo-10-year-landing {
  width: 47em;
  margin-bottom: 5em;
}

.timelline-to-block-left {
  border-top: .2em solid var(--firebrick);
  width: 5em;
}

.timeline-10-years {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._10-year-project-timeline-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30em;
  height: 30em;
  margin-top: 3em;
  display: flex;
  position: relative;
  left: -20em;
}

._10-year-project-timeline-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30em;
  height: 30em;
  margin-top: 4em;
  display: flex;
  position: relative;
  left: 20em;
}

.year {
  color: var(--firebrick);
  font-family: Gtwalsheimpro, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1em;
}

.timeline-year-left-div {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  top: 5.3em;
  left: -15em;
}

.timeline-year-left-div.is--mobile {
  display: none;
}

.timeline-year-right-div {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 5.3em;
  left: 15em;
}

.images-timeline-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30em;
  height: 30em;
  margin-top: -30em;
  display: flex;
  position: relative;
  left: 20em;
}

.images-timeline-right.is--mobile {
  display: none;
}

.images-timeline-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30em;
  height: 30em;
  margin-top: -30em;
  display: flex;
  position: relative;
  left: -20em;
}

.images-timeline-left.is--mobile {
  display: none;
}

.anniversary-sections {
  grid-column-gap: 5em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-anim-1, .image-anim-2, .image-anim-3, .image-anim-4 {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.logo-wrappper-testimonial {
  width: 13em;
  padding: 1.5em;
  display: flex;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 1.5em;
  }

  li {
    margin-bottom: 1em;
    font-size: 1.5em;
  }

  .section.is--black.hero-10years, .slider {
    margin-top: -7.8em;
  }

  .intro {
    font-size: 2em;
  }

  .red-bar {
    transform: translate(0);
  }

  .process-block {
    z-index: 9;
    width: 22em;
    height: 22em;
  }

  .text-field {
    font-size: 1.5em;
  }

  .home-welcome {
    line-height: 1.2em;
  }

  .text-block {
    font-size: 1.5em;
  }

  .copyright {
    font-size: 1em;
  }

  .social-media-icon {
    width: 3em;
    height: 3em;
  }

  .hero-section, .project-info-div {
    margin-top: -7.8em;
  }

  .project-text-title {
    margin-top: .5em;
    font-size: 1.2em;
  }

  .profile-hero-section {
    margin-top: -7.8em;
  }

  .learn-more-link, .date, .text-field-big, .contact-form-title {
    font-size: 1.5em;
  }

  .contact-form-title.is---red {
    font-size: 2em;
  }

  .selection, ._404-error-text, .contact-form-text-copy {
    font-size: 1.5em;
  }

  .credit {
    font-size: 1em;
  }

  .form-message {
    font-size: 1.5em;
  }

  .chart-lines {
    width: 38em;
    margin-bottom: -.6em;
  }

  .column.sticky {
    align-items: flex-end;
  }

  .column.chart {
    height: 290em;
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .list-with-icon {
    background-position: 0 3px;
    background-size: .5em;
  }

  .reporting-box._2, .reporting-box._3, .reporting-box._4, .reporting-box._5 {
    display: none;
  }

  .plan-text {
    font-size: 2.2em;
  }

  .initiate-circle {
    width: 25em;
  }

  .plan-circle {
    width: 34em;
  }

  .design-circle {
    width: 33em;
  }

  .close-operate {
    width: 23.2em;
  }

  .construct-circle {
    width: 30em;
  }

  .plan-div {
    margin-top: -2.8em;
  }

  .plan-icon {
    width: 6em;
  }

  .plan-icon-div {
    grid-row-gap: .75em;
  }

  .initiate-icon-div {
    grid-row-gap: 1em;
  }

  .design-div {
    margin-top: -2.7em;
  }

  .construct-div {
    margin-top: -3em;
  }

  .close-operate-div {
    margin-top: -2.6em;
  }

  .plan-dots {
    opacity: 0;
    width: 8.5em;
    left: -6.9em;
  }

  .plan-dots.flip {
    left: 32.5em;
  }

  .design-dots {
    opacity: 0;
    width: 8.5em;
    left: -7em;
  }

  .design-dots.flip {
    left: 31.2em;
  }

  .construct-dots {
    opacity: 0;
    width: 8.5em;
    left: -6.9em;
  }

  .construct-dots.flip {
    left: 28.5em;
  }

  .plan-side-text {
    opacity: 0;
    width: 53em;
    left: -10em;
  }

  .design-side-text {
    opacity: 0;
    width: 50em;
  }

  .construct-side-text {
    width: 50em;
  }

  .legend {
    width: 20em;
  }

  ._10-year-project-timeline-left {
    height: 49em;
  }

  ._10-year-project-timeline-right {
    height: 54em;
  }

  .images-timeline-right, .images-timeline-left {
    margin-top: -38em;
  }
}

@media screen and (max-width: 767px) {
  .section.is--black.hero-10years, .slider, .hero-section, .project-info-div, .profile-hero-section {
    margin-top: -8.8em;
  }

  .list-with-icon {
    background-position: 0 3px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 2vw;
  }

  p {
    font-size: 1.7em;
  }

  li {
    font-size: 1.7em;
    line-height: 1.5em;
  }

  .container.is--horizontal {
    flex-direction: column;
  }

  .section {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .section.is--black.hero-10years, .slider {
    margin-top: -13.2em;
  }

  .navigation {
    display: none;
  }

  .home-logo {
    width: 20em;
    display: block;
  }

  .home-logo.w--current {
    width: 20em;
  }

  .navlink.w--current {
    color: var(--firebrick);
  }

  .navlink.is--mobile {
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 2em;
  }

  .proven-home-block.is--hidden {
    display: none;
  }

  .more-red-box {
    font-size: 1.5em;
  }

  .sector-portfolio-red-dot {
    margin-right: .3em;
  }

  .profile-picture {
    height: 21em;
  }

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

  .people-collection-list.leaders {
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .red-middle-bar.is--mobile {
    left: 42em;
  }

  .process-block {
    width: 23em;
    height: 23em;
  }

  .processes {
    font-size: 1.5vw;
  }

  .text-field {
    font-size: 1.7em;
  }

  .button {
    font-size: 2em;
  }

  .home-welcome {
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .process-square-1 {
    height: 20em;
    top: 29em;
  }

  .process-square-2 {
    top: 32em;
  }

  .process-square-3 {
    top: 55.9em;
  }

  .process-square-4 {
    top: 86.7em;
  }

  .process-square-5 {
    top: 105.2em;
    right: -3.7em;
  }

  .div-block-9 {
    grid-template-columns: 1.25fr;
    justify-items: center;
    margin-bottom: 3.3em;
  }

  .copyright {
    font-size: 1.2em;
  }

  .terms-conditions {
    font-size: 1.4em;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 2.3vw;
    display: grid;
  }

  .div-block-12 {
    grid-template-columns: 1.5fr;
  }

  .social-media-icon {
    width: 3.5em;
    height: 3.5em;
  }

  .hero-section {
    margin-top: -13.2em;
  }

  .form {
    background-color: var(--gainsboro);
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 2.6em;
    padding: 2.6em 1.9em;
  }

  .sectors-projects {
    width: 100%;
  }

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

  .projects-image-div.is--sectos {
    height: 21em;
  }

  .sector-button-title {
    font-size: 3.3em;
  }

  .sector-form-button {
    margin-right: 1em;
  }

  .filters {
    width: 100%;
    font-size: 2vw;
  }

  .sector-button-title-link {
    font-size: 3.3em;
  }

  .project-info-div {
    flex-direction: column;
    height: auto;
    margin-top: -10.4em;
  }

  .project-hero {
    width: 100%;
    height: 50em;
  }

  .project-title-div {
    width: 100%;
    padding-top: 16em;
  }

  .project-title-div.is--light-grey {
    width: 100%;
  }

  .project-text-title.is--bold {
    line-height: 1.1em;
  }

  .profile-hero-section {
    margin-top: -10.4em;
    padding-top: 16em;
  }

  .left-section, .right-section {
    width: 100%;
  }

  .sections-menu {
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .learn-more-link {
    font-size: 1.7em;
  }

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

  .news-collection-grid._3-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._404-error {
    margin-top: 8em;
  }

  .first-and-last-name {
    grid-template-columns: 1fr;
  }

  .text-field-big, .selection {
    font-size: 1.7em;
  }

  .background-video {
    height: 45em;
  }

  .mobil-nav {
    background-image: linear-gradient(#000, #fff0);
    align-items: center;
    padding: 2.5em;
    display: flex;
  }

  .burger {
    font-size: 3vw;
  }

  .div-block-28 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-menu {
    z-index: 80;
    background-color: var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
    transform: translate(100%);
  }

  .mobile-menu-div {
    flex-direction: column;
    align-items: center;
    margin-top: 4em;
    margin-bottom: 4em;
    font-size: 3vw;
  }

  .mobile-menu-logo {
    width: 30em;
  }

  .mobile-menu-space {
    width: 100%;
    height: 1em;
  }

  ._404-error-text {
    font-size: 2em;
  }

  .contact-form-text-copy {
    font-size: 1.7em;
  }

  .credit {
    font-size: 1.2em;
  }

  .left {
    z-index: 50;
    width: 100%;
    padding-right: 0;
  }

  .sticky-section {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .form-message {
    font-size: 2em;
  }

  .services {
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .proven-logo-landing {
    width: 31em;
    margin-top: 5.7em;
  }

  .chart-lines {
    margin-bottom: -1.5em;
    position: relative;
    left: -2.6em;
  }

  .column.sticky {
    align-items: flex-start;
    padding-left: 3.9em;
  }

  .column.chart {
    height: 250em;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .column.mobile-100 {
    width: 100%;
  }

  .chart {
    left: -2.6em;
  }

  .list-with-icon {
    background-position: 0 5px;
    margin-bottom: 0;
  }

  .initiate-circle {
    transform: scale3d(.7, .9, 1);
  }

  .plan-circle {
    transform: scale3d(.6, 1.2, 1);
  }

  .design-circle {
    transform: scale3d(.7, .9, 1);
  }

  .construct-circle {
    transform: scale3d(.8, 1.1, 1);
  }

  .plan-div {
    margin-top: .7em;
  }

  .design-div {
    margin-top: -1.7em;
  }

  .close-operate-div {
    margin-top: .1em;
  }

  .plan-dots.flip {
    opacity: .3;
    width: 7em;
    left: 25.9em;
  }

  .design-dots {
    opacity: .41;
  }

  .design-dots.flip {
    width: 7em;
    left: 26.6em;
  }

  .construct-dots {
    opacity: .26;
  }

  .construct-dots.flip {
    width: 7em;
    left: 25.6em;
  }

  .plan-side-text {
    opacity: .38;
    width: 52.6em;
    top: 6.4em;
    left: -18.1em;
  }

  .design-side-text {
    opacity: .48;
    width: 46.6em;
    left: -11.9em;
  }

  .construct-side-text {
    opacity: .49;
    width: 47.3em;
    left: -13.6em;
  }

  .icon-and-text-grid {
    grid-template-columns: 1fr 1fr;
  }

  .icon-2-div.chart-2 {
    margin-top: 3.9em;
    margin-left: 0;
  }

  .chart-heading {
    font-size: 2em;
  }

  .circle._1.proven-logo.chart-2-circle-1 {
    left: 10.1em;
  }

  .circle._2.contractor.chart-2-circle-5 {
    left: 28em;
  }

  .circle._3.design.chart-2-circle-3a {
    left: 34.7em;
  }

  .circle._3.design.chart-2-circle-3b {
    left: 29.5em;
  }

  .circle._3.design.chart-2-circle-3c {
    left: 37.5em;
  }

  .circle._3.chart-2-circle-3 {
    left: 16.8em;
  }

  .circle._4.time.chart-2-circle-4 {
    left: 6.2em;
  }

  .circle._4.cost.chart-2-small-circle-3 {
    left: 5.9em;
  }

  .circle._4.quality.chart-2-small-circle-2 {
    left: 10.9em;
  }

  .circle._4.chart-2-small-circle-1 {
    left: 7.4em;
  }

  .circle.chart-2-circle {
    top: 9.6em;
    left: 22.1em;
  }

  .circle.chart-2-circle-2 {
    left: 1.2em;
  }

  .dotted-line {
    margin-top: -9.7em;
    transform: rotate(135deg);
  }

  .chart-2-config {
    flex-direction: column;
  }

  .chart-2-para {
    text-align: center;
    width: 70%;
    margin-top: 1.2em;
  }

  .logos, .contact-people-collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pic-div {
    width: 35%;
  }

  .staff-in-charge-collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .icon-title {
    font-size: 1.7em;
  }

  .buttons-div.is--flex {
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .featured-projects {
    width: 100%;
  }

  .profile-picture-landing {
    height: 14em;
  }

  .testimonials-div {
    grid-template-columns: 1fr;
  }

  .home-10-year-logo {
    width: 15em;
  }

  .profile-hover-div {
    height: 21em;
  }

  .proven-logo-10-year-landing {
    width: 31em;
    margin-top: 5.7em;
  }

  ._10-year-project-timeline-left.is--mobile {
    justify-content: flex-end;
    align-items: flex-start;
    width: 30em;
    height: 90em;
    top: 4em;
    left: 0;
  }

  ._10-year-project-timeline-right.is--mobile {
    justify-content: flex-end;
    align-items: flex-start;
    height: 100em;
    left: 0;
  }

  ._10-year-project-timeline-right.is--mobile.is--born {
    height: 70em;
  }

  .timeline-year-left-div {
    display: none;
  }

  .timeline-year-left-div.is--mobile {
    display: flex;
    top: 9.7em;
    left: 4.7em;
  }

  .timeline-year-right-div, .images-timeline-right {
    display: none;
  }

  .images-timeline-right.is--mobile {
    display: block;
    left: 0;
  }

  .images-timeline-left {
    display: none;
  }

  .images-timeline-left.is--mobile {
    display: block;
    left: 0;
  }

  .anniversary-sections {
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }
}

#w-node-_1f9ec01e-1c98-81c0-e0ce-9d52537eb17f-8a63156c, #w-node-_1f2bef3d-9831-d13d-64c8-bb37f0d7a93c-8a63156c, #w-node-fe923062-300c-ff22-71c7-f650d642a16e-8a63156c, #w-node-_31a9e9f3-657e-68a1-9738-b665262eebbe-8a63156c, #w-node-_9788e622-64eb-f0f0-643c-189685f124ae-8a63156c, #w-node-_1b846fd9-433f-53c1-a467-e80b71131600-8a63156c, #w-node-_66946b8d-3905-72f7-7085-ee83de5e70f7-56782cea, #w-node-c4d59ece-55f1-866e-89cd-d2638450bd98-56782cea, #w-node-_9b3890a0-d6d4-3e8d-3070-2bb099a9c8d3-56782cea, #w-node-_9b3890a0-d6d4-3e8d-3070-2bb099a9c8d4-56782cea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_1b846fd9-433f-53c1-a467-e80b71131600-8a63156c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/gtwalsheimpro-bold.woff2') format('woff2'), url('../fonts/gtwalsheimpro-bold.eot') format('embedded-opentype'), url('../fonts/gtwalsheimpro-bold.woff') format('woff'), url('../fonts/gtwalsheimpro-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/gtwalsheimpro-medium.woff2') format('woff2'), url('../fonts/gtwalsheimpro-medium.eot') format('embedded-opentype'), url('../fonts/gtwalsheimpro-medium.woff') format('woff'), url('../fonts/gtwalsheimpro-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/gtwalsheimpro-light.woff2') format('woff2'), url('../fonts/gtwalsheimpro-light.eot') format('embedded-opentype'), url('../fonts/gtwalsheimpro-light.woff') format('woff'), url('../fonts/gtwalsheimpro-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/gtwalsheimpro-mediumoblique.woff2') format('woff2'), url('../fonts/gtwalsheimpro-mediumoblique.eot') format('embedded-opentype'), url('../fonts/gtwalsheimpro-mediumoblique.woff') format('woff'), url('../fonts/gtwalsheimpro-mediumoblique.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/gtwalsheimpro-regularoblique.woff2') format('woff2'), url('../fonts/gtwalsheimpro-regularoblique.eot') format('embedded-opentype'), url('../fonts/gtwalsheimpro-regularoblique.woff') format('woff'), url('../fonts/gtwalsheimpro-regularoblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/gtwalsheimpro-lightoblique.woff2') format('woff2'), url('../fonts/gtwalsheimpro-lightoblique.eot') format('embedded-opentype'), url('../fonts/gtwalsheimpro-lightoblique.woff') format('woff'), url('../fonts/gtwalsheimpro-lightoblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/gtwalsheimpro-blackoblique.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/gtwalsheimpro-regular.woff2') format('woff2'), url('../fonts/gtwalsheimpro-regular.eot') format('embedded-opentype'), url('../fonts/gtwalsheimpro-regular.woff') format('woff'), url('../fonts/gtwalsheimpro-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheimpro';
  src: url('../fonts/gtwalsheimpro-boldoblique.eot') format('embedded-opentype'), url('../fonts/gtwalsheimpro-boldoblique.woff') format('woff'), url('../fonts/gtwalsheimpro-boldoblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}