:root {
  --black: black;
  --baguley-green: #3ba431;
  --green-bg: #5cad4836;
  --background-light: #e6ebef;
  --underline-text: #fec82f00;
  --white: white;
  --text: #69707b;
  --background: #dde8f0;
  --lines: #aab2b9;
  --dgray: #272626;
  --background-2: #f8faff;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  background-color: #fff;
  font-family: Varela Round, sans-serif;
  font-size: 19px;
  line-height: 27px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 43px;
  font-weight: 400;
  line-height: 47px;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24.5px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 5px;
}

a {
  color: var(--baguley-green);
  cursor: pointer;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.go-up-button {
  z-index: 20;
  background-color: var(--green-bg);
  color: #fff;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
  background-color: var(--green-bg);
}

.call-us {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--baguley-green);
  color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 63px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .2s;
  display: inline-block;
  position: relative;
}

.call-us:hover {
  opacity: .85;
}

.dropdown-arrow {
  margin-top: 25px;
}

.nav-menu {
  display: flex;
}

.navlink {
  color: #000;
  height: 63px;
  padding-top: 17px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
  overflow: hidden;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current {
  color: var(--black);
  font-weight: 400;
}

.underline-fix {
  background-color: var(--baguley-green);
  width: 101%;
  height: 2px;
}

.subtitle {
  color: var(--underline-text);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.subtitle.black {
  color: var(--black);
}

.inner-wrapper {
  padding-left: 3%;
  padding-right: 3%;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 63px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
  transform: scale(1.04);
}

.navbar {
  border-top: 4px solid var(--baguley-green);
  background-color: #fff;
  height: 67px;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown {
  height: 63px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.call-text {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.dropdown-toggle {
  height: 100%;
  padding-top: 17px;
  padding-left: 7px;
  padding-right: 40px;
}

.top-margin {
  position: relative;
}

.top-margin._40-pixels {
  margin-top: 40px;
}

.top-margin._20-pixels {
  margin-top: 20px;
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.negative-margin {
  height: 100%;
  position: relative;
  top: -5px;
}

.set {
  margin-top: 40px;
}

.phone {
  flex-wrap: wrap;
  display: flex;
  position: relative;
  top: 19px;
}

.content-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1100px;
  margin: 44px auto 37px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.content-wrapper.wide {
  max-width: 100%;
  margin-top: 0;
  padding-left: 92px;
  padding-right: 0;
}

.content-wrapper.inner {
  justify-content: center;
  align-items: center;
  min-height: 420px;
  padding-top: 4%;
  display: flex;
}

.content-wrapper.space-below {
  margin-bottom: 76px;
}

.content-wrapper.projects {
  margin-top: 22px;
}

.hero-text-box {
  text-align: center;
  width: 50%;
  max-width: 530px;
}

.h1-hero {
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  line-height: 49px;
}

.top-line {
  border-top: 1px solid #a4aebe;
  margin-top: 5px;
  padding-top: 7px;
}

.dropdown-list {
  top: 61px;
}

.dropdown-list.w--open {
  top: 63px;
}

.dropdown-link {
  background-color: #fff;
  min-width: 130px;
  transition: padding .2s, background-color .2s;
}

.dropdown-link:hover {
  background-color: var(--background-light);
  padding-left: 25px;
}

.dropdown-link.w--current {
  color: var(--black);
  font-weight: 400;
}

.small-text {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

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

.hero-section {
  min-height: 800px;
  position: relative;
  overflow: hidden;
}

.hero-section.inner {
  min-height: 400px;
}

.content-section {
  color: var(--white);
  margin-bottom: 31px;
  padding-top: 2px;
  position: relative;
}

.content-section.double {
  padding-bottom: 100px;
}

.content-section.video {
  margin-bottom: 40px;
}

.content-section.final {
  padding-bottom: 80px;
}

.content-section.intro-paras {
  margin-bottom: 8px;
}

.content-section.intro {
  margin-bottom: 2px;
}

.content-section.build {
  background-color: #e0ecd8;
  margin-bottom: 0;
  padding-top: 0;
}

.image {
  margin-right: 8px;
  position: relative;
  top: -3px;
}

.title {
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  position: relative;
}

.title.white {
  color: #fff;
}

.title.yellow {
  color: var(--baguley-green);
}

.title._2 {
  margin-top: 45px;
}

.flex-left {
  flex-wrap: wrap;
  display: flex;
}

.flex-left.center {
  justify-content: center;
  margin-left: 0;
}

.absolute {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.absolute.inner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/b6ce3b82098099.5d1337b11a753.jpg');
  background-position: 0 0, 50% 16%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 140%;
}

.absolute.index {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 100%;
}

.absolute.index.hero-team {
  background-image: url('../images/423036499_1112533746432496_1578880828199902179_n.jpg');
  background-position: 50% 60%;
  background-size: cover;
  height: 100%;
}

.absolute.index.work-with-us-hero {
  background-image: url('../images/Content-Session-May-2023-134.jpg');
  background-size: cover;
}

.absolute.index.where-build-hero {
  background-image: url('../images/Hero-2-reduced.jpg');
  background-size: cover;
}

.absolute.index.team {
  background-image: url('../images/Content-Session-May-2023-39-copy.jpg');
  background-position: 50% 31%;
  background-size: cover;
}

.absolute.index.contact {
  background-image: url('../images/Content-Session-May-2023-29.jpg');
  background-position: 50% 43%;
}

.absolute.index.projects {
  background-image: url('../images/423036499_1112533746432496_1578880828199902179_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.absolute.front {
  background-image: url('../images/Content-Session-May-2023-112-copy.jpg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.amenities-1 {
  background-image: url('../images/e5111582098099.5d28a279640cd.jpg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.amenities-2 {
  background-image: url('../images/041d2682098099.5d28a27961e11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.video {
  background-image: url('../images/42fb6e82098099.5d1337b119d5a.jpg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
}

.absolute.amenities-3 {
  background-image: url('../images/d7981782098099.5d28a27964348.jpg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
}

.absolute.slide-1 {
  background-image: url('../images/116d5682098099.5d1337b11b44b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  display: flex;
}

.absolute.slide-2 {
  background-image: url('../images/7ec53582098099.5d1337b11b14e.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  display: flex;
}

.absolute.slide-3 {
  background-image: url('../images/2fb6e382098099.5d28a2796247d.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  display: flex;
}

.absolute.apointment {
  background-image: url('../images/b6ce3b82098099.5d1337b11a753.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 125%;
  display: flex;
}

.absolute.garage {
  background-image: url('../images/0344fb82098099.5d1337b11aa67.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.absolute.property {
  background-image: url('../images/overlay.png'), url('../images/4f4d8983803517.5d4876a4e4d01.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: repeat-x, no-repeat;
  background-size: auto 88%, cover;
  display: flex;
}

.absolute.property-2 {
  background-image: url('../images/overlay.png'), url('../images/19356372px1920x1358.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: repeat-x, no-repeat;
  background-size: auto 88%, cover;
  display: flex;
}

.absolute.slide-4 {
  background-image: none;
  height: 130%;
  display: flex;
}

.absolute.slide-5 {
  background-image: url('../images/2e05b082098099.5d28a279634ff.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  display: flex;
}

.absolute.slide-6 {
  background-image: url('../images/f6c61782098099.5d28a27963b8c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  display: flex;
}

.absolute.team {
  background-image: url('../images/Content-Session-May-2023-11.jpg');
  background-position: 50% 66%;
}

.hero-flex {
  background-color: #000000e6;
  width: 34%;
  min-height: 800px;
  padding: 20% 4% 10%;
}

.h1-white {
  color: #fff;
  margin-top: 10px;
}

.for-sell-tag {
  background-color: var(--underline-text);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 1.5px;
  padding: 4px 5px 2px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  display: inline-block;
}

.preloader {
  z-index: 100000000;
  color: #69707b;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.intro-description {
  background-color: var(--background);
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.details-item {
  text-align: center;
  width: 19%;
}

.number {
  font-size: 42px;
}

.text-block {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.text-block.bold {
  font-weight: 500;
}

.cta-link {
  background-color: var(--underline-text);
  color: var(--black);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 135px;
  margin-top: 10%;
  margin-right: 2%;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.center-box {
  z-index: 1;
  text-align: center;
  width: 76%;
  max-width: 925px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.relative {
  position: relative;
  overflow: hidden;
}

.left-column-flex {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-right: 3%;
  display: flex;
}

.background-yellow {
  background-color: var(--underline-text);
  background-image: url('../images/Content-Session-May-2023-112-copy.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.right-column-flex {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 3%;
  display: flex;
}

._88-percent-column {
  width: 80%;
  height: auto;
}

.capital-letter {
  font-size: 36px;
  line-height: 36px;
  position: relative;
  top: 8px;
}

.profile-pic {
  border: 3px solid var(--underline-text);
  background-image: url('../images/P-1_1P-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.profile-pic.margaret {
  background-image: url('../images/T-1_1T-1.jpg');
}

.profile-pic.roger {
  background-image: url('../images/T-2_1T-2.jpg');
}

.profile-pic.silvia {
  background-image: url('../images/T-3_1T-3.jpg');
}

.title-mini {
  z-index: 1;
  color: var(--text);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.title-mini.white {
  color: #fff;
}

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

.yellow-bg {
  background-color: var(--green-bg);
  margin: 15px 15px -15px -15px;
  position: absolute;
  inset: 0%;
}

.flex {
  flex-flow: wrap;
  display: flex;
}

.flex.full-height {
  height: 100%;
}

.gallery-item-2 {
  flex: 1;
  width: 65%;
  position: relative;
  overflow: hidden;
}

.gallery-item {
  background-image: url('../images/Content-Session-May-2023-156.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 33.3333%;
  position: relative;
  overflow: hidden;
}

.gallery-item-3, .gallery-item-5, .gallery-item-4 {
  flex: 1;
  width: 33.3333%;
  position: relative;
  overflow: hidden;
}

.absolute-hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.absolute-hover.gallery-1 {
  background-image: url('../images/415947256_1115568016285496_3095394096038301333_n.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 130%;
}

.absolute-hover.gallery-2 {
  background-image: url('../images/426052579_765017455507952_8171305619219886324_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
}

.absolute-hover.gallery-3 {
  background-image: url('../images/416264099_932735668410434_2655252195155826760_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
}

.absolute-hover.gallery-4 {
  background-image: url('../images/423036499_1112533746432496_1578880828199902179_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
}

.absolute-hover.gallery-5 {
  background-image: url('../images/426458929_1552800305482109_7817087866191029129_n.jpg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
}

.amenities-box {
  width: 33.3333%;
  position: relative;
  overflow: hidden;
}

.amenities-yellow-box {
  background-color: var(--underline-text);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.outline-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border: 1px solid #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.outline-icon.family {
  background-image: url('../images/cuarto-familiar.svg');
  background-size: 32px;
}

.outline-icon.tree {
  background-image: url('../images/arbol.svg');
  background-size: 34px;
}

.outline-icon.car {
  background-image: url('../images/cuenca.svg');
  background-size: 32px;
}

.property-title {
  color: var(--white);
  margin-top: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  transition: color .2s;
}

.property-title:hover {
  color: var(--underline-text);
}

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

.video-bg {
  background-color: var(--underline-text);
  height: 40%;
  margin-bottom: -40px;
  position: absolute;
  inset: auto 0% 0%;
}

.play-button {
  border: 2px solid var(--underline-text);
  background-image: url('../images/simbolo-de-reproduccion-multimedia.svg');
  background-position: 57%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.left-box {
  z-index: 1;
  text-align: left;
  width: 76%;
  max-width: 925px;
  margin-bottom: 30px;
  margin-left: 20px;
  display: block;
  position: relative;
}

.full-section {
  background-color: var(--black);
  height: 438px;
  position: relative;
}

.full-section.bottom-margin {
  margin-bottom: 100px;
}

.display-none {
  display: none;
}

.slider {
  height: 100%;
}

.lightbox-link {
  position: absolute;
  inset: 0%;
}

.left-arrow {
  background-color: var(--baguley-green);
  color: var(--black);
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  margin-right: 50px;
  font-size: 18px;
  inset: auto 0% 0% auto;
}

.right-arrow {
  background-color: var(--baguley-green);
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  margin-right: 20px;
  inset: auto 0% 0% auto;
}

.image-arrow {
  margin-bottom: 5px;
}

.image-arrow.right {
  margin-bottom: 10px;
}

.features-container {
  flex-flow: wrap;
  justify-content: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature {
  border: 1px solid var(--lines);
  border-radius: 5px;
  width: 25%;
  margin-bottom: 5%;
  margin-right: 5%;
}

.feature._3 {
  margin-right: 0%;
}

.feature._4, .feature._5, .feature._5 {
  margin-bottom: 0;
}

.feature._6 {
  margin-bottom: 0%;
  margin-right: 0%;
}

.top {
  border-bottom: 1px solid var(--lines);
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 93px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.yellow-icon {
  background-color: var(--underline-text);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}

.yellow-icon.house {
  background-image: url('../images/casa-1.svg');
}

.yellow-icon.money {
  background-image: url('../images/bolsa-de-dinero.svg');
}

.yellow-icon.shield {
  background-image: url('../images/secure-shield.svg');
}

.yellow-icon.bulb {
  background-image: url('../images/idea.svg');
}

.yellow-icon.hands {
  background-image: url('../images/apoyar.svg');
}

.yellow-icon.team {
  background-image: url('../images/colaboracion.svg');
}

.feature-text-box {
  text-align: center;
  padding: 15px 6% 25px;
}

.feature-text {
  color: var(--dgray);
  font-size: 23px;
  font-style: italic;
  line-height: 28px;
}

._56-percent-image {
  background-color: var(--background-light);
  background-image: url('../images/Content-Session-May-2023-39.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 56%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.yellow-left-box {
  background-color: var(--baguley-green);
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.box-left-yellow {
  justify-content: flex-start;
  align-items: center;
  width: 74%;
  min-width: 436px;
  padding-left: 13%;
  display: flex;
}

.h3-big {
  color: var(--white);
  font-size: 35px;
  line-height: 40px;
}

.button {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  min-width: 130px;
  min-height: 42px;
  padding: 13px 4%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

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

._32-percent-column {
  width: 32%;
}

.expand {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

._30-percent-column {
  width: 30%;
}

.item {
  margin-bottom: 10px;
  display: flex;
}

.item.no-margin {
  margin-bottom: 0;
}

.checkbox {
  margin-right: 8px;
}

._66-percent-column-text {
  text-align: center;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.testimonials {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.slider-testimonials {
  background-color: #0000;
  height: 100%;
}

.slide-arrows {
  justify-content: center;
  transition: opacity .2s;
  display: flex;
}

.slide-arrows:hover {
  opacity: .85;
}

.testimonial-text {
  color: #fff;
  font-size: 25px;
  font-style: italic;
  line-height: 33px;
}

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

.column-left {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.text-field {
  background-color: #fff;
  border: 1px solid #000;
  width: 48%;
  height: 48px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.text-field.full {
  width: 100%;
}

.text-field.message {
  width: 100%;
  padding-bottom: 73px;
}

.text-field.login {
  width: 100%;
}

.form {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  display: flex;
}

.submit-button {
  background-color: var(--baguley-green);
  color: var(--white);
  text-align: center;
  min-height: 42px;
  padding-left: 70px;
  padding-right: 70px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  transition: opacity .2s;
}

.submit-button:hover {
  opacity: .9;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.success-message {
  background-color: #0000;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.error-message {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

.contact-us-column {
  width: 69%;
}

.text-link {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.left-map {
  flex: 1;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.map {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.map-right {
  background-color: var(--baguley-green);
  align-items: center;
  width: 56%;
  height: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

._65-percent-column {
  width: 422px;
  max-width: 420px;
}

.image-block {
  width: 58%;
  margin-top: 10px;
  transition: opacity .2s;
}

.image-block:hover {
  opacity: .85;
}

.big-link {
  color: var(--black);
  border-bottom: 1px solid #000;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 21px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
}

.big-link:hover {
  opacity: .85;
}

.property-column {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.property-text-box {
  margin-bottom: 4%;
  margin-left: 4%;
  margin-right: 4%;
  position: absolute;
  inset: auto 0% 0%;
}

.h4-big {
  color: var(--black);
  margin-top: 0;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
}

.footer {
  background-color: var(--black);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 22px;
  position: relative;
}

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

.flex-space.wrap {
  flex-wrap: wrap;
  justify-content: space-between;
}

.go-up {
  color: #fff;
  margin-right: 28px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.right-border {
  margin-left: 10px;
}

.frame {
  height: 100%;
  position: relative;
}

.schedule, .location {
  background-color: var(--black);
  height: 438px;
  position: relative;
}

.block-quote {
  color: var(--baguley-green);
  font-size: 29px;
  font-style: italic;
  line-height: 37px;
}

.row {
  margin-bottom: 3%;
}

.overflow-hidden {
  width: 100%;
  margin-top: 3px;
  overflow: hidden;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-top: 10px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.side-padding {
  padding-left: 22px;
  padding-right: 22px;
}

.answer {
  margin-bottom: 10px;
  line-height: 25px;
}

.question {
  font-size: 22px;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.bottom-margin._20-pixels {
  margin-bottom: 20px;
}

.accordion-item-content {
  margin-top: -1px;
  padding-top: 0;
  padding-left: 22px;
  padding-right: 25px;
  overflow: hidden;
}

.narrow-wrapper {
  padding-left: 3.3%;
  padding-right: 3.3%;
}

.faq-set {
  margin-bottom: 60px;
}

.faq-set.no-margin {
  margin-bottom: 0;
}

.accordion-wrapper {
  border-bottom: 1px solid #c4cbd5;
  margin-bottom: 15px;
}

.accordion-item-trigger {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.full-width {
  flex: 1;
}

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

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

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

.div-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

._404 {
  font-family: Roboto, sans-serif;
  font-size: 90px;
}

.full-box-width {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo {
  transition: opacity .2s;
}

.logo:hover {
  opacity: .85;
}

.video-lightbox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-links {
  flex: 1;
  margin-left: 15%;
}

.side-margin {
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}

.button-2 {
  border: 2px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 25px;
  min-width: 130px;
  min-height: 42px;
  padding: 13px 4%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

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

.button-3 {
  border: 2px solid var(--underline-text);
  color: var(--underline-text);
  text-align: center;
  background-color: #0000;
  min-width: 130px;
  min-height: 42px;
  padding: 13px 4%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

.button-3:hover {
  background-color: var(--underline-text);
  color: #fff;
}

.button-4 {
  border: 2px solid var(--underline-text);
  color: var(--underline-text);
  text-align: center;
  background-color: #0000;
  border-radius: 25px;
  min-width: 130px;
  min-height: 42px;
  padding: 13px 4%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

.button-4:hover {
  background-color: var(--underline-text);
  color: #fff;
}

.button-5 {
  border: 1px solid var(--underline-text);
  color: var(--underline-text);
  text-align: center;
  background-color: #0000;
  min-width: 130px;
  min-height: 42px;
  padding: 13px 4%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

.button-5:hover {
  background-color: var(--underline-text);
  color: var(--black);
}

.side-contact-tab {
  z-index: 100;
  background-color: var(--baguley-green);
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-image: url('../images/email.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 0 0 5px 5px;
  min-width: 126px;
  height: 42px;
  margin-top: 500px;
  padding-top: 7.5px;
  padding-right: 23px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -44px;
  transform: rotate(-90deg);
}

.text-area-3 {
  background-color: var(--white);
  color: #2e2e2e;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.close-contact-form {
  background-color: var(--baguley-green);
  color: var(--baguley-green);
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.text-field-3 {
  background-color: var(--white);
  color: #2e2e2e;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.heading-3 {
  color: var(--baguley-green);
  margin-top: 24px;
  font-weight: 400;
}

.heading-3.yellow {
  color: var(--baguley-green);
  font-style: italic;
  font-weight: 400;
}

.heading-3.name {
  margin-top: -7px;
}

.side-contact-box {
  z-index: 10000;
  background-color: var(--black);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 310px;
  min-height: 490px;
  margin-top: 200px;
  padding: 27px 40px 30px;
  display: block;
  position: fixed;
}

.success-message-2 {
  background-color: #0000;
}

.success-message-2.pink {
  color: var(--background-2);
}

.form-block-2 {
  width: 100%;
  height: 100%;
}

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

.center-content.borders {
  margin-top: 10px;
  margin-bottom: 30px;
}

.button-6 {
  border: 1px solid var(--baguley-green);
  background-color: var(--baguley-green);
  color: var(--white);
  text-align: center;
  width: 100%;
  min-width: 130px;
  min-height: 42px;
  padding: 13px 4%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

.button-6:hover {
  color: var(--baguley-green);
  background-color: #0000;
}

.insta-pic {
  width: 23.8%;
  position: relative;
  overflow: hidden;
}

.absolute-bg {
  background-color: #e1e7f3;
  display: none;
  position: absolute;
  inset: 0%;
}

.hover-overlay {
  background-color: #0006;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bottom-image-margin {
  margin-bottom: 20px;
}

.text-block-2 {
  text-align: left;
  padding-top: 12px;
  padding-left: 460px;
}

.text-block-2.footer {
  padding-left: 447px;
}

.paragraph {
  color: var(--dgray);
  margin-bottom: 21px;
}

.paragraph-2 {
  color: var(--dgray);
}

.paragraph-3 {
  color: var(--dgray);
  white-space: normal;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-3.intro {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 14px;
}

.slide-7 {
  background-image: url('../images/Content-Session-May-2023-39.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/Content-Session-May-2023-123.jpg');
  background-position: 50%;
  background-size: cover;
}

.quick-stack {
  border-bottom: 1px solid #5aa143;
  padding-left: 0;
}

.quick-stack.underline {
  border-bottom: 1px solid #5aa143;
  margin-bottom: 21px;
}

.bold-text, .bold-text-2 {
  font-weight: 400;
}

.hero-build {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-4 {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
}

.quick-stack-2 {
  aspect-ratio: auto;
  border-bottom: 2px solid var(--baguley-green);
  object-fit: fill;
  height: 350px;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.cell {
  background-image: url('../images/334973393_1197157494507870_491606612438693788_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-2 {
  background-image: url('../images/334945975_914189563038206_1895985279403403541_n.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-3 {
  background-image: url('../images/335061426_3442324496084993_4628386522341423406_n.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-5 {
  background-image: url('../images/Pool2_294014_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-4 {
  background-image: url('../images/Mount-Morgan-Aquatic-Centre-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-7 {
  background-image: url('../images/tempImage2YQPKt.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-8 {
  background-image: url('../images/tempImage4JMD6A.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-1b {
  background-image: url('../images/355141313_218146207764460_1194074082740307525_n.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-2b {
  background-image: url('../images/355257553_218146331097781_4795141028361928342_n.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-3b {
  background-image: url('../images/355290176_218146297764451_2230108718201291824_n.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.youtube {
  height: 100px;
}

.html-embed, .html-embed-2 {
  width: 600px;
}

.h1, .h3 {
  color: var(--baguley-green);
  font-weight: 400;
}

.image-2 {
  background-image: url('../images/Content-Session-May-2023-112-copy.jpg');
  background-position: 0 0;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 23px;
    line-height: 31px;
  }

  .call-us {
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-left: 15px;
    display: block;
  }

  .dropdown-arrow {
    margin-top: 10px;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
    height: 100vh;
    padding-bottom: 140px;
    overflow: auto;
  }

  .navlink {
    text-align: left;
    width: 100%;
    height: 50px;
    padding-top: 11px;
    padding-bottom: 4px;
    display: block;
  }

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

  .underline-fix {
    display: none;
  }

  .dropdown {
    height: 50px;
    margin-left: 10px;
    margin-right: 0;
    top: 0;
  }

  .dropdown-toggle, .dropdown-toggle.w--open {
    height: 50px;
    padding-top: 7px;
  }

  .phone {
    top: 7px;
  }

  .menu-button {
    color: #000;
    height: 63px;
    padding-top: 21px;
  }

  .menu-button.w--open {
    color: var(--underline-text);
    background-color: #fff;
    height: 63px;
  }

  .content-wrapper.wide {
    max-width: 100%;
    padding-left: 20px;
  }

  .hero-text-box {
    width: 80%;
  }

  .dropdown-link:hover {
    background-color: var(--background-light);
  }

  .hero-section {
    min-height: 600px;
    padding-bottom: 0;
  }

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

  .flex-left {
    margin-left: 33px;
  }

  .hero-flex {
    width: 44%;
    min-height: 600px;
  }

  .h1-white {
    font-size: 40px;
    line-height: 44px;
  }

  .center-box {
    width: 78%;
  }

  .relative.full {
    height: 100%;
  }

  .left-column-flex {
    padding-right: 1%;
  }

  .amenities-yellow-box {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .outline-icon {
    width: 50px;
    height: 50px;
  }

  .outline-icon.family {
    background-size: 28px;
  }

  .outline-icon.tree {
    background-size: 30px;
  }

  .outline-icon.car {
    background-size: 28px;
  }

  .property-title {
    font-size: 23px;
    line-height: 33px;
  }

  .left-box {
    width: 78%;
  }

  .full-section {
    height: 380px;
    padding-bottom: 0;
  }

  .feature {
    width: 30%;
    margin-right: 3%;
  }

  .feature-text {
    font-size: 20px;
    line-height: 25px;
  }

  .box-left-yellow {
    width: 82%;
    min-width: auto;
    padding-left: 0%;
  }

  .h3-big {
    font-size: 32px;
    line-height: 37px;
  }

  ._32-percent-column {
    width: 25%;
  }

  .testimonials {
    padding-bottom: 60px;
  }

  .testimonial-text {
    font-size: 28px;
    line-height: 38px;
  }

  .contact-us-column {
    width: 82%;
  }

  .property-text-box {
    margin-bottom: 0%;
  }

  .h4-big {
    font-size: 21px;
    line-height: 25px;
  }

  .frame {
    margin-left: 3%;
  }

  .schedule, .location {
    height: 380px;
    padding-bottom: 0;
  }

  .footer-links {
    margin-left: 7%;
    margin-right: 13%;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper.inner {
    min-height: 320px;
  }

  .hero-section {
    min-height: 600px;
  }

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

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

  .content-section.final {
    padding-top: 70px;
  }

  .hero-flex {
    width: 48%;
  }

  .h1-white {
    font-size: 38px;
    line-height: 42px;
  }

  .details-item {
    width: 25%;
  }

  .number {
    font-size: 36px;
  }

  .cta-link {
    width: 135px;
    height: 135px;
    margin-top: 15%;
    font-size: 22px;
    line-height: 25px;
  }

  .center-box {
    width: 85%;
    margin-bottom: 20px;
  }

  .relative {
    height: 100%;
  }

  ._88-percent-column {
    width: 100%;
  }

  .amenities-box {
    height: 250px;
  }

  .amenities-yellow-box {
    padding-top: 0%;
    padding-bottom: 0%;
  }

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

  .play-button {
    background-size: 30px;
    width: 70px;
    height: 70px;
  }

  .left-box {
    width: 85%;
    margin-bottom: 20px;
  }

  .features-container {
    justify-content: flex-start;
    width: 100%;
  }

  .box-left-yellow {
    width: 100%;
    padding-left: 5%;
  }

  ._32-percent-column {
    width: 16%;
  }

  .heading {
    font-size: 23px;
    line-height: 31px;
  }

  .accordion-item-content {
    padding-top: 2%;
    padding-left: 3.5%;
    padding-right: 3%;
  }

  .accordion-item-trigger {
    padding: 3% 3% 2% 3.5%;
  }

  .close-contact-form {
    right: -1px;
  }

  .insta-pic {
    width: 48%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .content-wrapper {
    margin-bottom: 15px;
  }

  .content-wrapper.contact-page {
    margin-top: 2px;
  }

  .hero-text-box {
    width: 100%;
  }

  .h1-hero {
    font-size: 37px;
    line-height: 44px;
  }

  .hero-section {
    min-height: 269px;
    padding-top: 60px;
  }

  .content-section {
    padding-top: 0;
  }

  .content-section.double, .content-section.final {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.intro {
    padding-top: 0;
  }

  .title {
    text-align: center;
  }

  .flex-left {
    justify-content: center;
    margin-left: 0;
  }

  .absolute.index {
    height: 30%;
    margin-top: 85px;
  }

  .absolute.index.work-with-us-hero, .absolute.index.where-build-hero, .absolute.index.team {
    height: 100%;
  }

  .absolute.index.contact {
    background-size: cover;
    height: 100%;
  }

  .hero-flex {
    width: 90%;
    padding-top: 43%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .intro-description {
    padding-bottom: 25px;
  }

  .details-item {
    width: 50%;
  }

  .cta-link {
    width: 100px;
    height: 100px;
    margin-top: 9%;
    font-size: 18px;
    line-height: 20px;
  }

  .center-box {
    width: 90%;
  }

  .left-column-flex {
    width: 100%;
    padding-right: 0%;
  }

  .right-column-flex {
    width: 100%;
    margin-top: 9%;
    padding-left: 0%;
  }

  .gallery-item-2 {
    flex: 0 auto;
    width: 100%;
  }

  .gallery-item {
    width: 100%;
  }

  .gallery-item-3, .gallery-item-5, .gallery-item-4 {
    flex: 0 auto;
    width: 100%;
  }

  .amenities-box {
    width: 100%;
    height: auto;
  }

  .video-bg {
    margin-bottom: -25px;
  }

  .play-button {
    background-size: 27px;
    width: 60px;
    height: 60px;
  }

  .left-box {
    width: 90%;
  }

  .full-section {
    height: 230px;
  }

  .features-container {
    justify-content: center;
  }

  .feature {
    width: 100%;
    max-width: 250px;
    margin-right: 0%;
  }

  .feature._4, .feature._5 {
    margin-bottom: 5%;
  }

  ._56-percent-image {
    width: 100%;
    height: 240px;
  }

  .box-left-yellow {
    padding-top: 14%;
    padding-bottom: 14%;
  }

  .h3-big {
    font-size: 29px;
    line-height: 34px;
  }

  ._32-percent-column {
    width: 100%;
  }

  .expand {
    flex-wrap: wrap;
  }

  ._30-percent-column {
    width: 100%;
  }

  .slide-arrows {
    width: 40px;
  }

  .column-left {
    width: 100%;
  }

  .form-block {
    width: 100%;
    margin-top: 20px;
  }

  .left-map {
    flex: 0 auto;
    width: 100%;
    height: 300px;
  }

  .map-right {
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .property-column {
    width: 100%;
  }

  .schedule, .location {
    height: auto;
  }

  .accordion-item-content {
    padding-bottom: 2%;
  }

  .accordion-item-trigger {
    padding-bottom: 0%;
  }

  .logo.w--current {
    width: 100%;
  }

  .footer-links {
    margin-top: 15px;
    margin-left: 0%;
  }

  .heading-3 {
    margin-top: 0;
  }

  .quick-stack-2 {
    height: 650px;
  }

  .cell {
    background-size: cover;
  }

  .cell-2, .cell-3 {
    background-position: 50%;
  }

  .cell-7, .cell-8 {
    background-position: 50%;
    background-size: cover;
  }

  .html-embed, .html-embed-2 {
    width: 350px;
  }
}

#w-node-cea1d1c0-54e3-4dbf-5912-3b504e4d4e0e-5470bb97, #w-node-_5c8b216c-5503-b72a-32a2-de545d9b58c0-5470bb97, #w-node-c32b1580-2eb4-3a15-fd1f-fa5b171da429-5470bb97, #w-node-ea8c0b26-23b7-268c-170b-c776e5c19169-5470bb97 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .75fr;
}

#w-node-_6082512e-7326-ebfd-aabf-765af7477a34-78cd01e7, #w-node-_68c43199-e555-3c3b-3cd1-c1ed451590e2-78cd01e7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6fac9328-bbc5-25de-ab40-1966e3bb2d22-78cd01e7 {
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr;
}

#w-node-ca9de103-cf64-0f4d-e239-9c03c52c5cdc-78cd01e7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-cea1d1c0-54e3-4dbf-5912-3b504e4d4e0e-5470bb97, #w-node-_5c8b216c-5503-b72a-32a2-de545d9b58c0-5470bb97, #w-node-c32b1580-2eb4-3a15-fd1f-fa5b171da429-5470bb97, #w-node-ea8c0b26-23b7-268c-170b-c776e5c19169-5470bb97 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-_6082512e-7326-ebfd-aabf-765af7477a34-78cd01e7, #w-node-_68c43199-e555-3c3b-3cd1-c1ed451590e2-78cd01e7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6fac9328-bbc5-25de-ab40-1966e3bb2d22-78cd01e7 {
    grid-template-rows: minmax(auto, .5fr);
    grid-template-columns: 1fr;
  }

  #w-node-ca9de103-cf64-0f4d-e239-9c03c52c5cdc-78cd01e7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


