:root {
  --blue: #281d5a;
  --white: white;
  --yellow: #f5e6a2;
  --light-blue: #48afd8;
  --black: black;
}

body {
  color: #000;
  background-color: #fcfcff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1em;
}

h2 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25em;
}

.container-2 {
  width: 100%;
}

.nav-bar {
  z-index: 200;
  background-color: #ddd0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-logo-2 {
  text-align: center;
  cursor: pointer;
}

.centred-logo {
  object-fit: contain;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu-2 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.centred-logo-container {
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.nav-link-2 {
  color: var(--white);
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 8px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 10px;
  transition: all .3s;
  position: relative;
}

.nav-link-2:hover {
  opacity: 1;
  color: var(--yellow);
}

.nav-link-2.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.menu-button-2 {
  display: none;
}

.menu-button-2.w--open {
  color: #096ad033;
  background-color: #fff;
}

.hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.hero__title {
  color: #fff;
  text-align: center;
  max-width: 990px;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.05;
  position: relative;
}

.hero__subtitle {
  color: var(--yellow);
  text-align: left;
  margin-bottom: 50px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
  position: relative;
}

.slider-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.slider-arrow-icon {
  width: 20px;
}

.centered-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 700px;
  display: grid;
  position: relative;
}

.slider-arrow {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: -72px;
  display: flex;
  inset: auto auto -30px;
  box-shadow: 0 2px 30px -1px #281d5a26;
}

.slider-arrow.right {
  margin-left: 0;
  margin-right: -72px;
}

.location-slide {
  margin-right: 16px;
}

.grid-wrapper {
  z-index: 10;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 5rem) 1fr minmax(0, 5rem);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.location-card-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-nav {
  display: none;
}

.location-mask {
  width: 50%;
  max-width: 800px;
  overflow: visible;
}

.subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.subtitle-wrapper {
  margin-bottom: 18px;
}

.intro-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: grid;
}

.benefits-wrapper {
  z-index: 10;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.section-cover {
  background-color: #281d5a26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.intro-right-image {
  border-radius: 3px;
  width: 100%;
  height: 300px;
  position: relative;
}

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

.intro-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.body-display {
  font-size: 17px;
  line-height: 1.6em;
}

.body-display.large {
  font-size: 19px;
}

.benefit-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 275px;
  padding: 30px;
  transition: box-shadow .5s;
  display: grid;
  position: relative;
}

.benefit-card:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px #3540751a;
}

.testimonial-slider {
  background-color: #0000;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  min-height: 330px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.testimonial-client {
  color: var(--blue);
  margin-bottom: 50px;
}

.testimonial-slide-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-section {
  background-color: #48afd80d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-mask {
  z-index: 20;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.paralax-background {
  background-image: url('../images/Villa0017.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -36px;
  margin-bottom: -36px;
  position: absolute;
  inset: 0%;
}

.paralax-background.two {
  background-image: url('../images/3d_pool.jpg');
  background-position: 50% 0;
}

.paralax-background.about-one {
  background-image: url('../images/l-1.jpg');
  background-position: 80% 100%;
  background-size: cover;
}

.paralax-background.about-four {
  background-image: url('../images/m-2.jpg');
  background-position: 12%;
}

.paralax-background.about-six {
  background-image: url('../images/m-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.paralax-background.about-five {
  background-image: url('../images/m-3.jpg');
  background-position: 60%;
}

.paralax-background.about-seven {
  background-image: url('../images/r-2.jpg');
  background-position: 50% 100%;
}

.paralax-background.about-three {
  background-image: url('../images/r-1.jpg');
  background-position: 90%;
}

.paralax-background.about-two {
  background-image: url('../images/l-2.jpg');
  background-position: 50% -70%;
}

.testimonial-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto 120px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 910px;
  display: grid;
}

.testimonial-arrow {
  z-index: 25;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto 72px 20px 0%;
  box-shadow: 0 0 30px -1px #281d5a26;
}

.testimonial-arrow.right {
  left: 72px;
  right: 0;
}

.overlay {
  background-color: #0f13268c;
  position: absolute;
  inset: 0%;
}

.overlay.dark {
  background-color: #281d5a80;
  background-image: linear-gradient(#0000001a, #0000001a);
}

.testimonial-wrapper {
  margin-left: 5rem;
  margin-right: 5rem;
  padding-bottom: 0;
  overflow: hidden;
}

.steps-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  min-height: 275px;
  padding: 24px;
  display: grid;
  position: relative;
}

.button {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: 0 0 30px 10px #00000026;
}

.button:hover {
  background-color: var(--black);
  transform: scale(1.1);
}

.button.white {
  color: var(--black);
  background-color: #fff;
}

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

.button.inverted {
  background-color: var(--black);
}

.button.inverted:hover {
  background-color: var(--blue);
}

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

.button-wrapper.top-margin {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 13rem 0;
  display: grid;
  position: relative;
}

.outline-button {
  color: #081c3a;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #c0c0d333;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.outline-button:hover {
  color: #fff;
  background-color: #081c3a;
  border-color: #081c3a;
}

.promise-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 750px;
  display: grid;
}

.about-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-left: 5rem;
  padding-right: 5rem;
}

