@font-face {
  font-family: Cerebri Sans;
  src: url('../fonts/CerebriSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --brookfield-blue: #0f3557;
  --lime: #03ff00;
  --gray: #f4f4f4;
  --faded-blue: #ebedf0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: var(--brookfield-blue);
  font-family: Cerebri Sans, Georgia, sans-serif;
  font-weight: 400;
}

.image {
  width: 100%;
  height: 100%;
}

.navbar {
  border-bottom-width: 2px;
  border-bottom-color: var(--brookfield-blue);
  background-color: #fff;
  height: 10vh;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.brand {
  transform-style: preserve-3d;
  order: -1;
  transition: transform .5s cubic-bezier(.175, .885, .515, 3.422);
  transform: scale(1);
}

.brand:hover {
  transform: scale3d(1.05, 1.1, 1);
}

.brand.w--current {
  transition: transform .5s cubic-bezier(.175, .885, .515, 3.422);
  transform: scale(1);
}

.brand.w--current:hover {
  height: auto;
  transform: scale3d(1.05, 1.1, 1);
}

.nav-menu {
  order: 1;
}

.nav-link {
  color: var(--brookfield-blue);
  border-bottom: 2px solid #0f355700;
  margin-left: 32px;
  margin-right: 32px;
  padding: 4px 0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .25s;
}

.nav-link:hover {
  border-bottom-color: #0f3557;
}

.nav-link.w--current {
  border-bottom: 2px solid var(--lime);
  color: var(--brookfield-blue);
  text-decoration: none;
}

.hero-section {
  background-color: var(--brookfield-blue);
  perspective: 500px;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
}

.hero-container {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  height: 100%;
  padding: 8rem 1rem 6rem;
  display: flex;
}

.hero-heading {
  filter: drop-shadow(0 0 10px #00000080);
  pointer-events: none;
  color: #fff;
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12rem;
  line-height: 1;
}

.hero-text {
  color: #fff;
  text-shadow: 0 0 10px #0003;
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 1.5;
}

.overview-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1500px;
  margin-top: 4rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph {
  width: 75%;
  margin-bottom: 0;
  padding-right: 40px;
  font-size: 20px;
  line-height: 1.4;
}

.paragraph.project {
  width: 100%;
  padding-right: 0;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.overview {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.benefits {
  background-image: linear-gradient(90deg, #ffffff80, #fff 50%, #ffffff80), url('../images/AdobeStock_331570455_1.avif');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container-2 {
  flex-flow: column;
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.section-header {
  color: var(--brookfield-blue);
  margin-top: 0;
  font-size: 2rem;
}

.section-header.white {
  color: #fff;
}

.section-3 {
  color: var(--brookfield-blue);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-3.team {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.section-3.location {
  background-image: linear-gradient(#fff9, #fff9), url('../images/AdobeStock_331570455_1.avif');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-bottom: 8rem;
}

.container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.residential-flex-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.brookfield-residential-logo-wrap {
  width: 25%;
  padding-left: 0;
}

.brookfield-residential-img {
  width: 100%;
  height: 100%;
}

.map-container {
  perspective: 500px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.map {
  border: 4px solid var(--brookfield-blue);
  border-radius: 20px;
  width: 60%;
  margin-top: 10px;
  box-shadow: 0 0 10px 5px #0003;
}

.paragraph-3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.hero-bg {
  z-index: -10;
  filter: blur(3px);
  background-image: url('../images/Tree-Hill-Concept-Art-2_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-ticker-outer {
  background-image: linear-gradient(180deg, #fff, var(--brookfield-blue));
  justify-content: space-between;
  align-items: center;
  width: 200vw;
  height: 200px;
  padding: 20px 0;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 0 20px #000;
}

.image-ticker-outer.bottom {
  box-shadow: none;
  background-image: none;
}

.image-ticker-outer.top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  box-shadow: none;
  background-image: none;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 250px;
}

.slider-2 {
  background-color: var(--brookfield-blue);
  width: 100%;
  height: 100%;
}

.left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.slider-content-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.slider-image-wrap {
  height: 90%;
}

.slider-image {
  height: 100%;
}

.image-ticker-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.ticker-image {
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: 100%;
}

.ticker-image-wrap {
  filter: drop-shadow(3px 3px 5px #00000080);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 325px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-ticker-inner-reverse {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: visible;
}

.benefits-content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.benefits-content.left {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  perspective: 500px;
  text-align: left;
  background-color: #0f35571a;
  order: 0;
  margin-bottom: 4rem;
  padding: 2rem;
  box-shadow: 0 2px 5px #0003;
}

.benefits-content.right {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  perspective: 500px;
  background-color: #00000014;
  order: 0;
  margin-bottom: 4rem;
  padding: 2rem;
  box-shadow: 0 2px 5px #0003;
}

.benefits-content-text {
  width: 70%;
  padding-right: 40px;
}

.benefits-content-text.right {
  text-align: right;
  padding-left: 60px;
  padding-right: 0;
}

.benefits-content-text.left {
  padding-right: 60px;
}

.benefits-image-wrap {
  border-radius: 10px;
  width: 30%;
  overflow: hidden;
  box-shadow: 0 0 10px 3px #0003;
}

.benefits-image-wrap.right, .benefits-image-wrap.left {
  border-radius: 8px;
}

.benefits-img {
  width: 100%;
  height: 100%;
}

.paragraph-jobs {
  font-size: 20px;
  line-height: 1.4;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-2 {
  color: var(--brookfield-blue);
  margin-top: 0;
  margin-bottom: 0;
}

.hero-banner {
  background-image: linear-gradient(180deg, #0f355700 50%, var(--brookfield-blue));
  box-shadow: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-divider {
  background-image: radial-gradient(circle, #fff, #fff0 85%);
  border: 4px #000;
  border-radius: 20px;
  width: 50%;
  height: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.link {
  color: var(--brookfield-blue);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  -webkit-text-decoration: underline #0f355700;
  text-decoration: underline #0f355700;
  transition: text-decoration-color .5s ease-in-out;
}

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

.svg {
  color: #03ff00;
  vertical-align: text-bottom;
  width: 30px;
  height: 30px;
  margin-left: 3px;
  font-weight: 400;
}

.page-wrapper {
  max-width: 2560px;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.gradient-white-slider {
  background-image: linear-gradient(90deg, #fff 5%, #fff0 25% 75%, #fff 95%);
  width: 100vw;
  height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.gradient-white-slider.top {
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff 2.5%, #fff0 25% 75%, #fff 97.5%);
  max-width: 2560px;
  height: 300px;
}

.gradient-white-slider.bottom {
  pointer-events: none;
  inset: auto 0% 0%;
}

.ticker-image-shadow {
  position: absolute;
  inset: 0%;
}

.benefits-subheading {
  color: var(--brookfield-blue);
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.4;
}

.section-4 {
  z-index: 20;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--brookfield-blue);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  box-shadow: 0 -2px 10px #0003;
}

.footer-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.additional-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block {
  color: #fff;
  font-size: 16px;
}

.faq-docs-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-2 {
  color: #fff;
  border-bottom: 2px solid #fff0;
  font-size: 16px;
  text-decoration: none;
  transition: border-color .2s ease-in-out;
}

.text-block-2:hover {
  border-bottom-color: #fff;
}

.div-block-10 {
  background-color: #fff;
  width: 2px;
  height: 15px;
}

.faq-section {
  background-image: linear-gradient(90deg, #ffffffbf, #fffffff2 50%, #ffffff80), url('../images/AdobeStock_331570455_1.avif');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
}

.faq-icon {
  color: var(--brookfield-blue);
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.section-he {
  color: #355e3b;
  border-bottom: 4px #355e3b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.faq-question {
  color: var(--brookfield-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.paragraph-4 {
  color: #1e1e1e;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph-4.faq {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-4 {
  color: var(--brookfield-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 20px;
  line-height: 1.4;
}

.faq-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.faq {
  color: var(--brookfield-blue);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq.hide {
  display: none;
}

.line {
  background-color: #355e3b;
  width: 100px;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-trigger {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.resources-section {
  min-height: 85vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.resources-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.resource-wrap {
  color: var(--brookfield-blue);
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.resource-wrap.hide {
  display: none;
}

.resource-top {
  background-color: var(--brookfield-blue);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 300px;
  display: flex;
}

.resource-bottom {
  border-style: none solid solid;
  border-width: 4px;
  border-color: var(--brookfield-blue);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: .5rem;
  display: flex;
}

.resource-img {
  height: 90%;
}

.text-block-3 {
  text-align: center;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-size: 20px;
  line-height: 1.5;
}

.code-embed {
  width: 1px;
  height: 1px;
  display: block;
}

.text-block-4 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

.section-3-copy {
  color: var(--brookfield-blue);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-3-copy.team {
  background-image: radial-gradient(circle, #f8f8ff, #fff);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-3-copy.location {
  background-image: linear-gradient(#fff9, #fff9), url('../images/AdobeStock_331570455_1.avif');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.button {
  transform: scale3d(1none, 1none, 1none);
  color: var(--brookfield-blue);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 8px;
  align-self: stretch;
  width: 100%;
  min-width: 150px;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  transition: all .25s ease-in-out;
  box-shadow: 0 0 10px 2px #0003;
}

.button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px 2px #ffffff40;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.projects-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: repeat(auto-fit, minmax(225px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 1rem;
  display: grid;
}

.project-box {
  filter: drop-shadow(0 0 5px #00000040);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.project-img {
  width: 100%;
  height: 100%;
}

.project-hover-block {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px #000000bf;
  background-color: #0f3557bf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: inset 0 0 20px #00000080;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 70vh;
  max-height: 100%;
  padding-top: 10vh;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

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

.submit-button {
  background-color: var(--brookfield-blue);
}

.image-5 {
  align-self: center;
}

.footer-white-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.footer-link {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
}

.overview-div-wrap {
  width: 50%;
}

.overview-div-wrap.gray {
  border-left: 4px solid var(--brookfield-blue);
  background-color: var(--gray);
  padding: 2rem 2.5rem;
  box-shadow: 0 2px 5px #0003;
}

.overview-div-wrap.blue {
  border-left: 4px solid var(--brookfield-blue);
  background-color: var(--faded-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 2.5rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.path {
  color: var(--lime);
}

.button-wrap {
  background-color: var(--brookfield-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 1rem;
  padding: 1rem;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #0003;
}

.button-icon-wrap {
  align-self: center;
  width: 0;
  height: 20px;
  margin-left: .25rem;
  overflow: hidden;
}

.arrow-icon {
  width: 20px;
  height: 20px;
  position: relative;
}

.projects-div {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.container-4 {
  border-radius: 10px;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  padding-bottom: .5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom {
  z-index: 10;
  background-image: linear-gradient(0deg, var(--brookfield-blue), #0a0a0a00);
  border-radius: 20px;
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  z-index: 10;
  background-image: linear-gradient(180deg, var(--brookfield-blue), #0a0a0a00);
  border-radius: 20px;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(180deg, var(--brookfield-blue) 25%, var(--lime) 85%, #245e92);
  width: 3px;
  height: 75vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.timeline_component {
  background-color: var(--brookfield-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_image-wrapper {
  background-color: var(--gray);
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--brookfield-blue), white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 10px #f4f4f480;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-right: 4rem;
  display: flex;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_circle {
  box-shadow: 0 0 0 8px var(--brookfield-blue);
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 180px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: 1;
  background-color: #245e92;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: 1;
  background-image: linear-gradient(270deg, #ffffff80, #fff 50%, #ffffff80), url('../images/AdobeStock_331570455_1.avif');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 5vh;
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.white-cover {
  z-index: 5;
  background-color: #fff;
  height: 20vh;
  position: absolute;
  inset: 0% 0% auto;
}

.white-cover._20vh {
  height: 15vh;
}

.white-cover-bottom {
  z-index: 10;
  background-color: #fff;
  width: 100%;
  max-width: 1120px;
  height: 10vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline-img {
  border-radius: 12px;
  width: 100%;
}

.timeline-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.4;
}

.line-wrapper {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 180px minmax(500px, 1fr);
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.container-5 {
  z-index: 5;
  color: var(--brookfield-blue);
  background-color: #fff;
  max-width: 1120px;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.hero-bg-vid {
  z-index: -5;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.hero-bottom-half-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  order: 9999;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buttons-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  position: absolute;
  inset: 0%;
}

.footer-container-links {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-container-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 600px;
  display: flex;
}

.form-block {
  color: #fff;
  width: 100%;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.top-half-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-input-with-label-wrap {
  flex: 1;
}

.form-label {
  font-size: 1rem;
  display: none;
}

.form-submit {
  color: var(--brookfield-blue);
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0;
  font-size: 1rem;
}

.textarea {
  color: var(--brookfield-blue);
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  min-width: 600px;
  max-width: 100%;
  min-height: 100px;
  max-height: 200px;
  font-size: 1rem;
}

.form-field {
  color: var(--brookfield-blue);
  border-radius: 8px;
  min-height: 45px;
  margin-bottom: 0;
  font-size: 1rem;
}

.footer-container-form-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  order: -9999;
  justify-content: flex-start;
  align-items: center;
  min-width: 600px;
  display: flex;
}

.success-message {
  color: var(--brookfield-blue);
  background-color: #fff;
  border-radius: 8px;
  font-size: 1rem;
}

.error-message {
  text-align: center;
  background-color: #ff5c5c;
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .container {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu {
    border-top: 2px solid var(--brookfield-blue);
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    color: var(--brookfield-blue);
    border-bottom-style: none;
    margin: 0;
    padding: 20px 32px;
    transition: color .25s ease-in-out, background-color .25s ease-in-out;
  }

  .nav-link:hover {
    background-color: var(--brookfield-blue);
    color: #fff;
  }

  .hero-heading {
    font-size: 10rem;
  }

  .hero-text {
    max-width: none;
    font-size: 20px;
    line-height: 1.5;
  }

  .overview-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph {
    font-size: 18px;
    line-height: 1.5;
  }

  .paragraph.project {
    padding-right: 0;
    font-size: 18px;
    line-height: 1.5;
  }

  .paragraph.team {
    padding-right: 20px;
  }

  .section.overview {
    background-image: linear-gradient(#fff, #fff0 25% 75%, #fff), radial-gradient(circle, #fff, #ffffffa6), url('../images/AdobeStock_331570455_1.avif');
    background-position: 0 0, 0 0, 100% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, auto;
    background-attachment: scroll, scroll, scroll;
    height: auto;
    padding-bottom: 0;
  }

  .section.benefits {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-header {
    font-size: 1.75rem;
    line-height: 1.5;
  }

  .section-3.team {
    background-image: radial-gradient(circle, #f8f8ff 60%, #fff);
  }

  .section-3.location {
    background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/AdobeStock_331570455_1.avif');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .map {
    width: 90%;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .image-ticker-outer.bottom {
    width: 300vw;
    height: 150px;
  }

  .image-ticker-outer.top {
    background-image: none;
    height: 200px;
  }

  .ticker-image-wrap {
    min-width: 250px;
  }

  .benefits-content.left, .benefits-content.right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .benefits-content-text.right {
    width: 100%;
    padding-left: 0;
  }

  .benefits-content-text.left {
    width: 100%;
    padding-right: 0;
  }

  .benefits-image-wrap {
    order: 1;
    align-self: flex-start;
    width: 50%;
  }

  .benefits-image-wrap.right {
    align-self: flex-end;
  }

  .paragraph-jobs {
    font-size: 18px;
    line-height: 1.5;
  }

  .hero-divider {
    height: 3px;
  }

  .gradient-white-slider.top {
    background-image: linear-gradient(90deg, #fff 5%, #fff0 25% 75%, #fff 95%);
    height: 200px;
  }

  .gradient-white-slider.bottom {
    height: 150px;
  }

  .menu-button {
    order: 1;
    font-size: 2rem;
  }

  .menu-button.w--open {
    background-color: var(--brookfield-blue);
    color: #fff;
    transition: color .25s ease-in-out, background-color .25s ease-in-out;
  }

  .at-a-glance-pics-tablet {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
    display: flex;
  }

  .benefits-subheading {
    font-size: 1.75rem;
    line-height: 1.5;
  }

  .footer-container {
    justify-content: space-between;
    align-items: center;
  }

  .faq-icon {
    align-self: flex-start;
  }

  .faq-question {
    max-width: 90%;
  }

  .heading-4 {
    font-size: 20px;
  }

  .faq-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .line {
    width: 75px;
    height: 3px;
  }

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

  .resource-top {
    height: 175px;
  }

  .section-3-copy.team {
    background-image: radial-gradient(circle, #f8f8ff 60%, #fff);
  }

  .section-3-copy.location {
    background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/AdobeStock_331570455_1.avif');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .projects-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .project-hover-block {
    inset: 0%;
  }

  .overview-div-wrap.gray, .overview-div-wrap.blue {
    width: 100%;
  }

  .projects-div {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .timeline_right {
    padding-right: 2rem;
  }

  .timeline_item, .line-wrapper {
    grid-template-columns: .5fr 100px 1fr;
  }

  .container-5 {
    padding-top: 0;
  }

  .footer-container-links {
    justify-content: space-between;
    align-items: center;
  }

  .footer-container-wrap {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    font-size: 8rem;
  }

  .hero-text {
    font-size: 18px;
  }

  .overview-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .paragraph {
    width: 100%;
  }

  .paragraph.project {
    font-size: 16px;
  }

  .paragraph.team {
    padding-right: 0;
    font-size: 16px;
  }

  .section.overview {
    height: auto;
  }

  .section.benefits {
    padding-bottom: 0;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-header {
    font-size: 1.5rem;
  }

  .section-3.location {
    background-image: linear-gradient(#fffc, #fffc), url('../images/AdobeStock_331570455_1.avif');
    background-position: 0 0, 50% 100%;
  }

  .residential-flex-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .brookfield-residential-logo-wrap {
    order: 1;
    align-self: flex-start;
    width: 40%;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .image-ticker-outer.bottom {
    width: 400vw;
  }

  .benefits-image-wrap.right {
    width: 75%;
  }

  .benefits-image-wrap.left {
    width: 60%;
  }

  .paragraph-jobs {
    font-size: 16px;
  }

  .hero-divider {
    width: 60%;
  }

  .svg {
    width: 25px;
    height: 25px;
  }

  .benefits-subheading {
    font-size: 1.5rem;
  }

  .faq-icon {
    width: 30px;
    height: 30px;
  }

  .section-he {
    font-size: 2rem;
  }

  .faq-question {
    font-size: 18px;
  }

  .paragraph-4 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .heading-4 {
    font-size: 18px;
  }

  .line {
    width: 75px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .section-3-copy.location {
    background-image: linear-gradient(#fffc, #fffc), url('../images/AdobeStock_331570455_1.avif');
    background-position: 0 0, 50% 100%;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 2rem;
    font-weight: 400;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_image-wrapper {
    padding: .25rem;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline-header {
    font-weight: 700;
  }

  .line-wrapper {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .footer-container-wrap {
    min-width: auto;
  }

  .textarea {
    min-width: 90vw;
    max-width: 90vw;
  }

  .footer-container-form-wrap {
    min-width: auto;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
  }

  .hero-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 10px;
  }

  .hero-heading {
    font-size: 4rem;
    line-height: 1.1;
  }

  .overview-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .section.overview {
    height: auto;
  }

  .section.benefits {
    background-image: none;
    background-position: 0 0;
  }

  .section-3.team {
    background-image: radial-gradient(circle, #f8f8ff 90%, #fff);
  }

  .section-3.location {
    padding-top: 2rem;
  }

  .brookfield-residential-logo-wrap {
    width: 50%;
  }

  .image-ticker-outer.bottom {
    width: 600vw;
  }

  .image-ticker-inner-reverse {
    justify-content: space-between;
    align-items: center;
  }

  .benefits-image-wrap.left {
    width: 100%;
  }

  .hero-banner {
    background-image: linear-gradient(180deg, #0f355700 35%, var(--brookfield-blue));
  }

  .hero-divider {
    width: 75%;
  }

  .svg {
    width: 20px;
    height: 20px;
  }

  .gradient-white-slider.top {
    display: none;
  }

  .section-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .faq-docs-wrap {
    flex-flow: column;
  }

  .faq-question {
    max-width: 85%;
    font-size: 14px;
  }

  .heading-4 {
    font-size: 16px;
  }

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

  .resource-top {
    height: 150px;
  }

  .section-3-copy.team {
    background-image: radial-gradient(circle, #f8f8ff 90%, #fff);
  }

  .section-3-copy.location {
    padding-top: 2rem;
  }

  .footer-white-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .overview-div-wrap.gray {
    padding: 1rem;
  }

  .button-wrap {
    padding: .75rem;
  }

  .timeline_date-text {
    font-size: 1.5rem;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_right {
    padding-right: 1rem;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .timeline-header {
    font-size: 1.5rem;
  }

  .line-wrapper {
    grid-template-columns: 48px 1fr;
  }

  .hero-bottom-half-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    order: 0;
  }

  .buttons-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .top-half-form {
    flex-flow: column;
  }

  .form-input-with-label-wrap {
    align-self: stretch;
  }

  .textarea {
    min-width: 90vw;
    max-width: 90vw;
    max-height: 300px;
  }
}

#w-node-_8b0c45c0-936a-91e9-d637-58d034228109-6567abeb, #w-node-_8b0c45c0-936a-91e9-d637-58d034228115-6567abeb, #w-node-_8b0c45c0-936a-91e9-d637-58d034228128-6567abeb, #w-node-_8b0c45c0-936a-91e9-d637-58d034228142-6567abeb, #w-node-_8b0c45c0-936a-91e9-d637-58d03422815e-6567abeb, #w-node-_8b0c45c0-936a-91e9-d637-58d03422817b-6567abeb, #w-node-_8b0c45c0-936a-91e9-d637-58d034228199-6567abeb, #w-node-_8b0c45c0-936a-91e9-d637-58d0342281ac-6567abeb, #w-node-_8b0c45c0-936a-91e9-d637-58d0342281c0-6567abeb, #w-node-_883831eb-3ecd-22ec-c855-d8fb173285ba-6567abeb, #w-node-_8ff29864-edcd-341e-079a-84ea2061b4c7-6567abeb, #w-node-_44821782-0935-ebc6-ecde-2c1e803a3e14-6567abeb, #w-node-_453e66d1-500c-8728-ca2d-f757958736cc-6567abeb {
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_0af5d205-1e6a-e52f-6084-0b6da2393d6a-6567abeb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0af5d205-1e6a-e52f-6084-0b6da2393d6d-6567abeb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d034228109-6567abeb {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d03422810c-6567abeb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d03422810e-6567abeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d034228115-6567abeb {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d034228118-6567abeb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_06f514a2-72e4-80dc-df59-9fa506014f3a-6567abeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d034228128-6567abeb {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d03422812b-6567abeb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_948593b9-6399-cd8d-f7d4-fb5392f98047-6567abeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d034228142-6567abeb {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d034228145-6567abeb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8f3a03b8-977e-f447-2378-9872a23329c0-6567abeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d03422815e-6567abeb {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d034228161-6567abeb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3813e20c-4686-49d8-cbdf-b5d69f4efbab-6567abeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d03422817b-6567abeb {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d03422817e-6567abeb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_519e7f96-1403-84e0-a09e-2f1edc8cb0e4-6567abeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d034228199-6567abeb {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d03422819c-6567abeb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b6be8a98-6148-8878-ea7a-b55888d8602a-6567abeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d0342281ac-6567abeb {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d0342281af-6567abeb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-eaeb4659-3b27-8cb7-5644-22072fb8ce4c-6567abeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d0342281c0-6567abeb {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-_8b0c45c0-936a-91e9-d637-58d0342281c3-6567abeb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0e0ba414-3ca1-fc09-1915-d29a2aea34b6-6567abeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_883831eb-3ecd-22ec-c855-d8fb173285ba-6567abeb {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-_883831eb-3ecd-22ec-c855-d8fb173285bd-6567abeb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_883831eb-3ecd-22ec-c855-d8fb173285bf-6567abeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8ff29864-edcd-341e-079a-84ea2061b4c7-6567abeb {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-_8ff29864-edcd-341e-079a-84ea2061b4ca-6567abeb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8ff29864-edcd-341e-079a-84ea2061b4cc-6567abeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_44821782-0935-ebc6-ecde-2c1e803a3e14-6567abeb {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-_44821782-0935-ebc6-ecde-2c1e803a3e17-6567abeb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_44821782-0935-ebc6-ecde-2c1e803a3e19-6567abeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_453e66d1-500c-8728-ca2d-f757958736cc-6567abeb {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-_453e66d1-500c-8728-ca2d-f757958736cf-6567abeb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_453e66d1-500c-8728-ca2d-f757958736d1-6567abeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Cerebri Sans';
  src: url('../fonts/CerebriSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}