@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-LT-95-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Playfair Display;
  src: url('../fonts/PlayfairDisplay-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Playfair Display;
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Playfair Display;
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Tiempos headline;
  src: url('../fonts/Tiempos-Headline---Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Tiempos headline;
  src: url('../fonts/Tiempos-Headline---Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Tiempos headline;
  src: url('../fonts/Tiempos-Headline---Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Tiempos headline;
  src: url('../fonts/Tiempos-Headline---Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Averta;
  src: url('../fonts/Averta-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

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

@font-face {
  font-family: Averta;
  src: url('../fonts/Averta-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Averta;
  src: url('../fonts/Averta-Thin.otf') format("opentype"), url('../fonts/Averta-Extrathin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

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

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

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

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

@font-face {
  font-family: Circularstd book;
  src: url('../fonts/CircularStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirLTStd-Medium.otf') format("opentype"), url('../fonts/AvenirLTStd-Roman.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirLTStd-Heavy.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirLTStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

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

:root {
  --text: #5f5f5f;
  --black: #333;
  --accent: #f6921e;
  --white: white;
  --hover: #e78819;
  --features-line: #ffad4f;
}

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

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

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

body {
  color: var(--text);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Circularstd book, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 16px;
  font-family: Circularstd book, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Circularstd book, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
  font-family: Avenir, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

strong {
  color: var(--black);
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.nav-link {
  color: var(--black);
  letter-spacing: .2px;
  text-transform: none;
  margin-top: 1px;
  margin-left: 40px;
  padding: 0;
  font-family: Averta, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  transition: color .15s;
}

.nav-link:hover {
  color: var(--accent);
}

.nav-link.w--current {
  color: #242f3b;
}

.upper-head {
  color: #e2ac22;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.upper-head.green {
  color: var(--accent);
  font-size: 16px;
  line-height: 24px;
}

.section-subhead {
  text-align: center;
  margin-top: 14px;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.section-subhead.narrower {
  width: 70%;
}

.section-cta {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.circular-shape {
  background-color: #d4c1aa;
  border-radius: 80%;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 800px;
  display: flex;
  position: relative;
  bottom: -157px;
  left: 56px;
}

.circular-shape.green-pastel {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 164px;
  padding-left: 60px;
  padding-right: 60px;
  bottom: -180px;
}

.section-hero {
  padding: 260px 10% 220px;
  position: relative;
}

.section-hero.inner {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 255px;
  padding-bottom: 140px;
  position: relative;
}

.div-content-hero {
  width: 100%;
  max-width: 750px;
}

.div-content-hero.inner {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.headline-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Circularstd, sans-serif;
  font-size: 64px;
  line-height: 1.05;
}

.primary-button {
  background-color: var(--accent);
  color: var(--white);
  border-radius: 200px;
  padding: 18px 25px;
  font-family: Averta, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

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

.primary-button.smaller {
  margin-top: 0;
  margin-left: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 17px;
  font-weight: 600;
}

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

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

.primary-button.flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.amenities-holder {
  border: 1px solid #0818193b;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.amenities-holder.vertical {
  border-style: none;
  flex-direction: column;
  margin-top: 50px;
}

.amenities-holder.vertical.less-width {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.amenity-block {
  text-align: center;
  width: 25%;
  margin-bottom: 0;
  padding: 40px 2.5%;
}

.amenity-block.line-right {
  border-left: 1px solid var(--features-line);
}

.amenity-block.line-left {
  border-right: 1px solid var(--features-line);
}

.amenity-title {
  color: #fff;
  margin-top: 21px;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.amenity-title.dark {
  color: #333;
  margin-top: 0;
  font-family: Circularstd, sans-serif;
  font-weight: 500;
}

.amenity-title.light {
  font-family: Circularstd, sans-serif;
  font-weight: 500;
}

.nav-right-2 {
  align-items: center;
  display: flex;
}

.services-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.service-item {
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.category-img {
  width: 100%;
  padding-top: 100%;
  padding-bottom: 0;
  position: relative;
}

.category-info {
  color: var(--text);
  font-family: Avenir, sans-serif;
  font-size: 16px;
}

.hiw-number {
  color: #ffffff1f;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: 0;
  font-family: Tiempos headline, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 34px;
  display: flex;
}

.hiw-number.darker {
  opacity: .5;
  color: var(--accent);
  margin-bottom: 20px;
  font-family: Avenir, sans-serif;
  font-size: 54px;
}

.paragraph-light {
  color: #b7cfcd;
  margin: 10px 0 0;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-light.darker {
  color: #333;
  font-size: 17px;
  line-height: 24px;
}

.footer---updated-link {
  opacity: .85;
  color: #0b3646;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  font-family: Avenir, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.footer---updated-link:hover, .footer---updated-link.w--current {
  opacity: 1;
  color: #03926e;
}

.footer---updated-link.second-set {
  color: var(--text);
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 15px;
}

.footer---updated-link.second-set:hover {
  color: var(--accent);
}

.footer---updated-link.second-set.w--current {
  opacity: 1;
  color: #333;
}

.lower-footer-links.wide {
  border-top: 1px solid #0d4b6f1f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  display: flex;
}

.lower-footer-links.right-links {
  align-items: center;
  display: flex;
}

.footer-text---lighter-2 {
  font-family: Avenir, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.checkboxes-div {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 35px 12% 15px 20%;
  display: flex;
}

.plan-checkbox {
  color: #313b53;
  justify-content: flex-start;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: Averta, sans-serif;
  font-size: 15px;
  display: flex;
}

.plan-checkbox.left {
  width: 40%;
}

.plan-text {
  color: #435f72;
  text-align: left;
  margin-left: 9px;
  font-weight: 400;
}

.hiw-section {
  background-color: #fff;
  border-top: 1px #15426f12;
  border-bottom: 1px #15426f12;
  padding-top: 140px;
  padding-bottom: 170px;
}

.split-holder {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-right: 10%;
  display: flex;
}

.split-left {
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
}

.content-holder {
  margin-left: 10%;
  margin-right: 10%;
}

.green-features {
  background-color: var(--accent);
  padding-top: 30px;
  padding-bottom: 30px;
}

.hiw-block {
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.hiw-block.middle {
  border-top: 1px solid #15426f12;
  border-bottom: 1px solid #15426f12;
  flex-flow: row;
  margin-top: 45px;
  margin-bottom: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.features-content {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.section-about {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.title-holder {
  margin-left: 10%;
  margin-right: 10%;
}

.section-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-image.second {
  background-image: url('../images/varikkaat-kerrostalot.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 140px;
  padding-bottom: 140px;
}

.application-section {
  padding-bottom: 120px;
}

.form-holding-div {
  flex-direction: column;
  align-items: center;
  margin-top: -70px;
  display: flex;
}

.form-holding-div.horizontal {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
}

.form-wrap {
  background-color: #fff;
  border-radius: 3px;
  width: 50%;
  margin-top: 0;
  padding: 30px;
  box-shadow: 0 1px 14px 4px #2a64660f;
}

.form-wrap.wider {
  width: 57%;
  margin-bottom: 0;
  padding-top: 42px;
  padding-bottom: 42px;
}

.form-wrap.full-width {
  width: 100%;
}

.form-label {
  color: var(--black);
  margin-bottom: 4px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.form-style {
  color: #394650;
  border: 1px solid #d1dbe0;
  border-radius: 2px;
  height: 50px;
  margin-bottom: 22px;
  font-family: Avenir, sans-serif;
}

.form-style.text-area {
  height: 100px;
  font-family: Avenir, sans-serif;
}

.form-style.text-area.address {
  height: 80px;
}

.submit-button {
  background-color: var(--accent);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 200px;
  margin-top: 5px;
  padding: 14px 35px;
  font-family: Averta, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

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

.success-msg {
  color: #fff;
  text-align: center;
  background-color: #10a76b;
  border-radius: 4px;
  padding: 65px 30px;
  font-family: Avenir, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.left-col---form {
  padding-left: 0;
}

.right-col---form {
  padding-right: 0;
}

.centred-submit {
  text-align: center;
}

.subhead-3 {
  color: #fffffff7;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.subhead-3.home {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.scrollable-nav {
  background-color: #fff;
  padding: 22px 25px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #272e3524;
}

.nav-bar {
  background-color: #fff;
  padding: 28px 25px;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-div {
  color: #102c38;
  align-items: center;
  font-family: Avenir, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 38px;
  display: flex;
}

.scrolling-nav {
  background-color: #fff;
  padding: 12px 25px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #272e3524;
}

.info-div {
  background-color: #fff;
  border-radius: 3px;
  width: 38%;
  padding: 42px 30px;
  box-shadow: 0 1px 14px 4px #2a64660f;
}

.web-links-2 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.web-links-2.footer-logo {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.web-links-2.right {
  align-items: center;
  padding-bottom: 40px;
}

.footer-link {
  opacity: .85;
  color: var(--black);
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Averta, sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.last {
  margin-right: 0;
}

.footer {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 45px 12% 30px;
  display: none;
  box-shadow: 0 -1px 3px #272e350f;
}

.terms-privacy {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 160px;
  padding-bottom: 80px;
}

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

.footer-logo {
  width: 260px;
}

.main-container {
  width: 100%;
  max-width: 1248px;
  padding-left: 24px;
  padding-right: 24px;
}

.section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.personnel {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 42px;
  display: flex;
}

.personnel-image {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.personnel-text {
  color: var(--black);
  margin-top: 16px;
  font-family: Averta, sans-serif;
  font-weight: 500;
}

.personnel-wrapper {
  margin-top: 32px;
}

.contact-title {
  color: var(--black);
  text-align: center;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.contact-title.margin-bottom-32px {
  margin-bottom: 32px;
}

.arrow-html-embed {
  width: 20px;
  height: 20px;
}

.lue-lisaa-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  align-items: center;
  margin-top: 16px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 800;
  display: flex;
}

.feature-image {
  width: 42px;
}

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

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

.image-5 {
  width: 48px;
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  font-family: Circularstd, sans-serif;
}

.text-block {
  font-family: Avenir, sans-serif;
  font-size: 16px;
}

.service-wrapper-default {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.category-link {
  color: #333;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Avenir, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .14s;
}

.category-link:hover {
  transform: translate(5px);
}

.category-link.w--current {
  color: var(--accent);
  font-weight: 800;
}

.service-rich-text h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Circularstd, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.service-rich-text p {
  color: var(--text);
  margin-bottom: 16px;
  font-family: Avenir, sans-serif;
  font-size: 18px;
}

.service-rich-text ul {
  margin-bottom: 24px;
}

.service-rich-text li {
  color: var(--black);
}

.service-rich-text h3 {
  margin-bottom: 16px;
  font-family: Circularstd, sans-serif;
  font-weight: 500;
}

.service-rich-text blockquote {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Avenir, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.service-rich-text strong, .service-rich-text h4 {
  color: var(--black);
}

.main-service {
  flex: 0 auto;
}

.space {
  height: 24px;
}

.space._60 {
  height: 60px;
}

.space._10 {
  height: 10px;
}

.why-us-image {
  padding: 40px;
}

.logo-image {
  object-fit: contain;
  width: 235px;
  margin: auto;
}

.content-wrapper-small {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

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

.h2-small {
  font-size: 32px;
}

.two-button-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.two-button-flex.margin-top-40 {
  margin-top: 40px;
}

.two-button-flex.margin-top-40.align-left {
  justify-content: flex-start;
  align-items: center;
}

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

.margin-top-20px {
  margin-top: 20px;
}

.subpage-background-image {
  z-index: -2;
  object-fit: cover;
  object-position: 50% 60%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.subpage-background-image.show-mobile {
  display: none;
}

.subpage-overlay {
  z-index: -1;
  opacity: .5;
  background-color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 4px;
  margin-right: 16px;
  display: inline-flex;
}

.code-embed {
  width: 17px;
  height: 19px;
}

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

.link-15px {
  color: var(--black);
  font-size: 15px;
  text-decoration: none;
}

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

.post-image-wrapper {
  padding-top: 100%;
  position: relative;
}

.post-image-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  margin-bottom: 24px;
  display: grid;
}

.post-image-grid.margin-top-80px {
  margin-top: 80px;
}

.project-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-background-image {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-overlay {
  z-index: -1;
  opacity: .55;
  background-color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.absolute-cover-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.legal-rich-text-block h1 {
  color: var(--black);
}

.hero-slider {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.lk-logo {
  width: 200px;
}

.code-embed-2 {
  width: 20px;
  height: 20px;
}

.accent-link {
  color: var(--accent);
  text-decoration: none;
}

.whatsapp-image {
  display: none;
}

.white-link {
  color: #fffffff7;
  text-decoration: none;
}

.about-contacts-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.margin-top-80px {
  margin-top: 80px;
}

html.w-mod-js [data-ix="fade-on-load-1"], html.w-mod-js [data-ix="fade-on-load-2"], html.w-mod-js [data-ix="fade-on-load-3"], html.w-mod-js [data-ix="fade-on-scroll-1"], html.w-mod-js [data-ix="fade-on-scroll-2"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="display-none"] {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section-hero.inner {
    padding-top: 275px;
    padding-bottom: 160px;
  }

  .headline-2 {
    font-size: 68px;
  }

  .personnel-image {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-wrapper-default {
    grid-template-columns: 1.75fr 1fr;
  }

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

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
    margin-bottom: 32px;
    margin-right: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .section-cta {
    padding-top: 7px;
  }

  .circular-shape.green-pastel {
    left: 37px;
  }

  .section-hero.inner {
    padding-top: 190px;
    padding-bottom: 100px;
  }

  .div-content-hero {
    width: 100%;
  }

  .amenities-holder.vertical.less-width {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .amenity-block {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .amenity-block.line-right {
    border-top: 1px solid #0818193b;
    border-left-style: none;
  }

  .amenity-block.line-left {
    border-bottom: 1px #0818193b;
    border-right-style: solid;
  }

  .nav-right-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 60px;
    box-shadow: 0 3px 3px #0000000f;
  }

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

  .hiw-section {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .split-holder {
    flex-direction: column-reverse;
    margin-left: 5%;
    margin-right: 5%;
  }

  .split-left {
    width: 90%;
    margin-top: 69px;
    padding-right: 0;
  }

  .content-holder {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .green-features {
    padding: 20px 5%;
  }

  .section-about {
    padding-top: 100px;
  }

  .section-image {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .form-holding-div.horizontal {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 6%;
  }

  .form-wrap {
    width: 90%;
  }

  .form-wrap.wider {
    width: 100%;
    padding-bottom: 50px;
  }

  .subhead-3.home {
    width: 90%;
  }

  .brand-div {
    margin-top: 11px;
  }

  .scrolling-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .info-div {
    width: 100%;
    margin-top: 30px;
  }

  .menu-button {
    color: #1d3857;
    padding: 6px 0;
    font-size: 48px;
  }

  .menu-button.w--open {
    color: #1d3857;
    background-color: #fff;
  }

  .web-links-2.footer-logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2px;
    padding-bottom: 35px;
  }

  .web-links-2.right {
    width: 100%;
    padding-bottom: 30px;
  }

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

  .footer {
    flex-flow: wrap;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
  }

  .terms-privacy {
    margin-top: 20px;
    margin-left: 6%;
    margin-right: 6%;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .service-wrapper-default {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .menu-icon {
    width: 24px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }

  .section-cta {
    background-position: 0 0, 100%;
    padding-top: 0;
  }

  .circular-shape.green-pastel {
    width: 800px;
    height: 800px;
    padding-top: 119px;
    bottom: -213px;
    left: -118px;
  }

  .section-hero.inner {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .headline-2 {
    text-align: center;
    font-size: 52px;
    line-height: 64px;
  }

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

  .section-image {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .application-section {
    padding-bottom: 90px;
  }

  .form-wrap {
    width: 90%;
  }

  .form-wrap.wider {
    padding-bottom: 40px;
  }

  .form-style {
    margin-bottom: 26px;
  }

  .left-col---form {
    padding-right: 0;
  }

  .right-col---form {
    padding-left: 0;
  }

  .subhead-3 {
    width: 85%;
  }

  .subhead-3.home {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-bar, .scrolling-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .web-links-2.footer-logo {
    padding-bottom: 45px;
  }

  .web-links-2.right {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-wrapper-default {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-rich-text {
    margin-right: 0;
  }

  .main-service {
    margin-bottom: 0;
  }

  .two-button-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

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

@media screen and (max-width: 479px) {
  .nav-link {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .upper-head.green {
    text-align: left;
  }

  .section-subhead.narrower {
    width: 90%;
  }

  .circular-shape.green-pastel {
    text-align: center;
    border-radius: 0%;
    width: 100%;
    height: auto;
    padding: 90px 20px;
    bottom: 0;
    left: 0;
  }

  .section-hero {
    padding: 160px 24px;
  }

  .section-hero.inner {
    padding: 220px 3% 80px;
  }

  .div-content-hero {
    text-align: left;
  }

  .headline-2 {
    text-align: left;
    font-size: 42px;
    line-height: 50px;
  }

  .primary-button.smaller.navigation-button {
    margin-top: 10px;
    margin-left: 0;
    padding: 16px 32px;
  }

  .amenities-holder.vertical.less-width {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .amenity-block {
    border-bottom: 1px solid #0818193b;
    width: 100%;
  }

  .amenity-block.line-right {
    border-top-style: none;
  }

  .amenity-block.line-right.no-bottom {
    border-bottom-style: none;
  }

  .amenity-block.line-left {
    border-bottom-style: solid;
    border-right-style: none;
  }

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

  .service-item {
    width: 100%;
  }

  .category-img {
    padding-top: 100%;
  }

  .hiw-number.darker {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 44px;
    transform: none;
  }

  .lower-footer-links.wide {
    flex-flow: row;
    justify-content: center;
  }

  .checkboxes-div {
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-right: 0%;
  }

  .plan-checkbox {
    width: 80%;
  }

  .plan-checkbox.left {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .hiw-section {
    padding-bottom: 10px;
  }

  .split-left {
    width: 100%;
  }

  .hiw-block {
    flex-direction: column;
  }

  .title-holder {
    margin-left: 5%;
    margin-right: 5%;
  }

  .section-image {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .form-wrap {
    width: auto;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-wrap.wider, .form-wrap.full-width {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .success-msg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .subhead-3 {
    width: 95%;
  }

  .subhead-3.home {
    width: auto;
  }

  .nav-bar {
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button.w--open {
    transform: none;
  }

  .web-links-2.right {
    justify-content: center;
    padding-bottom: 20px;
  }

  .footer-link {
    margin-bottom: 9px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-link.last {
    margin-right: 20px;
  }

  .footer-link.left {
    margin-left: 20px;
  }

  .terms-privacy {
    margin-top: 25px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .personnel {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 42px;
  }

  .personnel-text {
    font-size: .9rem;
  }

  .menu-icon {
    margin-right: 8px;
  }

  .content-wrapper-small.center-text {
    text-align: left;
  }

  .content-wrapper-small.align-left-mobile {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .h2-small {
    font-size: 36px;
  }

  .two-button-flex.margin-top-40.align-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-start;
  }

  .two-button-flex.margin-top-40.align-left-mobile {
    justify-content: center;
    align-items: flex-start;
  }

  .margin-top-20px.align-left-mobile {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .subpage-background-image.hide-mobile {
    display: none;
  }

  .subpage-background-image.show-mobile {
    display: block;
  }

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

  .about-contacts-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ebf7966e-f49c-ecdf-5f78-35a33b627983-3b627982 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ebf7966e-f49c-ecdf-5f78-35a33b627983-3b627982 {
    grid-area: 1 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-LT-95-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Tiempos headline';
  src: url('../fonts/Tiempos-Headline---Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Tiempos headline';
  src: url('../fonts/Tiempos-Headline---Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Tiempos headline';
  src: url('../fonts/Tiempos-Headline---Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Tiempos headline';
  src: url('../fonts/Tiempos-Headline---Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Thin.otf') format('opentype'), url('../fonts/Averta-Extrathin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype'), url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}