.about-image-item {
  color: #fff;
  text-align: center;
  width: 25vw;
  min-width: 25vw;
  height: 25vw;
  min-height: 25vw;
  margin-left: -1px;
  margin-right: -1px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.about-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
}

.about-us-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #48afd80d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.mission-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1280px;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: block;
}

.team-images {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.small-image {
  border-radius: 5px;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}

.large-image {
  border-radius: 5px;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.medium-image {
  border-radius: 5px;
  margin-top: -36px;
  position: relative;
  overflow: hidden;
}

.footer-heading {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 10px;
  text-decoration: none;
}

.footer-heading.no-margin {
  margin-bottom: 10px;
}

.footer-logo-2 {
  cursor: auto;
  width: 190px;
  margin-bottom: 40px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.section-2 {
  justify-content: center;
  padding: 8rem 5rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.footer-links-container.last {
  justify-content: flex-start;
  align-items: center;
}

.footer-links-container.last.mobile {
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-link {
  color: var(--black);
  cursor: pointer;
  margin-bottom: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 10px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer-link:hover {
  opacity: 1;
  color: var(--blue);
  margin-left: 5px;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.social:hover {
  margin-left: 0;
}

.social-media-icon {
  padding: 8px;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-3 {
  flex: none;
  width: 25%;
}

.negative-margin {
  margin-left: -18px;
}

.ripple-container {
  z-index: 10;
  background-image: url('../images/hero-image.jpg');
  background-position: 85% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8rem 5rem;
  display: flex;
  position: absolute;
}

.about-text-wrapper {
  z-index: 10;
  grid-column-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  max-width: 1280px;
  padding-top: 8rem;
  display: grid;
  position: relative;
}

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

.feature {
  z-index: 20;
  background-color: var(--light-blue);
  text-align: center;
  background-image: linear-gradient(#48afd8e6, #48afd8e6), url('../images/water-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
  display: block;
  box-shadow: 0 0 30px 15px #281d5a26;
}

.feature-section {
  z-index: 10;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  height: 100px;
  padding-left: 5rem;
  padding-right: 5rem;
  display: block;
  position: relative;
  top: -130px;
}

.award-link {
  cursor: pointer;
  margin-left: 9px;
  margin-right: 9px;
}

.award-link.expertise {
  border-radius: 5px;
  width: 135px;
  overflow: hidden;
}

.award-link.buildzoom {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 5px;
  width: 200px;
  overflow: hidden;
}

.award-link.bbb {
  text-align: center;
  width: 165px;
}

.cover-image {
  object-fit: cover;
}

.feature-wrapper {
  z-index: 20;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.background-load-top {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.background-load-top.grey {
  background-color: #f7f8fc;
}

.gradient-overlay {
  background-image: linear-gradient(#0f132600 35%, #0f1326cc);
  position: absolute;
  inset: 0%;
}

.location-card-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  padding-bottom: 72px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.location-image {
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.location-image.equipment {
  background-image: url('../images/img-blog-pool-renovations.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-image.decking {
  background-image: url('../images/pool-deck-contractors.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-image.repairs {
  background-image: url('../images/iStock-169941679_res.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-image.renovation {
  background-image: url('../images/moneyshot_before.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-image.construction {
  background-image: url('../images/02_captain_harrys_pool.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-load-bottom {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.background-load-bottom.grey {
  background-color: #f7f8fc;
}

.location-card-wrapper {
  color: #fff;
  border-radius: 5px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 28vw;
  min-height: 450px;
  max-height: 550px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.location-card-bottom {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.benefit-video {
  flex-flow: column;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.benefit-image {
  z-index: 0;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.benefit-video-lightbox {
  z-index: 5;
  border-radius: 80px;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  position: absolute;
  box-shadow: 0 0 40px 30px #fff3;
}

.benefit-video-lightbox:hover {
  filter: drop-shadow(0 0 30px #0006);
}

.benefit-video-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  position: absolute;
  overflow: hidden;
}

.hfs-button {
  cursor: pointer;
  width: 225px;
}

@media screen and (min-width: 1280px) {
  .steps-card {
    padding: 36px;
  }
}

@media screen and (min-width: 1440px) {
  .centred-logo {
    width: 100%;
  }

  .centred-logo-container {
    margin-left: 15px;
    margin-right: 15px;
  }

  .nav-link-2 {
    font-size: 13.5px;
  }

  .hero__title {
    font-size: 100px;
    line-height: 1.1;
  }

  .benefit-card {
    padding-left: 36px;
    padding-right: 36px;
  }

  .button {
    font-size: 16px;
  }

  .about-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .benefit-video {
    height: 310px;
  }
}

@media screen and (max-width: 991px) {
  .container-2 {
    flex-direction: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 60px 1fr 60px;
    grid-auto-columns: 1fr;
    place-content: start space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-top: 25px;
    display: grid;
  }

  .nav-bar {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-logo-2 {
    flex: 0 auto;
  }

  .centred-logo {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    overflow: scroll;
  }

  .burger-icon {
    font-size: 26px;
  }

  .centred-logo-container {
    display: block;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .menu-button-2 {
    background-color: var(--white);
    color: var(--light-blue);
    cursor: pointer;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    position: relative;
  }

  .menu-button-2:hover {
    background-color: var(--light-blue);
    color: var(--white);
  }

  .menu-button-2.w--open {
    color: #096ad0;
    background-color: #0000;
  }

  .hero {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__title {
    margin-bottom: 10px;
    font-size: 60px;
  }

  .hero__subtitle {
    font-size: 25px;
  }

  .slider-wrapper {
    margin-left: 65px;
    padding-top: 48px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(3rem, 1fr) minmax(auto, 1400px) minmax(3rem, 1fr);
  }

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

  .location-card-slider {
    margin-left: -65px;
  }

  .location-mask {
    width: 70%;
  }

  .intro-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .benefits-wrapper {
    grid-row-gap: 80px;
  }

  .intro-right-image {
    height: 360px;
    margin-bottom: 30px;
  }

  .stacked-intro {
    text-align: center;
  }

  .testimonial-slider {
    justify-content: center;
  }

  .testimonial-slide-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .testimonial-section {
    padding-top: 5rem;
    padding-bottom: 3.5rem;
  }

  .testimonial-mask {
    max-width: 100%;
  }

  .testimonial-slide, .testimonial-content {
    width: 100%;
  }

  .testimonial-arrow {
    right: 70px;
  }

  .testimonial-arrow.right {
    left: 70px;
  }

  .testimonial-wrapper {
    margin-left: 65px;
    margin-right: 65px;
  }

  .section-intro {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .about-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .about-intro {
    margin-bottom: 20px;
  }

  .mission-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .team-images {
    grid-template-columns: .5fr .5fr .5fr;
  }

  .small-image {
    min-height: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .medium-image {
    min-height: 300px;
    margin-top: 0;
  }

  .footer-logo-2 {
    width: 175px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-2 {
    padding: 5rem 3rem;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .footer-links-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-links-container.last.mobile {
    justify-content: center;
    align-items: center;
  }

  .footer-link:hover {
    margin-left: 0;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .col.lg-3.md-2 {
    width: 50%;
  }

  .col.lg-3.md-2.xs-1 {
    text-align: center;
  }

  .col.lg-3.md-2.xs-2 {
    text-align: center;
    width: 100%;
    margin-top: 35px;
  }

  .col.lg-3.md-2.xs-2.last {
    margin-top: 40px;
  }

  .col.lg-3.md-4 {
    width: 100%;
  }

  .negative-margin {
    margin-left: -19px;
  }

  .ripple-container {
    background-position: 50% 100%;
    padding: 5rem 3rem;
  }

  .about-text-wrapper {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 5rem;
  }

  .feature-section {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .feature-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hfs-button {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    left: 20px;
    right: 20px;
  }

  .centred-logo {
    width: 325px;
  }

  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .hero__title {
    font-size: 55px;
  }

  .slider-wrapper {
    margin-left: 0;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(2rem, 1fr) minmax(auto, 1400px) minmax(2rem, 1fr);
  }

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

  .location-card-slider {
    margin-left: 0;
  }

  .location-mask {
    width: 90%;
  }

  .intro-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .benefits-wrapper {
    grid-row-gap: 60px;
    padding-left: 0;
  }

  .section-cover {
    margin-left: 0;
  }

  .benefit-card {
    grid-row-gap: 48px;
    grid-template-rows: 1fr auto;
    min-height: auto;
  }

  .testimonial-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .testimonial-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

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

  .section-intro {
    padding: 8rem 0;
  }

  .about-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-image-item {
    min-width: 200px;
    min-height: 200px;
  }

  .mission-wrapper {
    margin-left: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .small-image, .large-image, .medium-image {
    min-height: 200px;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

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

  .row {
    flex-wrap: wrap;
  }

  .footer-links-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .col.lg-3.md-2.xs-2.last {
    margin-top: 0;
  }

  .ripple-container {
    background-position: 50% 100%;
    padding: 3rem 2rem;
  }

  .about-text-wrapper {
    text-align: center;
    padding-top: 3rem;
  }

  .feature-section {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }
}

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

  .container-2 {
    grid-template-columns: 1fr 60px;
  }

  .centred-logo {
    width: 215px;
    margin-top: 5px;
    margin-left: 0;
  }

  .menu-button-2 {
    flex: 0 auto;
    width: 50px;
    height: 50px;
    margin-right: 0;
  }

  .hero__title {
    font-size: 40px;
    line-height: 1.2;
  }

  .hero__subtitle {
    text-align: center;
    font-size: 20px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .location-mask {
    width: 85%;
  }

  .benefits-wrapper {
    grid-row-gap: 48px;
  }

  .intro-right-image {
    height: 200px;
  }

  .intro-content {
    grid-row-gap: 36px;
  }

  .body-display.large {
    font-size: 17px;
  }

  .benefit-card {
    grid-row-gap: 36px;
  }

  .testimonial-slider {
    justify-content: center;
    min-height: auto;
  }

  .testimonial-slide-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-mask {
    margin-left: 0;
  }

  .testimonial-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .testimonial-arrow {
    bottom: 0;
    right: 72px;
  }

  .testimonial-arrow.right {
    left: 72px;
  }

  .testimonial-wrapper {
    margin-right: 0;
  }

  .section-intro {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .team-images {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .small-image, .large-image, .medium-image {
    min-height: 120px;
  }

  .row, .footer-links-container {
    justify-content: center;
    align-items: center;
  }

  .footer-links-container.last {
    margin-bottom: 0;
  }

  .social-media-icon {
    padding: 0;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-3, .col.lg-3.md-2.xs-1 {
    width: 100%;
  }

  .col.lg-3.md-2.xs-2.last {
    margin-top: 0;
  }

  .negative-margin {
    margin-left: -10px;
  }

  .ripple-container {
    background-position: 50% 100%;
  }

  .feature-section {
    height: auto;
    top: 0;
  }

  .award-link {
    margin-bottom: 40px;
  }

  .award-link.buildzoom {
    margin-bottom: 0;
  }

  .award-link.buildzoom._1 {
    margin-bottom: 40px;
  }

  .feature-wrapper {
    flex-flow: column;
  }

  .location-card-wrapper {
    min-height: 325px;
  }

  .benefit-video {
    height: 200px;
  }

  .benefit-video-lightbox {
    width: 70px;
    height: 70px;
  }

  .benefit-video-wrapper {
    height: 200px;
  }
}

#w-node-_97f4d398-5182-2197-425c-25cfa8f81256-ed71f53d {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_97f4d398-5182-2197-425c-25cfa8f8125c-ed71f53d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e76686b2-efa2-8f7c-f199-876346bfa39f-ed71f53d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a11c56a0-8579-518a-591d-fece1682634f-ed71f53d {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center;
}

#w-node-_936f77e1-5ab2-edf8-36b6-c11beb7efc59-ed71f53d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ff4664c-e7c8-aff9-2aa1-1de6f8bfacd5-ed71f53d, #w-node-_80d10975-6680-0775-0dd8-fd2685a81e02-ed71f53d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_936f77e1-5ab2-edf8-36b6-c11beb7efc5d-ed71f53d, #w-node-_936f77e1-5ab2-edf8-36b6-c11beb7efc5f-ed71f53d {
  align-self: start;
}

#w-node-_936f77e1-5ab2-edf8-36b6-c11beb7efc60-ed71f53d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41f2ff1c-ef41-86a4-5507-44e1c4721d22-ed71f53d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_41f2ff1c-ef41-86a4-5507-44e1c4721d2d-ed71f53d {
  place-self: stretch start;
}

#w-node-_41f2ff1c-ef41-86a4-5507-44e1c4721d2f-ed71f53d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_41f2ff1c-ef41-86a4-5507-44e1c4721d31-ed71f53d {
  place-self: stretch start;
}

#w-node-_37708e9e-4c37-cc07-484b-d09e128ebc62-ed71f53d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_37708e9e-4c37-cc07-484b-d09e128ebc63-ed71f53d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37708e9e-4c37-cc07-484b-d09e128ebc65-ed71f53d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_37708e9e-4c37-cc07-484b-d09e128ebc66-ed71f53d {
  align-self: start;
}

#w-node-_37708e9e-4c37-cc07-484b-d09e128ebc80-ed71f53d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f428be57-1d73-1e93-f27c-a025cd3e1b2d-ed71f53d {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_2362b0de-ed97-707a-759e-82c1d752a221-ed71f53d, #w-node-_16a035d8-b8a9-342d-0fa0-dccde708d628-ed71f53d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_16a035d8-b8a9-342d-0fa0-dccde708d62b-ed71f53d {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_16a035d8-b8a9-342d-0fa0-dccde708d62d-ed71f53d {
  place-self: center;
}

#w-node-_16a035d8-b8a9-342d-0fa0-dccde708d633-ed71f53d {
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_16a035d8-b8a9-342d-0fa0-dccde708d62b-ed71f53d {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_16a035d8-b8a9-342d-0fa0-dccde708d62b-ed71f53d {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_80d10975-6680-0775-0dd8-fd2685a81e02-ed71f53d {
    grid-column: span 1 / span 1;
  }

  #w-node-_936f77e1-5ab2-edf8-36b6-c11beb7efc5c-ed71f53d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_936f77e1-5ab2-edf8-36b6-c11beb7efc5f-ed71f53d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_41f2ff1c-ef41-86a4-5507-44e1c4721d2d-ed71f53d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_41f2ff1c-ef41-86a4-5507-44e1c4721d2f-ed71f53d {
    grid-column: span 1 / span 1;
  }

  #w-node-_41f2ff1c-ef41-86a4-5507-44e1c4721d31-ed71f53d {
    place-self: stretch start;
  }

  #w-node-_41f2ff1c-ef41-86a4-5507-44e1c4721d39-ed71f53d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37708e9e-4c37-cc07-484b-d09e128ebc65-ed71f53d {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_37708e9e-4c37-cc07-484b-d09e128ebc80-ed71f53d {
    grid-column-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_901df8de-83ed-e4a0-680f-235a4b0cd789-ed71f53d {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_33d8698d-3b97-9b62-484c-6a29afea6aba-ed71f53d {
    justify-self: end;
  }

  #w-node-_41f2ff1c-ef41-86a4-5507-44e1c4721d33-ed71f53d, #w-node-_41f2ff1c-ef41-86a4-5507-44e1c4721d35-ed71f53d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_41f2ff1c-ef41-86a4-5507-44e1c4721d39-ed71f53d {
    grid-column: span 3 / span 3;
  }

  #w-node-_2362b0de-ed97-707a-759e-82c1d752a221-ed71f53d {
    grid-column: 2 / 3;
  }
}


