@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #1535ff;
  --yellow: #fffc54;
  --white: white;
  --grey: #e5e5e5;
}

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

body {
  color: var(--blue);
  font-family: Neuemontreal, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

.page-padding {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.page-padding.padding-vertical-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.page-padding.padding-0 {
  padding-left: 0;
  padding-right: 0;
}

.page-padding.padding-vertical-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.page-padding.padding-vertical-huge.padding-top-xxhuge {
  padding-top: 12rem;
}

.page-padding.padding-vertical-xhuge {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.page-padding.padding-top-xxhuge {
  padding-top: 12rem;
}

.page-padding.padding-vertical-custom {
  padding-top: 12rem;
  padding-bottom: 8rem;
}

.page-padding.padding-bottom-huge {
  padding-bottom: 6rem;
}

.page-padding.padding-vertical-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.page-padding.padding-vertical-large.margin-top-huge {
  padding-top: 6rem;
}

.page-padding.max-width-full {
  width: 100%;
}

.container-large {
  justify-content: space-between;
  width: 100%;
}

.container-large.background-color-yellow {
  background-color: var(--yellow);
}

.container-large.max-width-full {
  max-width: none;
}

.container-large.margin-top-huge {
  margin-top: 6rem;
}

.container-large.flexbox {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-large.display-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-large.max-width-0 {
  max-width: none;
}

.heading-wrapper {
  margin-top: 1.5rem;
}

.heading-wrapper.margin-0 {
  margin: 0;
}

.heading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4rem;
}

.heading-large.text-align-center {
  text-align: center;
}

.heading-large.text-align-center.text-weight-bold {
  font-weight: 700;
}

.heading-large.text-align-center.text-weight-bold.text-color-white {
  color: var(--white);
}

.heading-large.text-align-center.text-weight-bold.text-color-white.bg-color-blue {
  background-color: var(--blue);
}

.heading-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
}

.heading-medium.max-width-45rem {
  max-width: 45rem;
}

.heading-medium.margin-bottom-xxlarge {
  margin-bottom: 5rem;
}

.heading-medium.margin-bottom-xlarge {
  margin-bottom: 4rem;
}

.heading-medium.max-width-42rem {
  max-width: 42rem;
}

.heading-medium.max-width-42rem.margin-top-medium {
  margin-top: 2rem;
}

.heading-medium.show-tablet {
  display: none;
}

.heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.heading-small.text-color-yellow {
  color: var(--yellow);
}

.text-wrapper {
  margin-top: 1.5rem;
}

.text-size-regular {
  margin-bottom: 0;
}

.text-size-regular.text-align-center {
  text-align: center;
}

.text-size-regular.text-align-center.margin-top-medium {
  margin-top: 2rem;
}

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

.text-size-regular.text-align-center.text-color-yellow {
  color: var(--yellow);
}

.text-size-regular.max-width-custom {
  max-width: 20rem;
}

.text-size-regular.margin-top-medium {
  margin-top: 2rem;
}

.text-size-regular.margin-top-small {
  margin-top: 1rem;
}

.text-size-regular.margin-top-custom {
  margin-top: 1.5rem;
}

.text-size-medium {
  color: var(--blue);
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.text-size-medium.text-color-yellow {
  color: var(--yellow);
}

.text-size-medium.text-color-yellow.margin-top-small {
  margin-top: 1rem;
  position: absolute;
}

.text-size-medium.text-align-center {
  text-align: center;
}

.text-size-medium.margin-top-medium {
  margin-top: 2rem;
}

.text-size-medium.margin-top-xlarge {
  margin-top: 4rem;
}

.text-size-medium.margin-top-xlarge.max-width-custom {
  max-width: 31rem;
}

.text-size-medium.margin-top-custom {
  margin-top: .4rem;
}

.text-size-medium.text-color-white {
  color: var(--white);
}

.text-size-large {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-size-xlarge {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.35rem;
}

.text-size-xlarge.margin-top-custom {
  margin-top: 1.5rem;
}

.text-size-xlarge.margin-top-medium, .text-size-xlarge.margin-top-small {
  margin-top: 1rem;
}

.text-size-xlarge.margin-top-xsmall {
  margin-top: .5rem;
}

.text-size-xxlarge {
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-size-huge {
  font-size: 2.5rem;
  line-height: 3rem;
}

.text-size-huge.margin-top-medium {
  margin-top: 2rem;
}

.text-size-huge.margin-top-medium.max-width-custom {
  max-width: 42rem;
}

.text-size-huge.text-color-white {
  color: var(--white);
}

.text-size-huge.text-color-grey {
  color: var(--grey);
}

.text-size-huge.margin-top-xlarge {
  margin-top: 4rem;
}

.link-text-wrapper {
  margin-top: 1.5rem;
}

.text-style-link {
  text-decoration: none;
}

.text-style-link:visited {
  color: var(--blue);
}

.text-style-link.text-size-huge.display-block {
  color: var(--blue);
  display: block;
}

.text-style-link.text-size-huge.display-block:visited {
  color: var(--blue);
}

.text-style-link.text-size-huge.display-block.margin-bottom-small {
  color: var(--blue);
  margin-bottom: 1rem;
}

.text-style-link.text-size-huge.display-block.margin-bottom-small:visited {
  color: var(--blue);
}

.text-style-link.text-size-huge.display-block.margin-top-small {
  margin-top: 1rem;
}

.quote-text-wrapper {
  margin-top: 1.5rem;
}

.text-style-quote {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  line-height: 3rem;
}

.button-text-wrapper {
  justify-content: space-around;
  margin-top: 1.5rem;
  display: flex;
}

.button {
  border-top: .063rem solid var(--blue);
  color: var(--blue);
  background-color: #0000;
  padding: .625rem 0 0;
  text-decoration: none;
}

.button.text-color-yellow {
  border-top-color: var(--yellow);
  color: var(--yellow);
}

.button.text-color-yellow.margin-top-large, .button.margin-top-large {
  margin-top: 3rem;
}

.button.max-width-full {
  width: 100%;
}

.button.max-width-full.border-clean {
  border-top-style: none;
}

.button.margin-top-xlarge {
  margin-top: 4rem;
}

.container-medium {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.style-heading-wrapper {
  background-color: var(--blue);
}

.style-heading-wrapper.padding-vertical-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.styles-wrapper {
  border: .5rem solid var(--blue);
}

.styles-wrapper.padding-vertical-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.styles-wrapper.padding-medium {
  padding: 2rem;
}

.styles-wrapper.padding-medium.color-styles {
  background-color: #1535ff33;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.color-div {
  border-radius: 50rem;
  width: 6rem;
  height: 6rem;
}

.color-div.background-color-blue {
  background-color: var(--blue);
}

.color-div.background-color-yellow {
  background-color: var(--yellow);
}

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

.spacing-div {
  width: 100%;
  height: 4rem;
  margin-right: 2rem;
}

.spacing-div.margin-right-medium {
  margin-right: 2rem;
}

.spacing-wrapper {
  align-items: center;
  display: flex;
}

.nav_component {
  z-index: 999;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_component.padding-top-custom {
  padding-top: 3.125rem;
}

.nav_component.padding-top-large {
  padding-top: 3rem;
}

.nav_component.padding-top-medium {
  width: 100%;
  padding-top: 2rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_component.padding-vertical-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.nav_component.padding-vertical-medium.hide {
  display: none;
}

.nav_component.padding-vertical-medium.height-0 {
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav_component.padding-vertical-medium.height-0.show-all {
  display: flex;
}

.nav_component.padding-vertical-medium.height-0.fade-in-animation {
  display: none;
}

.nav_component.padding-vertical-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.nav_component.home.padding-vertical-medium {
  width: 100%;
}

.link-logo.margin-bottom-small.w--current {
  margin-bottom: 1rem;
}

.img-logo {
  z-index: 1;
  width: 411px;
  position: relative;
}

.img-logo.logosize {
  width: 140px;
}

.nav-link {
  color: var(--yellow);
  margin-left: 2.5rem;
  padding: 1rem 0;
  text-decoration: none;
}

.nav-link.text-color-blue, .nav-link.text-color-blue.w--current {
  color: var(--blue);
}

.nav-link.show-tablet {
  display: none;
}

.nav-menu {
  z-index: 1000;
}

.nav-menu.home-animation {
  opacity: 0;
}

.section-home-hero.max-height-full {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.home-hero-img {
  z-index: -1;
  background-image: url('../images/hero-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0%;
}

.footer-wrapper {
  border-top: .063rem solid var(--blue);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.f-top {
  justify-content: space-between;
  display: flex;
}

.img-logo-blue {
  z-index: 0;
  width: 411px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-blue {
  width: 185px;
}

.link-contact {
  text-align: center;
  width: 100%;
  max-width: 32rem;
  text-decoration: none;
}

.link-contact:active, .link-contact:visited, .link-contact.margin-top-medium:active, .link-contact.margin-top-medium:visited {
  color: var(--blue);
}

.f-bottom {
  justify-content: space-between;
  display: flex;
}

.f-bottom.margin-top-medium {
  margin-top: 2rem;
}

.f-links.hide {
  display: none;
}

.f-link.text-style-link:active, .f-link.text-style-link:visited {
  color: var(--blue);
}

.f-link.text-style-link.margin-right-xxlarge {
  margin-right: 5rem;
}

.f-link.text-style-link.margin-right-xxlarge:active, .f-link.text-style-link.margin-right-xxlarge:visited {
  color: var(--blue);
}

.copy-right {
  margin-top: .8rem;
  font-size: .813rem;
}

.f-socials-wrapper {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.f-social, .icon-social {
  width: 2.5rem;
  height: 2.5rem;
}

.home-hero-wrapper {
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-bottom: 5rem;
  display: flex;
}

.home-hero-content {
  max-width: 26rem;
}

.section-about {
  padding-top: 3rem;
}

._2-col-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
  grid-template-columns: 1.25fr 1fr;
}

.about-img-wrapper {
  width: 100%;
  height: 27rem;
  overflow: hidden;
}

.about-bg-vid-wrapper {
  position: relative;
}

.bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.img-placeholder {
  opacity: 0;
  width: 100%;
}

.section-testimonial {
  overflow: hidden;
}

.section-testimonial.max-width-full {
  width: 100%;
  position: relative;
}

.quote-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-services.background-color-yellow {
  background-color: var(--yellow);
}

.testimonial-item-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.placeholder-img, .services-heading-wrapper {
  width: 100%;
}

.services-content-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.services-content-wrapper.margin-top-xxlarge {
  margin-top: 5rem;
}

.service-content-box {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-xhuge {
  font-size: 3.5rem;
  line-height: 4rem;
}

.text-size-xhuge.margin-top-custom {
  margin-top: 1.5rem;
}

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

.services-link-wrapper.margin-top-xxlarge {
  margin-top: 5rem;
}

.service-link-text {
  max-width: 28rem;
}

.service-link-text.margin-top-xxlarge {
  margin-top: 5rem;
}

.services-grid-wrapper {
  width: 100%;
}

.services-grid-wrapper.margin-top-xxlarge {
  margin-top: 5rem;
}

.services-grid-wrapper.margin-top-xxlarge.show-tablet {
  display: none;
}

._2-col-grid-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

.services-img-wrapper {
  width: 100%;
  height: 42rem;
  overflow: hidden;
}

.services-img-wrapper.margin-top-xxlarge {
  grid-column-gap: 4rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 5rem;
  display: flex;
}

.services-img-wrapper.height-custom {
  height: 35rem;
  overflow: hidden;
}

.services-img-wrapper.height-custom-2 {
  height: 40rem;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 2rem;
  width: 100%;
  display: flex;
}

.collection-list-wrapper, .project-item {
  width: 100%;
}

.feat-projects-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feat-project-link-wrapper {
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feat-project-wrapper {
  width: 100%;
  text-decoration: none;
}

.project-item-thumbnail {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.f-link-contact {
  text-decoration: none;
}

.f-link-contact:visited {
  color: var(--blue);
}

.project-name-wrapper {
  width: 100%;
  padding-top: .625rem;
}

.project-name-wrapper.border-top {
  border-top: .063rem solid var(--blue);
}

.blank-div {
  width: 100%;
  height: 100%;
}

.img-logo-bllue {
  width: 140px;
  display: none;
}

.pl-hero-wrapper.padding-vertical-custom {
  padding-top: 12rem;
  padding-bottom: 8rem;
}

.pl-content-wrapper {
  width: 100%;
}

.pl-content-wrapper.padding-bottom-huge {
  padding-bottom: 6rem;
}

.tabs-menu {
  justify-content: flex-end;
  margin-bottom: 1.875rem;
  display: flex;
}

.tab-link {
  background-color: #0000;
  border-top: .2rem solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1.875rem;
  padding: 0 0 0;
  display: flex;
}

.tab-link.w--current {
  border-top: .2rem solid var(--blue);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: border-color .2s;
  display: flex;
}

.tab-link.hide {
  display: none;
}

.tab-current-line {
  background-color: var(--blue);
  width: 100%;
  height: .125rem;
  margin-bottom: .4rem;
}

.pl-collection-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pl-img-wrapper {
  width: 100%;
  overflow: hidden;
}

.pl-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pl-collection-tabs {
  width: 100%;
}

.pl-item-link {
  width: 100%;
  height: 32.75rem;
  text-decoration: none;
}

.cu-hero-wrapper {
  grid-column-gap: 5rem;
  justify-content: space-between;
  display: flex;
}

.cu-hero-wrapper.padding-vertical-custom {
  padding-top: 12rem;
  padding-bottom: 8rem;
}

.cu-form-wrapper, .cu-content-wrapper {
  width: 100%;
}

.submit-button {
  color: var(--blue);
  background-color: #0000;
  padding: 0;
}

.form-text-field {
  background-color: #0000;
  border: 1px #000;
  height: 3.2rem;
  margin-bottom: 0;
  padding: 0;
}

.form-text-field.text-size-medium {
  width: 49%;
  display: inline;
}

.form-text-field.text-size-medium::placeholder {
  color: var(--blue);
}

.form-text-field.text-size-medium.margin-right-custom {
  margin-right: 2%;
  display: inline-block;
}

.form-text-field.text-size-medium.margin-right-custom.border-top {
  border-top: .063rem solid var(--blue);
}

.form-text-field.text-size-medium.margin-right-custom.border-bottom {
  border-bottom: .063rem solid var(--blue);
}

.form-text-field.text-size-medium.border-top {
  border-top: .063rem solid var(--blue);
}

.form-text-field.text-size-medium.max-width-full {
  width: 100%;
}

.form-text-field.text-size-medium.border-bottom {
  border-bottom: .063rem solid var(--blue);
}

.form-select-field {
  background-color: #0000;
  border: 1px #000;
  width: 49%;
  height: 3.2rem;
  padding-left: 0;
  padding-right: 0;
  display: inline;
}

.form-select-field.text-size-medium {
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.form-select-field.text-size-medium.max-width-full {
  width: 100%;
}

.form-select-field.text-size-medium.max-width-full.border-top {
  border-top: .063rem solid var(--blue);
}

.form-select-field.text-size-medium.border-bottom {
  border-bottom: .063rem solid var(--blue);
}

.form-textarea {
  border-style: solid none;
  border-width: .063rem 1px;
  border-color: var(--blue) black;
  background-color: #0000;
  margin-bottom: 1rem;
  padding: 1rem 0;
}

.form-textarea.text-size-medium {
  border-top-style: none;
  overflow: scroll;
}

.form-textarea.text-size-medium::placeholder {
  color: var(--blue);
}

.form-block.margin-top-xxlarge {
  margin-top: 5rem;
}

.success-message {
  text-align: left;
  background-color: #0000;
}

.success-message.text-size-medium {
  border-top: 1px solid var(--blue);
  padding-left: 0;
}

.error-message {
  margin-top: 2rem;
  padding: 1rem;
}

.au-hero-wrapper.padding-vertical-custom {
  padding-top: 12rem;
  padding-bottom: 4rem;
}

.au-hero-img-wrapper {
  grid-column-gap: 4rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.au-hero-img-1 {
  background-image: url('../images/img-13.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.au-hero-img-2 {
  background-image: url('../images/img-14.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.au-hero-img-1-wrapper {
  width: 60%;
  height: 31rem;
  overflow: hidden;
}

.au-hero-img-2-wrapper {
  width: 40%;
  height: 43rem;
  overflow: hidden;
}

.fs-slider_slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.fs-slider-nav {
  display: none;
}

.fs-slider-right-arrow, .fs-slider-left-arrow {
  background-color: var(--blue);
  display: none;
}

.fs-slider_slide {
  width: 42rem;
  margin-left: 5rem;
  margin-right: 5rem;
  padding-bottom: 0;
  padding-right: 0;
}

.fs-slider-item-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fs-slider_mask {
  width: 100vw;
  overflow: visible;
}

.fs_slider-collection-item {
  justify-content: center;
  display: flex;
}

.fs-slider-collection-list-wrapper.hide {
  display: none;
}

.splide {
  cursor: grab;
  width: 100%;
  margin-left: -20rem;
  position: relative;
}

.splide.splide3 {
  cursor: none;
  margin-left: 0;
  padding-right: 5rem;
}

.splide__track {
  width: 134%;
}

.splide__track.cs {
  width: 100%;
}

.splide__list {
  grid-column-gap: 4rem;
  display: flex;
}

.splide__list.cs {
  grid-column-gap: 0rem;
}

.splide__slide {
  flex: none;
  width: 40%;
  display: flex;
}

.splide__slide.cs {
  width: 45%;
}

.slider-quote-item {
  opacity: .2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity .15s;
  display: flex;
}

.splide__arrows, .splide__sr, .splide__pagination, .list-item {
  display: none;
}

.splide__pagination__item {
  display: inline-block;
}

.services-img-1-wrapper {
  width: 40%;
}

.services-img-2-wrapper {
  width: 100%;
  height: 31rem;
  overflow: hidden;
}

.services-img-1 {
  background-image: url('../images/img-15.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.services-img-2 {
  background-image: url('../images/img-16.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

._3-col-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1.25fr;
}

.img-placeholder-2 {
  width: 4.25rem;
}

._3-col-grid-wrapper {
  padding-top: 3.5rem;
  padding-bottom: 8rem;
  position: relative;
}

._3-col-grid-wrapper.padding-bottom-0 {
  padding-bottom: 0;
}

._3-col-grid-wrapper.padding-bottom-medium {
  padding-bottom: 2rem;
}

._3-col-grid-wrapper.padding-bottom-large {
  padding-bottom: 3rem;
}

._3-col-grid-wrapper.padding-bottom-large.border-bottom {
  border-bottom: .063rem solid var(--blue);
}

.grid-title-wrapper.margin-left-huge {
  margin-left: 6rem;
}

.grid-text-wrapper.padding-horizontal-large {
  padding-left: 3rem;
  padding-right: 3rem;
}

.grid-text-wrapper.padding-horizontal-medium {
  padding-left: 2rem;
  padding-right: 2rem;
}

.grid-text-wrapper.padding-horizontal-xxlarge {
  padding-left: 5rem;
  padding-right: 5rem;
}

.grid-text-wrapper.padding-horizontal-custom {
  padding-left: 2rem;
  padding-right: 10rem;
}

.team-content-wrapper {
  grid-column-gap: 4rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-img {
  background-image: url('../images/img-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.team-img-wrapper {
  width: 50%;
  overflow: hidden;
}

.team-text-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.team-text-wrapper.padding-small {
  padding: 1rem;
}

.team-img {
  background-image: url('../images/img-mike-dunbar.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.section-process.background-color-yellow {
  background-color: var(--yellow);
  padding-top: 100px;
}

.team-img-img-wrapper {
  grid-column-gap: 4rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.team-img-img-wrapper.align-top {
  align-items: flex-start;
}

.ti-img-1-wrapper {
  width: 60%;
  height: 28rem;
  overflow: hidden;
}

.ti-img-2-wrapper {
  width: 40%;
  height: 20rem;
  overflow: hidden;
}

.ti-img-1 {
  background-image: url('../images/img-17.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.ti-img-2 {
  background-image: url('../images/img-7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.process-heading-wrapper, .process-grid-wrapper {
  width: 100%;
}

.process-grid-wrapper.margin-top-xxlarge {
  margin-top: 5rem;
}

.process-grid-wrapper.margin-top-xhuge {
  margin-top: 8rem;
}

.process-step-circle {
  background-color: var(--blue);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 4.25rem;
  height: 4.25rem;
  display: flex;
}

.ti-img-3-wrapper {
  width: 30%;
  height: 34rem;
  overflow: hidden;
}

.ti-img-4-wrapper {
  width: 45%;
  height: 43rem;
  overflow: hidden;
}

.splide2 {
  width: 100%;
  margin-left: -20rem;
  position: relative;
}

.cs-hero-wrapper {
  grid-column-gap: 5rem;
  justify-content: space-between;
  display: flex;
}

.cs-hero-wrapper.padding-vertical-custom {
  padding-top: 8rem;
}

.cs-details-wrapper {
  width: 50%;
}

.link-cs-page {
  text-decoration: none;
}

.link-cs-page.w--current:visited {
  color: var(--blue);
}

.cs-feat-img-wrapper {
  width: 50%;
  overflow: hidden;
}

.cs-feat-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.cs-desc-wrapper {
  border-top: .063rem solid var(--blue);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.cs-desc-icon {
  width: 2.5rem;
}

.cs-location-wrapper, .cs-size-wrapper, .cs-date-wrapper, .cs-testimonial-wrapper {
  border-top: .063rem solid var(--blue);
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.cs-testimonial-text-wrapper {
  max-width: 25rem;
  padding-top: 2rem;
}

._2-col-grid-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
}

.cs-feat-img-1 {
  width: 100%;
  height: 26rem;
  overflow: hidden;
}

.cs-feat-img-2 {
  width: 100%;
  height: 45rem;
  overflow: hidden;
}

.feat-img-1, .feat-img-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.cs-feat-img-3 {
  width: 100%;
  height: 42rem;
  overflow: hidden;
}

.feat-img-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.section-gallery {
  width: 100%;
  overflow: hidden;
}

.slider-img-item {
  width: 100%;
  height: 45rem;
  overflow: hidden;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.slider-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.fp-img-wrapper {
  width: 100%;
  height: 45rem;
}

.fp-img {
  object-fit: cover;
  width: 100%;
}

.re-hero-wrapper {
  justify-content: space-between;
  display: flex;
}

.re-hero-wrapper.padding-vertical-custom {
  padding-top: 12rem;
  padding-bottom: 6rem;
}

.re-hero-headings-wrapper {
  max-width: 40rem;
}

.re-hero-img-wrapper.padding-bottom-huge {
  padding-bottom: 6rem;
}

.re-hero-img {
  width: 2.5rem;
}

.re-hero-img-1-wrapper {
  width: 100%;
  height: 39rem;
  overflow: hidden;
}

.re-hero-img-1 {
  background-image: url('../images/img-13.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.re-hero-img-2-wrapper {
  width: 100%;
  height: 39rem;
  overflow: hidden;
}

.re-hero-img-2 {
  background-image: url('../images/img-14.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.separator-line {
  background-color: var(--blue);
  height: .063rem;
  position: absolute;
  inset: 0% 0% auto;
}

.separator-line.show-tablet {
  display: none;
}

.du-hero-img {
  width: 4.25rem;
}

.du-hero-wrapper {
  justify-content: space-between;
  display: flex;
}

.du-hero-wrapper.padding-vertical-custom {
  padding-top: 12rem;
  padding-bottom: 6rem;
}

.du-hero-headings-wrapper {
  max-width: 40rem;
}

.du-hero-img-wrapper.padding-bottom-huge {
  padding-bottom: 6rem;
}

.du-hero-img-1-wrapper {
  width: 100%;
  height: 39rem;
  overflow: hidden;
}

.du-hero-img-1 {
  background-image: url('../images/img-13.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.du-hero-img-2-wrapper {
  width: 100%;
  height: 39rem;
  overflow: hidden;
}

.du-hero-img-2 {
  background-image: url('../images/img-14.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.services-flex-wrapper {
  flex-direction: column;
  display: flex;
}

.service-img-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._2-col-grid-4 {
  grid-column-gap: 4rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
}

.service-icon-wrapper {
  width: 4.25rem;
}

.service-icon {
  width: 100%;
}

.icon-title-wrapper {
  display: flex;
}

.link-contact-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacer-xxhuge {
  height: 12rem;
}

.logo-wrapper {
  flex-direction: column;
  place-content: flex-start center;
  display: flex;
}

.logo-wrapper.padding-vertical-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: inline-block;
}

.fade-up-wrapper {
  overflow: hidden;
}

.fade-up-wrapper.show-tablet {
  display: none;
}

.button-blue {
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.button-blue.margin-top-large {
  color: var(--blue);
  flex: 1;
  margin-top: 3rem;
}

.button-blue.margin-top-large:visited {
  color: var(--blue);
}

.button-blue.margin-top-xlarge {
  color: var(--blue);
  margin-top: 4rem;
}

.button-blue.margin-top-xlarge:visited {
  color: var(--blue);
}

.button-top-line-blue {
  background-color: var(--blue);
  width: 100%;
  height: .063rem;
}

.text-style-button {
  margin-top: .625rem;
}

.text-style-button.text-color-yellow {
  color: var(--yellow);
}

.text-style-button.tricks.fade-up3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.text-style-button.tricks.fade-up3.text-size-regular {
  font-size: 1rem;
  line-height: 1.25rem;
}

.button-yellow {
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.button-yellow.margin-top-large {
  margin-top: 3rem;
}

.button-top-line-yellow {
  background-color: var(--yellow);
  width: 100%;
  height: .063rem;
}

.button-top-line-yellow-left {
  width: 0%;
  height: .063rem;
}

.button-top-lines-wrapper {
  display: flex;
}

.services-img {
  background-image: url('../images/img-16.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.service-img {
  background-image: url('../images/img-15.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.project-item-thumbnail-wrapper {
  width: 100%;
  height: 35rem;
  overflow: hidden;
}

.home-logo-wrapper {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

.ti-img-3 {
  background-image: url('../images/img-15.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.ti-img-4 {
  background-image: url('../images/img-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
}

.gallery-cursor {
  z-index: 1001;
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  color: #0000;
  cursor: none;
  background-color: #0000;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: color .35s, background-color .35s, height .35s cubic-bezier(.19, 1, .22, 1), width .35s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  overflow: hidden;
}

.cursor.is--larger {
  background-color: var(--blue);
  width: 8rem;
  height: 8rem;
  color: var(--white);
}

.menu-button-bg, .nav-menu-m, .nav-menu-d {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .page-padding.padding-vertical-medium.padding-top-xxhuge {
    padding-top: 6rem;
  }

  .heading-medium.show-tablet {
    display: block;
  }

  .text-size-regular.text-color-white {
    color: var(--white);
  }

  .text-size-regular.text-color-white.margin-bottom-small {
    margin-bottom: 1rem;
    position: fixed;
    inset: auto 0% 0%;
  }

  .text-size-xlarge.margin-top-medium {
    margin-top: 0;
  }

  .link-logo.blue-logo {
    width: 140px;
    height: 42px;
  }

  .nav-link {
    z-index: 999;
    color: var(--blue);
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    font-size: 3.25rem;
  }

  .nav-link.text-color-blue, .nav-link.text-color-blue.w--current {
    color: var(--white);
  }

  .nav-link.show-tablet {
    z-index: 999;
    color: var(--white);
    display: block;
  }

  .nav-link.show-tablet.w--current {
    color: var(--white);
  }

  .nav-menu {
    z-index: 999;
    background-color: var(--blue);
    width: 100vw;
    height: 100%;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .nav-menu.home-animation {
    opacity: 1;
  }

  ._2-col-grid {
    grid-column-gap: 2rem;
  }

  .about-img-wrapper {
    height: 30rem;
  }

  .services-content-wrapper.margin-top-xxlarge {
    flex-direction: column;
  }

  .service-content-box {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 3rem;
    padding-top: 2rem;
    position: relative;
  }

  .text-size-xhuge.margin-top-custom {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

  .services-grid-wrapper.margin-top-xxlarge.hide-tablet {
    display: none;
  }

  .services-grid-wrapper.margin-top-xxlarge.show-tablet {
    margin-bottom: 5rem;
    display: block;
  }

  ._2-col-grid-2 {
    grid-column-gap: 2rem;
  }

  .services-img-wrapper {
    width: 100%;
  }

  .services-img-wrapper.height-custom-tablet {
    height: 30rem;
    overflow: hidden;
  }

  .services-img-wrapper.height-custom-tablet-2 {
    height: 40rem;
    overflow: hidden;
  }

  .collection-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feat-projects-grid {
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    margin-top: 0;
  }

  .feat-project-wrapper {
    height: 26rem;
  }

  .project-item-thumbnail {
    height: 120%;
    max-height: none;
  }

  .tabs-menu {
    justify-content: flex-start;
  }

  .tab-link {
    margin-left: 0;
    margin-right: 1.875rem;
  }

  .pl-collection-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pl-item-link {
    height: 26rem;
  }

  .cu-hero-wrapper.padding-vertical-custom {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .au-hero-img-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .au-hero-img-1-wrapper {
    width: 100%;
  }

  .au-hero-img-2-wrapper {
    width: 60%;
  }

  .splide {
    margin-left: 0;
  }

  .splide__track {
    width: 100%;
  }

  .splide__list {
    grid-column-gap: 0rem;
  }

  .splide__slide {
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .splide__slide.cs {
    padding-left: 0;
    padding-right: 0;
  }

  ._3-col-grid {
    flex-direction: column;
    display: flex;
  }

  ._3-col-grid-wrapper {
    padding-bottom: 3.5rem;
  }

  .grid-title-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .grid-title-wrapper.margin-left-huge {
    margin-bottom: 2rem;
    margin-left: 0;
  }

  .grid-text-wrapper.padding-horizontal-custom {
    padding-left: 0;
  }

  .team-content-wrapper {
    grid-column-gap: 0rem;
    flex-direction: column;
  }

  .team-img-wrapper {
    width: 100%;
  }

  .team-text-wrapper.padding-small {
    width: 100%;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .team-img-img-wrapper, .team-img-img-wrapper.align-top {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .ti-img-1-wrapper {
    width: 100%;
  }

  .ti-img-2-wrapper {
    width: 60%;
  }

  .ti-img-3-wrapper, .ti-img-4-wrapper {
    width: 100%;
  }

  .splide2 {
    margin-left: 0;
  }

  .cs-hero-wrapper.padding-vertical-custom {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .cs-details-wrapper, .cs-feat-img-wrapper {
    width: 100%;
  }

  ._2-col-grid-3 {
    grid-row-gap: 4rem;
  }

  .feat-img-1, .feat-img-2, .feat-img-3 {
    max-height: none;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .slider-img {
    height: 100vw;
    max-height: none;
  }

  .fp-img-wrapper {
    height: 22rem;
  }

  .separator-line.show-tablet {
    display: block;
  }

  .separator-line.width-full {
    width: 100%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .burger-menu-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .burger-menu-wrapper.dummy {
    z-index: 1001;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-right: 1.5rem;
  }

  .menu-button {
    z-index: 1001;
    background-color: #0000;
    width: 2.5rem;
    height: 1.5rem;
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 1001;
    background-color: #0000;
    width: 2.5rem;
    height: 1.5rem;
  }

  .menu-line {
    background-color: var(--yellow);
    width: 100%;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-line.background-color-blue {
    background-color: var(--blue);
  }

  .menu-line.background-color-blue.dummy {
    transform: rotate(45deg);
  }

  .menu-line.background-color-blue.dummy2 {
    transform: rotate(-45deg);
  }

  .nav-links-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 30vw;
    padding-left: 8rem;
    display: flex;
  }

  .services-flex-wrapper, .service-img-text-wrapper {
    flex-direction: column-reverse;
  }

  ._2-col-grid-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .icon-title-wrapper {
    flex-direction: column-reverse;
  }

  .home-service-icon {
    width: 4.25rem;
  }

  .fade-up-wrapper.show-tablet {
    display: block;
  }

  .menu-line-dummy {
    background-color: var(--blue);
    width: 100%;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
    transform: rotate(45deg);
  }

  .menu-line-dummy.bottom {
    transform: translate(0, -2px)rotate(-45deg);
  }

  .gallery-cursor {
    display: none;
  }

  .menu-button-bg {
    background-color: var(--white);
    border-bottom-left-radius: 50rem;
    width: 0;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .nav-menu-m {
    z-index: 1000;
    width: 13rem;
    display: block;
    position: absolute;
    inset: -11rem auto auto -11rem;
  }

  .nav-menu-d {
    z-index: 1000;
    width: 10rem;
    display: block;
    position: absolute;
    inset: 57rem auto auto 48rem;
  }
}

@media screen and (max-width: 767px) {
  .page-padding.padding-vertical-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-xlarge.mobile-text-size {
    font-size: 3.5rem;
  }

  .link-logo.w--current {
    padding-left: 0;
  }

  .img-logo {
    width: 280px;
  }

  .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 2.5rem;
  }

  .footer-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .f-top.hide-mobile-landscape {
    display: none;
  }

  .f-bottom.margin-top-medium {
    flex-direction: column-reverse;
  }

  .f-socials-wrapper {
    margin-bottom: 4rem;
  }

  .text-size-xhuge.margin-top-custom {
    font-size: 3rem;
    line-height: 2.75rem;
  }

  .feat-project-wrapper {
    height: 36rem;
  }

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

  .pl-item-link {
    height: 36rem;
  }

  .au-hero-img-2-wrapper {
    width: 100%;
  }

  ._3-col-grid-wrapper {
    padding-top: 1.5rem;
  }

  .grid-text-wrapper.padding-horizontal-custom {
    padding-right: 0;
  }

  .ti-img-2-wrapper {
    width: 100%;
  }

  .cs-desc-icon.hide-mobile-landscape {
    display: none;
  }

  .cs-testimonial-wrapper {
    flex-direction: column;
  }

  .cs-testimonial-text-wrapper {
    max-width: none;
    padding-top: 3rem;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .re-hero-icon-wrapper.hide-mobile-landscape, .du-hero-icon-wrapper.hide-mobile-landscape {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .page-padding.padding-vertical-medium.padding-top-xxhuge {
    padding-top: 2rem;
  }

  .container-large.flexbox.position-relative {
    position: relative;
  }

  .heading-large {
    font-size: 3rem;
  }

  .heading-large.tricks.fade-up {
    max-width: 300px;
    line-height: 3.5rem;
  }

  .text-size-regular.max-width-custom {
    max-width: none;
  }

  .text-size-regular.text-color-white {
    color: var(--white);
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-size-regular.text-color-white.margin-bottom-small {
    margin-bottom: 1rem;
  }

  .text-size-medium.text-no-wrap {
    white-space: nowrap;
  }

  .text-size-xlarge.margin-top-medium {
    font-size: 1.5rem;
  }

  .text-size-xlarge.mobile-text-size {
    font-size: 2.8rem;
  }

  .text-style-quote {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .nav_component.padding-vertical-medium.height-0 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .link-logo {
    padding-left: 0;
  }

  .link-logo.blue-logo {
    width: 100px;
    height: 30px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .img-logo {
    width: 180px;
  }

  .section-home-hero.max-height-full {
    height: 80vh;
  }

  .link-contact.margin-top-medium {
    margin-top: 2rem;
  }

  .home-hero-wrapper {
    height: 80vh;
  }

  .about-bg-vid-wrapper, .bg-video, .img-placeholder {
    height: 20rem;
  }

  .text-size-xhuge.margin-top-custom.tricks.fade-up2 {
    font-size: 2rem;
  }

  .services-grid-wrapper.margin-top-xxlarge.show-tablet {
    margin-top: 0;
  }

  .services-img-wrapper.height-custom-tablet {
    height: 20rem;
  }

  .services-img-wrapper.height-custom-tablet-2 {
    height: 30rem;
  }

  .feat-project-wrapper {
    height: 26rem;
  }

  .project-item-thumbnail {
    height: 100%;
  }

  .img-logo-bllue {
    width: 100px;
  }

  .pl-item-link {
    height: 26rem;
  }

  .about-img {
    height: 100%;
  }

  .cs-hero-wrapper.padding-vertical-custom {
    padding-top: 10rem;
  }

  .cs-feat-img-2 {
    height: 30rem;
  }

  .feat-img-1, .feat-img-2 {
    height: 100%;
  }

  .cs-feat-img-3 {
    height: 30rem;
  }

  .feat-img-3 {
    height: 100%;
  }

  .slider-img-item {
    height: 25rem;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .section-floor-plan {
    display: none;
  }

  .fp-img-wrapper {
    height: 14rem;
  }

  .nav-links-wrapper {
    padding-top: 50vw;
    padding-left: 4rem;
  }

  .logo-wrapper.padding-vertical-medium {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .services-img, .service-img {
    height: 100%;
  }

  .project-item-thumbnail-wrapper {
    height: 30rem;
  }

  .nav-menu-m {
    width: 10rem;
    top: -6.4rem;
    left: -4.2rem;
  }

  .nav-menu-d {
    width: 8rem;
    inset: 150vw -30vw auto auto;
  }
}

#w-node-_2c5b246c-99bd-e26d-1713-c1c513f1d70c-ea84243d, #w-node-_79ba4b68-b293-c410-cedd-6cc70617b51a-ea84243d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c725067-7f30-f973-a836-075f43ce807a-ea84243d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89b2c791-1b01-8725-ee07-6d337cb9e47e-ea84243d, #w-node-_8a2520c7-d72c-fab4-9e56-606ca38ee1ff-ea84243d, #w-node-aa9a3b39-2426-ecce-0de8-483e02909619-ea84243d, #w-node-aa9a3b39-2426-ecce-0de8-483e0290961b-ea84243d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17502326-d7b2-9f36-0a3d-f3fbcb2069d9-ea84243d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3185eaab-5dd4-28b4-6c85-5daa9a2b9443-493bb3cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b9e55f5-619d-79d2-f041-a76f13271d78-493bb3cd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f513e5ec-4f7c-485c-8a79-81719a12d066-493bb3cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_03a4f4e9-54d8-8c83-4370-40d252205f64-493bb3cd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#scroll-in1.w-node-b616bc43-7d2f-dac8-f349-d382827d3b78-493bb3cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29dc8186-c884-d61a-30eb-2af6ff5b21b9-493bb3cd, #w-node-d3bd33d9-6d70-45ec-d32f-68878fd5d519-493bb3cd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8b690191-90f1-ec5a-f6d3-98ce27e7a604-c2e78664 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b690191-90f1-ec5a-f6d3-98ce27e7a602-c2e78664 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-e153b645-37ee-dd52-fa29-d9964f7eb322-c2e78664 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_06cd2147-3191-8337-0e4c-bcb2196e884f-c2e78664, #w-node-_06cd2147-3191-8337-0e4c-bcb2196e8853-c2e78664, #w-node-_06cd2147-3191-8337-0e4c-bcb2196e8856-c2e78664 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdb314da-abbb-5622-83fd-bf75e562898f-c2e78664 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bdb314da-abbb-5622-83fd-bf75e5628990-c2e78664, #w-node-bdb314da-abbb-5622-83fd-bf75e5628992-c2e78664, #w-node-_06cd2147-3191-8337-0e4c-bcb2196e8862-c2e78664 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99af311a-b6b6-1902-ac51-1526038edd51-c2e78664 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99af311a-b6b6-1902-ac51-1526038edd52-c2e78664, #w-node-_99af311a-b6b6-1902-ac51-1526038edd54-c2e78664, #w-node-_06cd2147-3191-8337-0e4c-bcb2196e886e-c2e78664, #w-node-ac041a7e-555a-d46e-105d-25f4f9009d08-f9009cfd, #w-node-ac041a7e-555a-d46e-105d-25f4f9009d0c-f9009cfd, #w-node-ac041a7e-555a-d46e-105d-25f4f9009d0f-f9009cfd, #w-node-ac041a7e-555a-d46e-105d-25f4f9009d14-f9009cfd, #w-node-ac041a7e-555a-d46e-105d-25f4f9009d18-f9009cfd, #w-node-ac041a7e-555a-d46e-105d-25f4f9009d1b-f9009cfd, #w-node-ac041a7e-555a-d46e-105d-25f4f9009d20-f9009cfd, #w-node-ac041a7e-555a-d46e-105d-25f4f9009d24-f9009cfd, #w-node-ac041a7e-555a-d46e-105d-25f4f9009d27-f9009cfd, #w-node-e78def23-e3b3-fb5e-2e95-225d824ae27e-453e8866, #w-node-f8a1cc1f-53e0-0f03-2df6-45845c8347b1-453e8866 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c601e8e-a646-938d-e9b4-536569a2a964-453e8866, #scroll-in4.w-node-e22c2670-7da9-14ae-cfc5-d4c072e7366d-453e8866, #w-node-e22c2670-7da9-14ae-cfc5-d4c072e7366f-453e8866, #w-node-e22c2670-7da9-14ae-cfc5-d4c072e73670-453e8866 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e78def23-e3b3-fb5e-2e95-225d824ae27e-48d051ad, #w-node-f8a1cc1f-53e0-0f03-2df6-45845c8347b1-48d051ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1389cf2e-dcec-2879-c007-49b89ae5680d-48d051ad, #scroll-in4.w-node-e22c2670-7da9-14ae-cfc5-d4c072e7366d-48d051ad, #w-node-e22c2670-7da9-14ae-cfc5-d4c072e7366f-48d051ad, #w-node-e22c2670-7da9-14ae-cfc5-d4c072e73670-48d051ad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_2c5b246c-99bd-e26d-1713-c1c513f1d70c-ea84243d, #w-node-_79ba4b68-b293-c410-cedd-6cc70617b51a-ea84243d, #w-node-aa9a3b39-2426-ecce-0de8-483e02909619-ea84243d {
    grid-column: span 2 / span 2;
  }

  #w-node-_1c731025-affa-73e5-4842-18ade3955277-ea84243d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #scroll-in4.w-node-_290e8faf-97e9-dcbe-6b8b-daa781942bae-ea84243d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_68b2e4b6-a1b7-4caf-c6ab-6094634204ac-ea84243d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f296ea02-bacc-1061-2c9a-ff9b0ab80e16-ea84243d {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_17502326-d7b2-9f36-0a3d-f3fbcb2069d9-ea84243d {
    grid-column: span 3 / span 3;
  }

  #w-node-_3185eaab-5dd4-28b4-6c85-5daa9a2b9443-493bb3cd {
    grid-column: span 2 / span 2;
  }

  #w-node-_5b9e55f5-619d-79d2-f041-a76f13271d78-493bb3cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #scroll-in1.w-node-b616bc43-7d2f-dac8-f349-d382827d3b78-493bb3cd {
    grid-column: span 2 / span 2;
  }

  #w-node-_16187456-b8d6-2f67-8043-40a7b1416198-e1e549c2, #w-node-e3d4371c-bc30-c0aa-fb3a-e9dead3e7c66-e1e549c2, #w-node-_2b8b6f2d-b460-ac85-623f-3414001a8b28-e1e549c2, #w-node-_87bcf586-5084-906a-ed77-325c6dd6b6ea-e1e549c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e78def23-e3b3-fb5e-2e95-225d824ae27e-453e8866 {
    grid-column: span 2 / span 2;
  }

  #w-node-e22c2670-7da9-14ae-cfc5-d4c072e73670-453e8866 {
    grid-column: span 3 / span 3;
  }

  #w-node-e78def23-e3b3-fb5e-2e95-225d824ae27e-48d051ad {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-aa9a3b39-2426-ecce-0de8-483e0290961b-ea84243d {
    grid-column: span 2 / span 2;
  }

  #w-node-_1c731025-affa-73e5-4842-18ade3955277-ea84243d {
    grid-column: span 3 / span 3;
  }

  #w-node-_17502326-d7b2-9f36-0a3d-f3fbcb2069db-ea84243d, #w-node-d3bd33d9-6d70-45ec-d32f-68878fd5d51b-493bb3cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f8a1cc1f-53e0-0f03-2df6-45845c8347b1-453e8866 {
    grid-column: span 2 / span 2;
  }

  #w-node-e22c2670-7da9-14ae-cfc5-d4c072e73672-453e8866 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f8a1cc1f-53e0-0f03-2df6-45845c8347b1-48d051ad {
    grid-column: span 2 / span 2;
  }

  #w-node-e22c2670-7da9-14ae-cfc5-d4c072e73672-48d051ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #scroll-in1.w-node-b616bc43-7d2f-dac8-f349-d382827d3b78-493bb3cd {
    grid-column: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}