:root {
  --text-secondary: #fff;
  --white: #f7f8f8;
  --red: var(--white);
}

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

body {
  color: red;
  font-family: Metrosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metrosans, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

.page-wrapper {
  overflow: hidden;
}

.main {
  width: 100%;
  max-width: 1400px;
  margin-top: -75px;
  margin-left: auto;
  margin-right: auto;
}

.nav {
  z-index: 999;
  height: 60px;
  position: fixed;
  inset: 20px 0% auto;
}

.page-padding {
  padding-left: 32px;
  padding-right: 32px;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.nav-inner {
  border-bottom: 1px solid #ffffff14;
}

.nav-menu-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu, .nav-btns {
  align-items: center;
  display: flex;
}

.hero {
  background-color: #d41c1c;
  border-radius: 5px;
  height: 800px;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.hero-header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-heading {
  letter-spacing: -.05em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #fff 30%, #ffffff61);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 24px;
  padding-bottom: .13em;
  padding-left: .1em;
  padding-right: .1em;
  font-size: 78px;
  font-weight: 500;
  line-height: 1.2;
}

.subheading {
  color: var(--text-secondary);
  letter-spacing: -.025em;
  margin-bottom: 48px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
}

.subheading.subheading--hero {
  max-width: 580px;
}

.subheading.subheading--notice {
  color: #00021299;
  margin-top: 32px;
  line-height: 1.5;
}

.cta-button {
  grid-column-gap: 8px;
  color: var(--white);
  text-align: center;
  text-shadow: 0 3px 8px #00000040;
  cursor: pointer;
  background-image: linear-gradient(93deg, red 9%, #db0808 44%, #d11 64%);
  border: 2px solid #ef2000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: text-shadow .12s, box-shadow .12s;
  display: flex;
}

.cta-button:hover {
  text-shadow: 0 3px 12px #0000008f;
  box-shadow: 0 1px 40px #89888a80;
}

.cta-button.cta-button--nav {
  height: 32px;
  margin-left: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
}

.cta-button.cta-button--sec {
  cursor: pointer;
  background-color: #b4bcd029;
  background-image: none;
  margin-left: 12px;
  transition: background-color .12s, text-shadow .12s, box-shadow .12s;
}

.cta-button.cta-button--sec:hover {
  box-shadow: none;
  background-color: #b4bcd04d;
}

.cta-button.bill-of-quantity-btn {
  cursor: pointer;
  background-color: #808080bf;
  background-image: none;
  border-color: #a0a0a0;
  margin-left: 12px;
  transition: background-color .12s, text-shadow .12s, box-shadow .12s;
}

.cta-button.bill-of-quantity-btn:hover {
  box-shadow: none;
  background-color: #b4bcd04d;
}

.cta-button.reverse {
  color: gray;
  background-image: linear-gradient(93deg, #fff 9%, #fff6f6 44%, #fff 64%);
  border-color: gray;
}

.cta-button.knock {
  margin-top: 20px;
}

.cta-button.whatsapp-button {
  font-family: Metrosans, Arial, sans-serif;
  font-weight: 700;
}

.svg-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-img-target {
  transform-style: preserve-3d;
  grid-template: "Area"
  / 1fr;
  grid-auto-columns: 1fr;
  margin-top: 128px;
  display: grid;
  position: relative;
  transform: rotateX(28deg)rotateY(0)rotateZ(0);
}

.hero-img {
  z-index: 1;
  opacity: 0;
  filter: brightness(120%);
  border: 1px solid #ffffff0d;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: relative;
}

.hero-img-blur {
  opacity: 0;
  filter: blur(160px);
}

.hero-img-lines {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.hero-img-wrap {
  perspective: 2000px;
}

.nav-logo {
  align-items: center;
  font-weight: 600;
  display: flex;
}

.nav-link {
  text-shadow: 0 1px 4px #0000004d;
  align-items: center;
  height: 48px;
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  transition: color .25s;
  display: flex;
}

.nav-link:hover {
  color: #8a8f98;
}

.nav-link.w--current, .nav-link.desktop-only.w--current {
  color: #000;
}

.hero-img-bg {
  background-color: #ffffff03;
  border-radius: 8px;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.nav-bg {
  z-index: -1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding-top: 20px;
  position: absolute;
  inset: -1px 0% -50%;
}

.custom-css {
  display: none;
}

.section-customers {
  position: relative;
}

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

.logos-header {
  text-align: center;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.logos-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.logo-item {
  width: 100%;
  max-width: 160px;
}

.stars-curve {
  width: 100%;
  max-width: 1200px;
  height: 600px;
  margin: -128px auto;
  position: relative;
  overflow: hidden;
}

.stars-curve.stars-curve--rotated {
  opacity: 1;
  margin-top: -64px;
  margin-bottom: -64px;
  transform: rotate(180deg);
}

.stars-curve-glow {
  opacity: .4;
  background-image: radial-gradient(circle at 50% 100%, #7877c6, #7877c600 70%);
  position: absolute;
  inset: 0%;
}

.stars-curve-glow.stars-curve-glow--blue {
  background-image: radial-gradient(circle at 50% 100%, #4e5cda, #7877c600 70%);
}

.stars-curve-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stars-curve-bottom {
  background-color: #000212;
  border-top: 1px solid #7877c666;
  border-radius: 50%;
  width: 200%;
  padding-top: 142%;
  position: absolute;
  top: 50%;
  left: -50%;
}

.stars-curve-bottom.stars-curve-bottom--blue {
  border-top-color: #4e5cda66;
}

.section-highlights {
  z-index: 10;
  position: relative;
}

.section-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-medium {
  letter-spacing: -.04em;
  margin-bottom: 28px;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.highlights-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.highlights-card {
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #ffffff1a;
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 480px;
  padding: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlights-card.feature-card--command-line {
  justify-content: flex-start;
}

.keyboard {
  width: 100%;
  height: auto;
  margin-top: -64px;
}

.highlights-card-content {
  color: var(--text-secondary);
  text-align: center;
  max-width: 420px;
  line-height: 1.3;
}

.highlights-card-content.feature-card-content--command-menu {
  transition: opacity .12s;
}

.card-heading {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.card-heading.card-heading--feature {
  color: #fff;
  margin-bottom: 8px;
}

.keyboard-shortcuts {
  height: 28px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.lightning {
  position: absolute;
  top: -92px;
}

.highlights-card-logo {
  justify-content: center;
  width: 130%;
  display: flex;
  position: absolute;
  top: -80px;
}

.command-menu {
  z-index: 1;
  opacity: .6;
  transition: transform .24s, opacity .24s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 128px);
}

.command-menu:focus {
  opacity: 1;
  transform: translate(-50%, 24px);
}

.command-menu-inner {
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  flex-direction: column;
  width: 90vw;
  max-width: 640px;
  min-height: 278px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 7px 32px #00000059;
}

.command-menu-label {
  color: #ffffff80;
  background-color: #ffffff0d;
  border-radius: 4px;
  align-self: flex-start;
  margin-top: 8px;
  margin-left: 16px;
  padding: 4px 8px;
  font-size: 12px;
}

.command-menu-input {
  color: #81808e;
  align-items: center;
  height: 62px;
  padding: 0 22px;
  font-size: 18px;
  display: flex;
}

.command-menu-list {
  box-shadow: 0 -1px #ffffff1a;
}

.command-menu-option {
  grid-column-gap: 12px;
  cursor: pointer;
  align-items: center;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: flex;
}

.command-menu-option:hover {
  background-color: #ffffff0d;
}

.command-menu-option.command-menu-option--active {
  background-color: #ffffff26;
}

.section-feature {
  margin-top: -164px;
  padding-top: 420px;
  position: relative;
}

.section-feature.section-feature--issues {
  z-index: 9;
}

.section-feature.section-feature--cycles {
  z-index: 8;
}

.section-feature.section-feature--roadmaps {
  z-index: 7;
}

.section-feature.section-feature--workflows {
  z-index: 6;
}

.light-bar {
  opacity: .4;
  width: 100%;
  height: 400px;
  margin-bottom: -400px;
  transition: transform .96s, opacity .96s;
}

.feature-section-header {
  text-align: center;
  margin-top: -128px;
  margin-bottom: -128px;
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.feature-grid {
  grid-column-gap: 12px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.feature-heading {
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 16px;
  padding: .13em;
  font-size: 80px;
  font-weight: 400;
  line-height: .9;
  transition: transform .96s cubic-bezier(.3, 1.17, .55, .99);
}

.feature-heading.feature-heading--workflows {
  z-index: 1;
  position: relative;
}

.feature-img-wrap {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: linear-gradient(#fff3, #fff0);
  border-radius: 14px;
  max-width: 100%;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.feature-img-wrap.feature-img-wrap--issues {
  max-width: 777px;
}

.feature-img-wrap.feature-img-wrap--cycles {
  max-width: 1084px;
}

.feature-img {
  width: 100%;
  height: auto;
}

.animations-css {
  display: none;
}

.feature-subheading {
  text-align: center;
  letter-spacing: -.04em;
  max-width: 630px;
  margin: 64px auto 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.divider {
  background-image: linear-gradient(to right, #fff0, #ffffff1a 50%, #fff0);
  width: 100%;
  height: 1px;
  margin-top: 72px;
  margin-bottom: 72px;
}

.feature-grid-item {
  color: var(--text-secondary);
  letter-spacing: -.02em;
  max-width: 267px;
}

.feature-grid-icon {
  color: #fff;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 6px;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -2px;
}

.display-inline {
  display: inline;
}

.feature-cards-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 140px;
  display: grid;
}

.feature-card {
  border-radius: 48px;
  flex-direction: column;
  padding: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-card-content {
  color: var(--text-secondary);
  letter-spacing: -.02em;
  max-width: 320px;
}

.feature-card-img {
  max-width: none;
  height: auto;
  position: absolute;
}

.feature-card-img.feature-card-img--board {
  width: 200%;
  top: 40%;
}

.feature-card-img.feature-card-img--views {
  width: 110%;
  top: 34%;
  left: 24px;
}

.feature-card-img.feature-card-img--updates {
  width: 100%;
  top: 40%;
  left: 7%;
}

.feature-card-img.feature-card-img--roadmaps {
  width: 100%;
  top: 40%;
  left: 2%;
}

.integrations-wrap {
  justify-content: center;
  align-items: center;
  margin-top: -48px;
  display: flex;
}

.integrations-center {
  z-index: 2;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: linear-gradient(#6c38ff4d, #8b62ff4d);
  border: 1px solid #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 148px;
  min-width: 148px;
  height: 148px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.integrations-item {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: url('../images/integrations-item-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  min-width: 72px;
  height: 72px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.integrations-icon {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
}

.integrations-bg-wrap {
  z-index: 0;
  width: 242px;
  height: 242px;
  position: absolute;
}

.integrations-bg-circle {
  opacity: 0;
  background-image: linear-gradient(#150b30, #5b39b8);
  border: 1px solid #ac8eff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-cta {
  margin-top: -128px;
  padding-bottom: 128px;
}

.cta-heading {
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 50% 0, #fff9, #fff 57%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 36px;
  margin-bottom: 16px;
  padding: .13em;
  font-size: 80px;
  font-weight: 400;
  line-height: .9;
}

.cta-wrap {
  margin-top: 64px;
}

.notice-wrap {
  z-index: 100;
  border-radius: 5px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.notice-wrap.hide-calculators {
  display: none;
}

.notice-inner {
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  letter-spacing: -.015em;
  background-color: #fff3;
  border: 1px solid #ffffff21;
  border-radius: 5px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  max-width: 480px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-weight: 500;
  line-height: 1.8;
  display: block;
}

.notice-link {
  background-color: #ffffff1a;
  border-radius: 100px;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 1px 11px;
  transition: background-color .15s;
  display: inline-block;
}

.notice-link:hover {
  background-color: #ffffff4d;
}

.notice-link.notice-link--dark {
  color: #000212;
  background-color: #b4bcd040;
}

.notice-link.notice-link--dark:hover {
  background-color: #b4bcd080;
}

.notice-btn-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.notice-bottom {
  z-index: 101;
  background-color: var(--white);
  color: #000212;
  padding-top: 160px;
  padding-bottom: 140px;
  position: relative;
}

.notice-bottom-heading {
  letter-spacing: -.05em;
  margin-bottom: 54px;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
}

.notice-bottom-inner {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-slider {
  z-index: -1;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-slide1 {
  background-image: linear-gradient(#000, #fff0), url('../images/property-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide1.slider-2 {
  background-image: linear-gradient(#000, #fff0), url('../images/3-bed-townhouse-img-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide1.slider-3 {
  background-image: linear-gradient(#000, #fff0), url('../images/property-2-img-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.paragraph-regular {
  color: #fff;
  text-align: justify;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7rem;
}

.h2-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.feature-card-outline {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid gray;
  border-radius: 5px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.grid-subheading-wrapper {
  width: 100%;
  max-width: 416px;
}

.wrap-v-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.text-color-neutral-400 {
  color: #8f8f8f;
}

.text-span-strong {
  color: #fff;
  font-weight: 500;
}

.heading-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 48px;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.section-large.the-abot {
  background-color: #000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 140px;
}

.badge {
  color: #000;
  text-transform: uppercase;
  background-color: gray;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.grid-three-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-regular {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.grid-heading-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sub-heading-small {
  color: gray;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

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

.footer-button {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 50px;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 24px;
}

.footer-button:hover {
  background-color: #f0f0f0;
  border: 1px solid #e3e3e3;
}

.footer-button.w--current {
  color: #ee3338;
}

.paragraph-regular-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.footer-company-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.footer-block {
  background-color: #f5f5f5;
  border-radius: 5px;
  width: 100%;
  max-width: 1400px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  position: relative;
}

.footer-legal-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #666;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo {
  height: 32px;
}

.footer-nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.background-pattern {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-legal-link {
  color: #666;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #000;
}

.footer-legal-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.footer-divider {
  background-color: #e3e3e3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
}

.footer-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.feature-footnote {
  border-top: 1px solid #dce0e5;
  margin-top: 64px;
  padding-top: 16px;
}

.paragraph-regular-3 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large {
  color: #22272f;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.section-regular-2 {
  padding: 92px 5%;
  position: relative;
}

.paragraph-x-small {
  color: #454f5f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.h3-heading {
  color: #ff2b00;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.container-regular-2 {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.icon-gigantic {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-gigantic.text-color-yellow-500 {
  color: #f4d452;
}

.icon-gigantic.text-color-gray-500 {
  color: #7d8ba1;
}

.icon-gigantic.text-color-orange-500 {
  color: #f4a952;
}

.icon-gigantic.text-color-red-500 {
  color: #e57361;
}

.icon-gigantic.text-color-blue-500 {
  color: #779acf;
}

.icon-gigantic.text-color-purple-600 {
  color: #746bb3;
}

.icon-tiny {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.title-grid {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: grid;
}

.button-ghost {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.button-ghost:hover {
  color: #3e376d;
  background-color: #f3f4f6;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.paragraph-small-2 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.title-caption {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #454f5f;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.text-color-red-500 {
  color: #e57361;
}

.grid-four-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.course-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.course-info {
  justify-content: space-between;
  align-items: center;
  padding-right: 16px;
  display: flex;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.subheading-large-2 {
  color: #000;
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.h3-heading-2 {
  color: #8f8f8f;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.content-title-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}

.content-course-card-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 16px;
  flex-flow: column;
  min-width: 416px;
  padding: 8px;
  display: flex;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.content-carousel-section {
  padding-top: 140px;
  padding-bottom: 96px;
}

.title-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.course-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.paragraph-small-3 {
  color: #333;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

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

.container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large {
  color: #333;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7rem;
}

.content-cards-carousel {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 64px auto 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.button-outline {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #393837;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #bfbcba;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-outline:hover {
  background-color: #f6f5f3;
}

.course-review {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.course-detail {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-flex;
}

.button-primary-small:hover {
  background-color: #ff443d;
}

.button-primary-small.icon-left {
  padding-left: 14px;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.text-color-red-501 {
  color: #ff443d;
}

.content-card-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.inner-pages-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-four-column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-image {
  background-color: #f9fafb;
  border: 8px solid #fff;
  border-radius: 99px;
  flex: none;
  width: 156px;
  min-width: 156px;
  height: 156px;
  min-height: 156px;
  display: none;
  overflow: hidden;
}

.overline-regular {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.team-tab-link {
  color: #6b7280;
  text-align: center;
  letter-spacing: -.32px;
  background-color: #f3f4f6;
  border-radius: 99px;
  padding: 12px 32px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 32px;
  transition: opacity .3s, background-color .3s;
}

.team-tab-link:hover {
  color: #000;
  background-color: #e5e7eb;
}

.team-tab-link.w--current {
  color: #030711;
  background-color: #fff;
}

.team-tabs-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f3f4f6;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  padding: 4px;
  display: flex;
}

.section-small {
  padding: 72px 5%;
  position: relative;
}

.container-regular-4 {
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h3-heading-3 {
  color: #030711;
  letter-spacing: -.88px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.subheading-large-3 {
  color: #030711;
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-large-3.text-color-gray-600 {
  color: #5f5f5f;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7rem;
}

.image-cover {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

.team-block {
  background-color: #ebebeb;
  border-radius: 14px;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  display: none;
}

.paragraph-small-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.team-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #4b5563;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 2px -14px #4d4d4d14;
}

.content-tabs-content {
  width: 100%;
  height: auto;
}

.subheading-regular {
  color: #030711;
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-regular.text-color-gray-800 {
  color: #1f2937;
}

.team-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-wrapper-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-h2-heading {
  color: #ec1f01;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.f-button-secondary {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-image-cover {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-header-image-wrapper-wide {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: 64px;
  display: flex;
  overflow: hidden;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-grid-two-column.align-centre {
  align-items: center;
}

.f-heading-detail-small {
  color: #96989b;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

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

.about-header {
  background-color: #ebebeb;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 80px 80px;
  position: relative;
}

.vision-mission-block {
  background-color: #201f1f;
  border-radius: 5px;
  margin-bottom: 100px;
  padding: 100px 80px 80px;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.h2-heading-2 {
  color: gray;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.h2-heading-2.text-balance {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
}

.blog-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-flow: column;
  margin-top: -65px;
  margin-left: 10%;
  padding: 40px 8px 8px 40px;
  display: flex;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.blog-card-wide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: grid;
}

.overline-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed {
  display: none;
}

.container-large {
  z-index: 5;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-image-small {
  aspect-ratio: 2.7 / 2.4;
  object-fit: cover;
  border: .5px solid #e6e6e7;
  position: relative;
  overflow: hidden;
}

.avatar-image {
  object-fit: cover;
  border-radius: 99px;
  width: 100%;
  height: 100%;
}

.paragraph-small-5 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-5.text-color-gray-600 {
  color: #59595f;
}

.blog-content-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  padding: 8px;
  display: flex;
}

.subheading-small {
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.overline-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.overline-small.text-color-gray-600 {
  color: #59595f;
}

.paragraph-regular-4 {
  color: #333;
  font-size: 16px;
  line-height: 28px;
}

.text-color-orange-500 {
  color: #ff5805;
}

.blog-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.overline-regular-2 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.title-center-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 520px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.avatar-regular {
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  border-radius: 99px;
  width: 48px;
  height: 48px;
  padding: 4px;
}

.blog-image-large {
  aspect-ratio: 5.56 / 3.36;
  object-fit: cover;
  border: .5px solid #e6e6e7;
  border-radius: 14px;
  overflow: hidden;
}

.section-regular-3 {
  background-color: #f5f5f6;
  padding: 80px 5%;
  position: relative;
}

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

.h6-heading {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}

.feature-grid-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.accent-feature {
  position: absolute;
  inset: auto -120px -72px auto;
}

.icon-inner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.paragraph-x-large {
  color: #a09c9c;
  font-size: 20px;
  line-height: 32px;
}

.feature-card-border {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.card-white {
  z-index: 2;
  background-color: #fff;
  padding: 24px;
  position: relative;
}

.relative {
  position: relative;
}

.container-regular-5 {
  z-index: 5;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  align-items: end;
  margin-bottom: 64px;
}

.paragraph-small-6 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-6.text-color-gray-600 {
  color: #59595f;
}

.subheading-regular-2 {
  color: #252527;
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-wrapper {
  color: #252527;
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  padding: 4px;
}

.overline-regular-3 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.feature-card-ghost {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.mission-vision-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  border-radius: 14px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.services-page-header {
  background-color: #ebebeb;
  border-radius: 5px 5px 0 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 80px 80px;
  position: relative;
}

.inner-pages-heading {
  color: #ec1f01;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 100px;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
}

.div-block {
  margin-top: 100px;
}

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

.offers-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #4b5563;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 38px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 2px -14px #4d4d4d14;
}

.tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .5rem;
  font-weight: 500;
}

.tagline.white-hero-tagline {
  color: #fff;
  margin-bottom: 10px;
}

.card-headline {
  color: #f12000;
  text-align: left;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.larger-paragraph {
  font-size: 16px;
  line-height: 26px;
}

.larger-paragraph.white-hero-paragraph {
  color: #6e6868;
  margin-top: 12px;
  margin-bottom: 30px;
  line-height: 24px;
}

.larger-paragraph.white-hero-paragraph.hero2-paragraph {
  text-align: left;
  margin-bottom: 0;
  line-height: 1.7rem;
}

.background-video-services {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 26px;
}

.background-video-services.white-hero-paragraph {
  color: #6e6868;
  margin-top: 12px;
  margin-bottom: 30px;
  line-height: 24px;
}

.background-video-services.white-hero-paragraph.hero2-paragraph {
  text-align: left;
  margin-bottom: 0;
}

.background-video {
  font-size: 1616px;
}

.div-block-2 {
  background-color: #000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 108px 80px;
}

.layout242_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  width: 100%;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
  margin-bottom: 60px;
}

.container-large-2 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.section_layout242 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.layout242_item-icon-wrapper {
  display: inline-block;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.layout242_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.paragraph-regular-white {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.h6-heading-white {
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.services-image {
  background-color: #f9fafb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex: none;
  width: 100%;
  min-width: 156px;
  height: 156px;
  min-height: 156px;
  margin-bottom: 40px;
  overflow: hidden;
}

.consulting-video-wrapper {
  width: 100%;
  height: 100%;
}

.proper-listing-slide-wrapper {
  background-color: #ebebeb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  text-align: right;
  padding-right: 60px;
}

.property-listing-slide {
  width: 100%;
  height: 800px;
  position: relative;
}

.slide {
  aspect-ratio: auto;
  object-fit: cover;
  overflow: hidden;
}

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

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

.property-list-name {
  z-index: 10;
  background-image: linear-gradient(#0000, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block {
  color: #fff;
  text-align: center;
  text-shadow: 4px 2px 2px #0003;
  font-size: 40px;
  font-weight: 500;
}

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

.text-block-2 {
  color: #fff;
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 600;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-3 {
  color: #fff;
}

.property-sectional-headings {
  color: #fff;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
}

.floorplans-img {
  width: 100%;
  margin-bottom: 20px;
}

.div-block-3 {
  height: 500px;
}

.container-medium {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._0-5rem-spacer {
  height: .5rem;
}

.link-arrow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-top: 1.125rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.link-arrow:hover {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.icon {
  border-radius: .625rem;
  width: 3rem;
  height: 3rem;
  margin-bottom: 4rem;
}

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

.card {
  background-color: #292929;
  border: 1px solid #525252;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.card.is-slider {
  height: 100%;
}

.text-size-medium {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.text-size-medium.text-weight-medium {
  color: #e5e5e5;
  font-weight: 600;
}

.color-e5e5e5 {
  color: #e5e5e5;
}

.text-size-large {
  letter-spacing: normal;
  font-size: 1.25rem;
}

.button-2 {
  color: #fff;
  background-color: #292929;
  border: 1px solid #525252;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-weight: 500;
  transition: all .4s;
  display: flex;
}

.button-2:hover {
  color: #292929;
  background-color: #fff;
}

.button-2.is-large {
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-size: 1.125rem;
}

.heading-medium-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.cta-image-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._1-25rem-spacer {
  height: 1.25rem;
}

.section {
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.cta-wrap-2 {
  background-color: #000;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  height: 30rem;
  display: flex;
  overflow: hidden;
}

.button-group-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.cta-image {
  width: 71.25rem;
  height: 63.346rem;
  margin-top: -9.875rem;
  margin-left: -14.75rem;
  position: absolute;
  inset: 0% 0% auto;
  transform: rotate(0);
}

.cta-image-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

._2-5rem-spacer {
  height: 2.5rem;
}

.cta-text-wrap {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 4rem;
  display: flex;
  position: relative;
}

._6rem-spacer {
  height: 6rem;
}

.subheading-2 {
  color: #e5e5e5;
  font-size: 1.25rem;
}

.container-medium-2 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-3 {
  color: #fff;
  background-color: #292929;
  border: 1px solid #525252;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-weight: 500;
  transition: all .4s;
  display: flex;
}

.button-3:hover {
  color: #292929;
  background-color: #fff;
}

.button-3.is-large {
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-size: 1.125rem;
}

.slider-text-wrap {
  border: 1px solid #525252;
  border-radius: .5rem;
  width: 100%;
  padding: 2rem 1.5rem;
}

._4rem-spacer {
  height: 4rem;
}

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

.hide {
  display: none;
}

._1rem-spacer {
  height: 1rem;
}

.slider-slide {
  background-color: #0000;
  height: 31.5rem;
  margin-right: 2rem;
}

.icon-1x1-xsmall {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

._2rem-spacer {
  height: 2rem;
}

.heading-small {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
}

.button-group-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.button-group-3.is-center {
  justify-content: center;
}

.slider {
  background-color: #0000;
  height: 31.5rem;
  margin-right: 2rem;
}

.slider-logo {
  max-width: none;
  height: 4rem;
}

.slider-arrow {
  cursor: pointer;
  border: .0625rem solid #525252;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .3s;
  display: flex;
}

.slider-arrow:hover {
  background-color: #292929;
}

.slider-arrow-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 2rem;
  display: flex;
}

.slider-mask {
  max-width: 24rem;
  overflow: visible;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-map-holder {
  height: 600px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-name-details {
  text-align: left;
}

.div-block-4 {
  border-bottom: 1px solid #777;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.proper-search {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
}

.contact-form-input {
  width: 100%;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
}

.h3-heading-4 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.contact-character-info {
  color: #717384;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.paragraph-x-small-2 {
  color: #9c9eab;
  white-space: pre-wrap;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.subheading-regular-3 {
  color: #dedfe3;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.subheading-regular-3.text-color-neutral-white {
  color: #f5f5f5;
}

.text-color-blue {
  color: #f12000;
}

.contact-text-field {
  color: #dedfe3;
  background-color: #d1d1d1;
  border: 1px solid #22242f;
  min-height: 64px;
  margin-bottom: 0;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-text-field:active {
  border-color: #333647;
}

.contact-text-field:focus {
  border-color: #45485f;
}

.contact-text-field::placeholder {
  color: #717384;
}

.success-message {
  text-align: center;
  background-color: #c7622c;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-links-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  margin-top: 64px;
}

.contact-submit-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #ff0004;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.contact-submit-button:hover {
  background-color: #000;
}

.contact-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.contact-form {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-header {
  grid-column-gap: 44px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 128px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-checkbox {
  outline-offset: 0px;
  border: 0 #ff0606;
  outline: 2px solid #333647;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
}

.contact-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Check.svg');
  background-size: 16px;
}

.contact-field-label {
  color: #5f5f5f;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.section-large-2 {
  background-color: #000;
  padding: 100px 5%;
}

.contact-checkbox-field {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 8px;
  display: flex;
}

.error-message {
  text-align: center;
  background-color: #ed5a5a;
  border-radius: 99px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-checkbox-span {
  color: #7e8ef1;
  text-decoration: underline;
}

.icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.contact-checkbox-wrapper {
  color: #717384;
  align-items: center;
  padding: 8px 24px;
  display: flex;
}

.contact-card {
  padding: 32px 24px 24px;
}

.contact-map {
  width: 100%;
  height: 100%;
}

.paragraph-regular-5 {
  color: #9c9eab;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}

.button-outline-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #dedfe3;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, border-color .3s;
  display: inline-flex;
}

.button-outline-2:hover {
  color: #fff;
  border-color: #fff;
}

.container-regular-6 {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-map-wrapper {
  background-color: #22242f;
  border-radius: 32px;
  min-height: 320px;
  overflow: hidden;
}

.grid-contact-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  width: 100%;
}

.contact-text-area-small {
  color: #dedfe3;
  background-color: #d1d1d1;
  border: 1px solid #22242f;
  min-height: 120px;
  margin-bottom: 0;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-text-area-small:active, .contact-text-area-small:focus {
  border-color: #333647;
}

.contact-text-area-small::placeholder {
  color: #717384;
}

.contact-icon-wrapper {
  border: 2px solid #22242f;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.contact-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #c8c9d0;
  cursor: pointer;
  background-color: #181111;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
}

.form-block {
  width: 100%;
}

.wrap-h-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.paragraph-regular-6 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.testimonial-author {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.content-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 90%;
}

.h2-heading-3 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.content-image-card {
  background-color: #f6f7f9;
  border: 1px solid #d5d9e2;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 450px;
  display: flex;
  position: relative;
}

.text-color-orange {
  color: #fe5b25;
}

.section-large-3 {
  padding: 120px 5%;
  position: relative;
}

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.content-testimonial {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #460906;
  background-color: #fff2eb;
  border: 1px solid #ffe7d6;
  border-radius: 12px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.testimonial-avatar {
  background-color: #fe5b25;
  border-radius: 100%;
  width: 24px;
  height: 24px;
}

.paragraph-small-7 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-7.text-weight-semibold {
  font-weight: 600;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.content-image-background {
  opacity: .1;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-regular-7 {
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph-x-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large-2.text-color-gray-800 {
  color: #394151;
}

.button-primary-rounded-large {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-large:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.column-tiny-2 {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.h3-heading-5 {
  color: #8f8f8f;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.container-regular-8 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.subheading-regular-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph-x-small-3 {
  color: #333;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-large-2 {
  color: #333;
  text-align: justify;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7rem;
}

.paragraph-large-2.text-weight-medium {
  font-weight: 500;
}

.paragraph-large-2.text-color-gray-950 {
  color: #1f1e1e;
}

.section-small-2 {
  padding: 80px 5%;
}

.section-small-2.background-gray-50 {
  background-color: #f6f5f3;
}

.team-avatar-large {
  background-color: #f0edea;
  border-radius: 100%;
  overflow: hidden;
}

.team-avatar-check {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  position: absolute;
  inset: auto -4px -4px auto;
}

.team-avatar-wrapper {
  width: 128px;
  height: 128px;
  position: relative;
}

.button-primary-large {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #1f1e1e;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: #ff443d;
}

.testimonial-card-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.column-large-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-large-4.column-left {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 416px;
}

.h2-heading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.image-cover-2 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.current-devs-home {
  z-index: 5;
  width: 100%;
  max-width: 1400px;
  margin: 100px auto;
  position: relative;
}

.blog-image {
  aspect-ratio: 3.52 / 2.4;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

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

.overline-regular-4 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.blog-card-outline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #0000;
  border-radius: 5px;
  flex-flow: column;
  text-decoration: none;
  transition: all .2s, background-color .3s;
  display: flex;
}

.blog-card-outline:hover {
  background-color: #fff;
  transform: translate(0, -10px);
}

.paragraph-regular-7 {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-7.text-clamp {
  color: #5f5f5f;
  line-height: 1.7rem;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.overline-small-2 {
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.dropdown-arrow-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.form-shortcut {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
  position: absolute;
  inset: auto 12px auto auto;
}

.navigation-content-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: 1;
  display: flex;
}

.image-2 {
  border-radius: 8px;
}

.navigation-vertical-divider {
  background-color: #d6d3d1;
  width: 1px;
  height: 24px;
}

.navigation-bar {
  background-color: #f6f5f3;
  padding: 16px 5%;
}

.navigation-link {
  color: #71716f;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: color .2s;
}

.navigation-link:hover {
  color: #000;
}

.navigation-link.w--current {
  color: #ee3239;
}

.form-shortcut-icon {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  box-shadow: 0 1px 1px #201f1f12, 0 2px 5px #0003, 0 1px 1px #201f1f0a, 0 2px 1px #201f1f03, 0 3px 2px #201f1f00;
}

.dropdown-link-large {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #8b8a89;
  object-fit: cover;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  padding: 16px;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  display: flex;
  position: relative;
}

.dropdown-link-large:hover {
  color: #ff443d;
  background-color: #fff;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.input-shortcut-embed {
  display: none;
}

.button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: #ff443d;
}

.button-primary.hide-inquiry-button {
  display: none;
}

.form-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
  position: absolute;
  inset: auto auto auto 12px;
}

.navigation-form-block {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
  display: none;
}

.navigation-dropdown-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.navigation-dropdown-card {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 900px;
  padding: 12px;
}

.navigation-dropdown-card.w--open {
  background-color: #fff;
  border-radius: 16px;
  padding: 12px;
  inset: 64px auto auto 0%;
}

.navigation-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.dropdown-title-wrapper {
  color: #8b8a89;
  padding: 8px 4px;
}

.navigation-menu-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  display: grid;
}

.navigation-logo-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-logo-link.hide-tablet {
  background-color: #f7f5f4;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
}

.navigation-logo-link.hide-desktop {
  display: none;
}

.navigation-menu {
  width: 100%;
}

.navigation-button-group {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: none;
  display: flex;
}

.form-icon-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #71716f;
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: 96px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 24px 4px 4px;
  font-weight: 500;
  text-decoration: none;
  transition: border .3s, color .3s, background-color .3s;
  display: flex;
}

.dropdown-link:hover {
  color: #000;
  background-color: #f6f5f3;
  border: 1px solid #f0edea;
}

.dropdown-link.hide-menu {
  display: none;
}

.dropdown-side-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.navigation-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #71716f;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: color .3s;
  display: flex;
}

.navigation-dropdown-toggle:hover {
  color: #000;
}

.navigation-search-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 160px;
  display: flex;
}

.dropdown-content-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f6f5f3;
  border: 1px solid #f0edea;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 12px;
  display: grid;
}

.caption-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.dropdown-icon-wrapper {
  background-color: #fff;
  border-radius: 100%;
  padding: 6px;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.dropdown-links-group {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.navigation-dropdown-list {
  inset: 0%;
}

.navigation-dropdown-list.w--open {
  background-color: #0000;
  inset: 72px 0% auto;
  overflow: hidden;
}

.navigation-content-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.form-success-message {
  color: #449c46;
  background-color: #f4fcf3;
  border: 1px solid #daf5d6;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-text-field {
  color: #4d4d4c;
  background-color: #f0edea;
  border: 1px solid #d6d3d1;
  border-radius: 96px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 12px 12px 12px 40px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-text-field:hover {
  border-color: #a5a3a1;
}

.form-text-field:focus {
  border-color: #ff443d;
}

.dropdown-arrow {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.navigation-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-error-message {
  color: #ff443d;
  background-color: #fff7f5;
  border: 1px solid #ffeae6;
  border-radius: 8px;
  padding: 10px 16px;
}

.dropdown-divider {
  background-color: #f6f5f3;
  border-radius: 4px;
  height: 2px;
}

.subheading-small-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.dropdown-card-text-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-arrow-2 {
  color: #ff443d;
  overflow: hidden;
}

.hero-section-for-pages {
  padding-top: 40px;
  position: relative;
}

.property-listing-wrapper {
  background-color: #f7f5f4;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 100px;
}

.developments-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.development-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.projects-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #e6e6e7;
  border-radius: 12px;
  flex-flow: column;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.projects-list:hover {
  background-color: #fff;
}

.h2-heading-5 {
  color: #000;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.process-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #d6d3d1;
  border-radius: 14px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.button-group-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.button-ghost-large {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1f1e1e;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-ghost-large:hover {
  background-color: #f6f5f3;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.text-color-gray-950 {
  color: #1f1e1e;
}

.container-regular-9 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.title-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: end;
  margin-bottom: 64px;
}

.paragraph-large-3 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-3.text-color-gray-950 {
  color: #1f1e1e;
}

.process-number-wrapper {
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.grid-two-column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.button-outline-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #393837;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #bfbcba;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-outline-3:hover {
  background-color: #f6f5f3;
}

.title-button-group {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: wrap-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.h6-heading-2 {
  color: #000;
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.paragraph-regular-8 {
  color: #636363;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.vertical-divider {
  align-items: center;
  width: 2px;
  height: 100%;
  display: flex;
}

.feature-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.icon-regular-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.feature-tile-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-span-strong-2 {
  color: #000;
  font-weight: 500;
}

.icon-wrapper-2 {
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.feature-accent-line {
  background-color: #ff4b0f;
  border-radius: 12px;
  width: 3px;
  height: 28px;
  position: absolute;
  inset: 120px auto 0% 0%;
}

.section-large-4 {
  padding: 120px 5%;
  position: relative;
}

.grid-feature-content {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.paragraph-regular-9 {
  color: #333;
  text-align: justify;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.h3-heading-6 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.feature-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.feature-line-holder {
  position: relative;
}

.badge-outline {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.subheading-regular-5 {
  color: gray;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.container-regular-10 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.tab-icon-green {
  background-color: #ebfff5;
  border: 1px solid #d6ffeb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.tab-icon-orange {
  background-color: #fff2eb;
  border: 1px solid #ffe7d6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.content-tabs-menu-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 528px;
  margin-left: 5%;
  display: flex;
}

.section-large-5 {
  padding: 120px 5%;
  position: relative;
}

.h2-heading-6 {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.tab-progress-bar-base {
  background-color: #edeff3;
  border-radius: 99px;
  width: 100%;
  height: 5px;
  margin-inline: auto;
  inset-block: auto 0;
  inset-inline: 0;
}

.content-tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #525f75;
  background-color: #ddd0;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  transition: color .3s;
}

.content-tab-link:hover {
  color: #23272f;
}

.content-tab-link.w--current {
  color: #23272f;
  background-color: #ddd0;
}

.tab-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.content-footer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.tab-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-color: #fe5b25;
  border-radius: 99px;
  height: 5px;
  transition-property: width;
  transition-duration: .125s;
}

.paragraph-x-small-4 {
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.icon-regular-5 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tab-link-dropdown {
  overflow: hidden;
}

.text-color-orange-501 {
  color: #fe5b25;
}

.tab-link-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.tab-pane {
  aspect-ratio: 3 / 2;
  border: 1px solid #edeff3;
  border-radius: 24px;
  overflow: hidden;
}

.container-large-3 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.content-tabs-row {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.title-wrapper-left-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 900px;
  margin-bottom: 64px;
  display: flex;
}

.overline-regular-5 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.h6-heading-3 {
  color: #ec1f01;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.tab-icon-purple {
  background-color: #faf5ff;
  border: 1px solid #f1e6ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.tabs-content {
  width: 100%;
  height: 100%;
}

.tab-link-horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.paragraph-small-8 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.7rem;
}

.paragraph-small-8.text-color-gray-800 {
  color: #e4e4e4;
  font-family: Metrosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-secondary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-flex;
}

.button-secondary-2:hover {
  background-color: #e9e9e9;
}

.button-secondary-2:active {
  background-color: #d8d7df;
}

.button-secondary-2.icon-right {
  color: #ee3239;
  padding-right: 24px;
}

.header-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 500px;
  display: flex;
}

.header-logo-group {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-header-large {
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.container-regular-11 {
  text-align: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.column-large-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ee3239;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-flex;
}

.button-primary-2:hover {
  background-color: #1f1f1f;
}

.button-primary-2:active {
  background-color: #7788f8;
}

.button-primary-2.button-alt {
  color: #1f1f1f;
  background-color: #d6bebf;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.play-icon {
  background-color: #eceefe;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  display: flex;
}

.paragraph-small-9 {
  color: #767573;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.overline-large {
  color: #5e606e;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.overline-large.text-color-brand {
  color: #5167f6;
}

.header-block {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
  display: flex;
}

.header-logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #5e606e;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.header-background-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 90%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.header-grid-image {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  box-shadow: -1px 0 20px #0000000d;
}

.header-image-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 45%;
  height: 90%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-color-brand {
  color: #5167f6;
}

.paragraph-regular-10 {
  color: #79797a;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.h1-heading {
  color: #131316;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.header-image-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  align-items: start;
  width: 100%;
  margin-top: 75px;
  padding-right: 5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.span-underline {
  color: #5167f6;
  border-bottom: 6px solid #5167f6;
}

.project-main-head {
  background-color: #f3f3f5;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  padding: 120px 5% 100px;
  position: relative;
  overflow: hidden;
}

.content-checklist-item {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.content-text-wrap {
  width: 100%;
  max-width: 540px;
}

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

.grid-two-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.content-divider {
  background-color: #e4e4e7;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-image-2 {
  width: 100%;
  max-width: 560px;
}

.container-large-4 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.overline-2 {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.overline-2.text-color-purple {
  color: #8870d7;
}

.section-regular-4 {
  padding: 96px 5%;
  position: relative;
}

.h2-heading-7 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.content-feature-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
}

.icon-regular-6 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.highlight-span {
  background-color: #f4f4f5;
  border-radius: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.paragraph-regular-11 {
  color: #5d5d5d;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.process-card-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #d6d3d1;
  border-radius: 24px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.container-regular-12 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large-4 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-4.text-color-gray-950 {
  color: gray;
  font-weight: 500;
}

.grid-two-column-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.button-outline-4 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #393837;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #bfbcba;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-outline-4:hover {
  background-color: #f6f5f3;
}

.h6-heading-4 {
  color: #000;
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.paragraph-regular-12 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.location-box {
  padding: 80px 5%;
}

.location-box.background-gray-50 {
  background-color: #f6f5f3;
}

.code-embed-2 {
  border-radius: 14px;
  overflow: hidden;
}

.text-span {
  color: #ee3239;
  font-weight: 500;
}

.info-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 120px 5%;
  position: relative;
}

.header-grid-image-copy {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: -1px 0 20px #0000000d;
}

.card-inner {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.key-features {
  color: #767573;
  letter-spacing: -.02em;
  border-bottom: 1px solid #767573bf;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}

.heading-2 {
  color: #575757;
  font-weight: 400;
}

.features-lists {
  color: #3c3535;
  border-bottom: 1px solid #00000026;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.div-block-5 {
  text-align: center;
  width: 60%;
}

.property-hero-name {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 140px;
  margin-bottom: 22px;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
}

.property-hero-subtext {
  color: #fff;
  font-weight: 400;
}

.hero-header-property {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.property-section-2 {
  color: #7a7a7a;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-6 {
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-128 {
  margin-bottom: 128px;
}

.f-sub-heading-large {
  color: #000;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-paragraph-small {
  color: #797a7b;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  background-color: #d1d1d1;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-heading-detail-small-2 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.div-block-7 {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-9 {
  padding-left: 20px;
}

.image-3 {
  width: 100%;
}

.completed-project-imgs {
  border-bottom: 1px solid #bdbdbd;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.overline-3 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.field-input-small {
  letter-spacing: -.02em;
  background-color: #f9fafb;
  border: 1px solid #eaedf0;
  border-radius: 99px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .25s;
}

.field-input-small::placeholder {
  color: #6d767e;
}

.cta-feature-icon {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.cta-block-b {
  grid-row-gap: 32px;
  text-align: center;
  background-color: #f9fafb;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  display: flex;
}

.cta-checkbox-label {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.caption-m {
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.cta-input {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.cta-feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding: 16px;
  display: flex;
}

.cta-form-block {
  margin-bottom: 0;
}

.cta-form {
  grid-column-gap: 12px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph-large-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-5.text-weight-bold {
  white-space: normal;
  font-weight: 700;
}

.wrap-v-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.cta-checkbox {
  border-width: 1px;
  border-color: #cbd0f6;
  border-radius: 99px;
  flex: none;
  width: 24px;
  height: 24px;
  margin: 0 12px;
}

.cta-checkbox.w--redirected-checked {
  background-color: #eeeffc;
  background-image: url('../images/Check-Icon.svg');
  background-size: 16px;
  border-style: none;
  border-color: #eeeffc;
  border-radius: 99px;
}

.cta-checkbox.w--redirected-focus {
  box-shadow: none;
}

.button-primary-l {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.cta-feature-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.cta-section {
  background-color: #f9fafb;
  padding: 80px 5%;
  position: relative;
}

.cta-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.success-message-2 {
  color: #86c1a0;
  background-color: #f2f8f5;
}

.cta-form-b {
  text-align: left;
  width: 100%;
  max-width: 384px;
}

.icon-regular-7 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.container-large-5 {
  color: #333;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h3-heading-7 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.code-embed-3, .div-block-10 {
  width: 100%;
}

.mission-vision-hold {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.vision-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.div-block-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cta-image-1 {
  position: absolute;
  inset: auto auto 0% 24px;
}

.cta-image-3 {
  object-fit: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto auto 40px 24px;
}

.cta-image-2 {
  width: 50px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #edeffd;
  background-color: #f12000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-3:hover {
  background-color: #8d8d8d;
}

.timeline-buttons-top {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.h1-heading-2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
}

.cta-image-4 {
  height: 350px;
  position: absolute;
  inset: 42px 0% auto auto;
}

.container-x-small {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.badge-2 {
  color: #dedfe3;
  letter-spacing: .034em;
  background-color: #473633;
  border-radius: 99px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.cta-section-2 {
  background-color: #d6cbcb;
  background-image: linear-gradient(#000000a6, #fff0), url('../images/homepage.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 300px 5% 250px;
  position: relative;
}

.cta-header {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: #f4f4f6;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-regular-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular-3.column-center {
  justify-content: flex-start;
  align-items: center;
}

.services-cta {
  margin-top: 140px;
  position: relative;
}

.header-gradient-overlay {
  background-image: linear-gradient(4deg, #e9746240, #fff0);
  position: absolute;
  inset: 0%;
}

.title-center-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-image-wrapper-large {
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
}

.column-regular-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular-4.column-center {
  justify-content: flex-start;
  align-items: center;
}

.container-regular-13 {
  z-index: 5;
  width: 100%;
  max-width: 1120px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.max-width-medium {
  max-width: 450px;
}

.paragraph-regular-13 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.section-regular-5 {
  padding: 140px 5% 92px;
  position: relative;
}

.h1-heading-3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.image-cover-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-color-primary {
  color: #ea7462;
}

.header-image-card {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-top: 64px;
  padding: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 10px 10px 28px #0000000f;
}

.f-margin-bottom-129 {
  margin-bottom: 16px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.f-margin-bottom-130 {
  margin-bottom: 12px;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-feature-card-filled {
  background-color: #f7f9fd;
  border-radius: 12px;
  padding: 32px;
}

.f-feature-icon-wrapper-white {
  background-color: #fff;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-h5-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-button-neutral-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: #282556;
}

.f-max-width-large {
  max-width: 610px;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-heading-detail-small-3 {
  color: #5e5e5e;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-131 {
  margin-bottom: 32px;
}

._3-subs {
  color: gray;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

._3-subs.red-one {
  color: #fff;
}

.inner-pages-heading-copy {
  color: #ec1f01;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 100px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.text-block-4 {
  font-weight: 400;
}

.serenee {
  background-color: #f3f3f5;
  padding: 120px 5% 100px;
  position: relative;
  overflow: hidden;
}

.text-block-5 {
  color: red;
  margin-top: 26px;
  margin-bottom: 10px;
  font-weight: 600;
}

.learn-more-square-btn {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  flex-flow: row;
  height: 80px;
  font-weight: 700;
  display: flex;
}

.text-block-6 {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.div-block-13 {
  border-right: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.paragraph {
  color: #9e9e9e;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 700;
}

.grid-4 {
  grid-template-rows: auto;
}

.home-price-box.hide-home-price {
  opacity: 0;
}

.our-projects-home-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.div-block-14 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h2 {
  color: gray;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.blog-post-header2_author-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #423737;
  align-items: center;
  display: flex;
}

.blog-post-header2_social-link {
  background-color: #fff;
  border-radius: 20px;
  padding: .25rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px #eee;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.text-weight-medium {
  font-weight: 500;
}

.blog-post-header2_image {
  aspect-ratio: 5 / 2;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.padding-section-large-2 {
  padding-top: 7rem;
}

.button-group-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.section_blog-post-header2 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.blog-post-header2_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: flex;
}

.blog-post-header2_image-wrapper {
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post-header2_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.blog-post-header2_content-bottom {
  color: gray;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.content10_content-wrapper {
  color: #333;
}

.content10_lightbox {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content10_lightbox-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.lightbox-play-icon {
  z-index: 2;
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.heading-4 {
  margin-bottom: 40px;
}

.blog-title {
  color: gray;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.riscc {
  text-align: justify;
  column-count: 2;
  overflow-wrap: normal;
}

.div-block-15 {
  text-align: right;
}

.div-block-16 {
  padding-left: 32px;
  padding-right: 32px;
}

.whatsapp {
  background-image: linear-gradient(#50cc5d, #33b641);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-7 {
  color: #fdfdfd;
  margin-right: 10px;
  font-family: Metrosans, Arial, sans-serif;
  font-weight: 700;
}

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

.floor-plan-lightbox-thumb {
  border-radius: 5px;
  flex: 0 32%;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.gallery-list-wrapper-2 {
  width: 100%;
  margin-top: 2rem;
}

.background-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link-wrapper.project-view-link.top {
  position: absolute;
}

.gallery-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: grid;
}

.project-image {
  background-image: linear-gradient(#000, #fff);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-item-2 {
  color: #fff;
  border-radius: 5px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 68px 24px;
  display: flex;
  position: relative;
}

.project-card-info.border {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 1.8rem;
}

.project-hover-link-wrapper {
  z-index: 2;
  background-image: linear-gradient(#00000030, #000000bf);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-item-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.floorplan-session {
  background-color: #1f1f1f;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 60px 5%;
  position: relative;
}

.features-block {
  padding-top: 100px;
}

.features-sub-edit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-testimonial-l-arrow {
  color: #393b6a;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-l-arrow:hover {
  color: #fff;
  background-color: #000;
}

.f-testimonial-slider-regular {
  background-color: #0000;
  height: auto;
  padding-left: 72px;
  padding-right: 72px;
}

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

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-r-arrow {
  color: #fff;
  background-color: #ee3239;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-r-arrow:hover {
  color: #fff;
  background-color: #7b7b7b;
  border-color: #7b7b7b;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-testimonial-avatar-small {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-heading-detail-small-4 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-testimonial-background {
  background-color: #f7f9fd;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-4 {
  border-radius: 5px;
}

.features-overlay {
  color: #fff;
  background-image: linear-gradient(#0000, #000000a6);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-17 {
  transition: all .35s;
}

.text_field {
  color: #000;
  background-color: #fdfdfd;
  border: 1px solid #cacaca;
  border-radius: 5px;
  width: 100%;
  height: auto;
  padding: .75rem 1rem;
  font-size: 1rem;
}

.text_field:active, .text_field:focus, .text_field:focus-visible, .text_field[data-wf-focus-visible] {
  background-color: #fff;
}

.text_field::placeholder {
  color: #757575;
  background-color: #fff;
}

.field_label {
  color: #000;
  text-align: left;
}

.field-label, .field-label-2 {
  text-align: left;
}

.button-field {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button-label {
  margin-left: 10px;
}

.radio-button, .checkbox {
  width: 20px;
  height: 20px;
}

.div-block-18 {
  padding-top: 10px;
}

.multi_textbox {
  color: #000;
  background-color: #fdfdfd;
  border: 1px solid #cacaca;
  border-radius: 5px;
  width: 100%;
  height: auto;
  padding: .75rem 1rem;
  font-size: 1rem;
}

.multi_textbox:active, .multi_textbox:focus, .multi_textbox:focus-visible, .multi_textbox[data-wf-focus-visible] {
  background-color: #fff;
}

.multi_textbox::placeholder {
  color: #757575;
  background-color: #fff;
}

.submit-button {
  background-color: #000;
  border-radius: 5px;
  height: 80px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.social-media-links {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.social-media-icon {
  background-color: #c9cad0;
  border: 2px solid #22242f;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  display: flex;
}

.column-large-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.h3-heading-8 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.paragraph-x-small-5 {
  color: #9c9eab;
  white-space: pre-wrap;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.subheading-regular-6 {
  color: #dedfe3;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.subheading-regular-6.text-color-neutral-white {
  color: #f5f5f5;
}

.text-color-blue-2 {
  color: #000;
}

.contact-text-field-2 {
  color: #333;
  background-color: #e1e1e1;
  border: 1px solid #00000073;
  border-radius: 5px;
  min-height: 64px;
  margin-bottom: 0;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-text-field-2:active {
  border-color: #333647;
}

.contact-text-field-2:focus {
  border-color: #45485f;
}

.contact-text-field-2::placeholder {
  color: #333;
}

.contact-text-field-2.country-code {
  padding-left: 10px;
}

.contact-links-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-top: 64px;
}

.contact-submit-button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.contact-submit-button-2:hover {
  background-color: #363636;
}

.contact-form-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-checkbox-2 {
  outline-offset: 0px;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  outline: 2px solid #333647;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
}

.contact-checkbox-2.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Check.svg');
  background-size: 16px;
}

.section-large-6 {
  background-color: #000;
  padding: 100px 5%;
}

.icon-regular-8 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.contact-card-2 {
  background-color: #111218;
  border-radius: 32px;
  padding: 32px 24px 24px;
}

.paragraph-regular-14 {
  color: #9c9eab;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.contact-text-area-small-2 {
  color: #333;
  background-color: #e0e0e0;
  border: 1px solid #00000073;
  border-radius: 5px;
  min-height: 120px;
  margin-bottom: 0;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-text-area-small-2:active, .contact-text-area-small-2:focus {
  border-color: #333647;
}

.contact-text-area-small-2::placeholder {
  color: #333;
}

.contact-link-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #c8c9d0;
  cursor: pointer;
  background-color: #111218;
  border-radius: 24px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
}

.column-regular-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.divider-black {
  background-color: #060606;
  width: 100%;
  height: 1px;
}

.form-fields-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.contact-tab-panel {
  padding-top: 0;
}

.tab-contact-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.contact-form-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.tab-circle {
  border: 1.5px solid #060606;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

.text-link-orange {
  color: #c7622b;
  transition: color .3s;
}

.text-link-orange:hover {
  color: #060606;
}

.submit-button-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.wrap-v-small-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.form-submit-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.6fr 1px;
}

.form-input-icon {
  color: #060606;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 4px 10px 4px auto;
}

.overline-large-2 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.icon-send {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: absolute;
  top: 7px;
  bottom: 7px;
  right: 14px;
}

.section-regular-6 {
  padding: 80px 5%;
}

.overline-small-3 {
  color: #060606;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.wrap-v-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-title-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.error-message-2 {
  background-color: #fceae8;
  border-radius: 99px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-color-orange-502 {
  color: #c7622b;
}

.contact-form-block {
  margin-bottom: 0;
}

.form-checkbox {
  border-color: #060606;
  border-radius: 100px;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.form-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Checkbox-Tick.svg');
  border-style: none;
}

.form-checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-label {
  color: #060606;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
}

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

.success-message-3 {
  color: #060606;
  background-color: #c5e3d5;
  border-radius: 99px;
  font-size: 16px;
  line-height: 24px;
}

.contact-tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.form-checkbox-field {
  background-color: #e0e3e6;
  border-radius: 5px;
  align-items: center;
  min-width: 170px;
  margin-bottom: 0;
  padding: 4px 14px;
  display: flex;
}

.form-text-area {
  color: #060606;
  border: 1px solid #00000073;
  border-radius: 5px;
  min-height: 208px;
  margin-bottom: 0;
  padding: 8px 14px;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .3s;
}

.form-text-area:hover, .form-text-area:focus {
  border-color: #c7622b;
}

.form-text-area::placeholder {
  color: #4a4d4f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.form-text-field-2 {
  color: #060606;
  letter-spacing: -.02em;
  border: 1px solid #06060673;
  border-radius: 5px;
  height: 32px;
  margin-bottom: 5px;
  padding: 4px 14px;
  font-size: 18px;
  line-height: 32px;
  transition: border-color .3s;
}

.form-text-field-2:hover, .form-text-field-2:active, .form-text-field-2:focus {
  border-color: #c7622b;
}

.form-text-field-2::placeholder {
  color: #060606;
  text-transform: uppercase;
  font-weight: 500;
}

.form-submit-button {
  grid-column-gap: 14px;
  color: #fff;
  text-align: left;
  letter-spacing: -.02em;
  text-transform: uppercase;
  background-color: #060606;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  padding: 4px 52px 4px 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.form-submit-button:hover {
  background-color: #c7622b;
}

.h2-heading-8 {
  color: #060606;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.cotact-tabs-menu {
  justify-content: center;
  margin-bottom: 120px;
  display: flex;
}

.tab-link {
  color: #060606;
  letter-spacing: -.02em;
  text-transform: uppercase;
  background-color: #e0e3e6;
  border-radius: 32px;
  align-items: center;
  padding: 4px 14px 4px 10px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.tab-link.w--current {
  color: #fff;
  background-color: #060606;
}

.form-relative-wrapper {
  position: relative;
}

.paragraph-x-small-6 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.amara-form {
  width: 100%;
}

.div-block-19 {
  width: 100%;
  padding-top: 40px;
}

.text-block-8 {
  color: #fff;
}

.main_main_field {
  color: #333;
  background-color: #e1e1e1;
  border: 1px solid #00000073;
  border-radius: 5px;
  min-height: 64px;
  margin-bottom: 0;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.main_main_field:active {
  border-color: #333647;
}

.main_main_field:focus {
  border-color: #45485f;
}

.main_main_field::placeholder {
  color: #333;
}

.text-field {
  background-color: #e1e1e1;
  border: 1px solid #00000073;
  border-radius: 5px;
  height: 64px;
  font-family: Metrosans, Arial, sans-serif;
  font-weight: 500;
}

.text-field::placeholder {
  color: #333;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.close-link-right {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.close-link-right:hover {
  color: #642eff;
}

.modal-detail {
  color: #160042;
  align-items: center;
  display: flex;
}

.sub-heading-regular-bold {
  color: #333;
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.modal-base {
  color: #160042;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 80vh;
  margin: auto;
  padding: 24px;
  overflow: auto;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.alert-circle {
  color: #e72b3b;
  background-color: #f14a591a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  display: flex;
}

.button-secondary-3 {
  outline-offset: 0px;
  color: #160042;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-secondary-3:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.button-secondary-3:active {
  color: #642eff;
  background-color: #e4e6f1;
}

.button-secondary-3:focus {
  outline-offset: 0px;
  outline: 2px solid #160042;
}

.icon-regular-9 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.modal-header {
  color: #160042;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.modal-wrapper-right {
  justify-content: flex-end;
  display: flex;
}

.alert-detail {
  color: #160042;
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.line-regular {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.modal-button-grid {
  grid-template-rows: auto;
}

.button-primary-4 {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #642eff;
  border-radius: 50px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-primary-4:hover {
  background-color: #7342ff;
}

.button-primary-4:active {
  background-color: #2d0896;
}

.button-primary-4:focus {
  outline-offset: 0px;
  outline: 2px solid #d9ccff;
}

.button-primary-4.alert {
  background-color: #e72b3b;
  border-color: #e72b3b;
}

.button-primary-4.alert:hover {
  background-color: #93111c;
  border-color: #93111c;
}

.modal-mortgage {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.bill-of-quantity {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.amara-court-inside {
  text-align: left;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.div-block-20 {
  background-image: url('../images/amenities-images-living.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .gallery-list-wrapper-2 {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1920px) {
  .gallery-list-wrapper-2 {
    width: 100%;
    max-width: 2800px;
  }

  .gallery-list-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project-item-2 {
    min-height: 570px;
  }
}

@media screen and (max-width: 991px) {
  .main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-header {
    max-width: 600px;
  }

  .hero-heading {
    font-size: 60px;
  }

  .hero-img {
    z-index: 4;
  }

  .hero-img-blur {
    filter: blur(80px);
  }

  .nav-link.desktop-only {
    display: none;
  }

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

  .logo-item.desktop-only {
    display: none;
  }

  .highlights-wrap {
    grid-column-gap: 12px;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    overflow: auto;
  }

  .highlights-card {
    min-width: 100%;
    height: auto;
    min-height: 420px;
    padding: 32px;
  }

  .light-bar {
    width: 300%;
    position: relative;
    left: -100%;
  }

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

  .feature-heading {
    font-size: 72px;
  }

  .feature-cards-wrap {
    grid-template-columns: 1fr;
  }

  .feature-card {
    border-radius: 24px;
  }

  .cta-heading {
    font-size: 72px;
  }

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

  .h2-heading {
    text-align: center;
    font-size: 2.75rem;
  }

  .feature-card-outline {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .grid-subheading-wrapper {
    max-width: 100%;
  }

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

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

  .grid-heading-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-legal-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .footer-nav-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .section-regular-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .content-title-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .inner-pages-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-four-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .team-tab-link {
    font-size: 1rem;
  }

  .f-header-image-wrapper-wide {
    height: 400px;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

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

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

  .h2-heading-2, .h2-heading-2.text-balance {
    font-size: 2.75rem;
  }

  .section-regular-3 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

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

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

  .inner-pages-heading {
    font-size: 3em;
  }

  .larger-paragraph.white-hero-paragraph.hero2-paragraph, .background-video-services.white-hero-paragraph.hero2-paragraph {
    width: 50%;
  }

  .div-block-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .layout242_list {
    grid-column-gap: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .services-image {
    height: 250px;
  }

  .property-listing-slide {
    height: 460px;
  }

  .container-medium {
    position: static;
  }

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

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-image {
    margin-top: -6.875rem;
    margin-left: -1.35rem;
  }

  .container-medium-2 {
    position: static;
  }

  .proper-search {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .contact-header {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .content-image-card {
    max-width: none;
  }

  .section-large-3 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

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

  .content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .h3-heading-5 {
    text-align: center;
  }

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

  .column-small {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .testimonial-card-large {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .column-large-4.column-left {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .navigation-vertical-divider {
    display: none;
  }

  .navigation-links-list {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .navigation-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .input-shortcut-embed {
    display: none;
  }

  .navigation-form-block {
    order: -1;
    max-width: none;
  }

  .navigation-dropdown-content {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .navigation-dropdown-card {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .navigation-menu-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .navigation-logo-link {
    justify-content: flex-start;
    align-items: center;
  }

  .navigation-logo-link.hide-tablet {
    display: none;
  }

  .navigation-logo-link.hide-desktop {
    display: block;
  }

  .navigation-menu {
    background-color: #fff;
    border-bottom: 1px solid #d6d3d1;
    padding: 16px 5%;
  }

  .navigation-button-group {
    display: none;
  }

  .navigation-dropdown-toggle {
    padding-left: 0;
  }

  .navigation-search-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    border-radius: 4px;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .navigation-dropdown-list.w--open {
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .navigation-content-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .property-listing-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .developments-tabs {
    margin-left: 20px;
    margin-right: 20px;
  }

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

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

  .title-button-group {
    justify-content: flex-start;
    align-items: center;
  }

  .feature-tile {
    border-bottom: 1px solid #00000026;
  }

  .content-tabs-menu-list {
    max-width: none;
    margin-bottom: 32px;
    margin-left: 0%;
  }

  .section-large-5 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .tab-image {
    width: 100%;
  }

  .content-tabs-row {
    flex-direction: column;
  }

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

  .button-primary-2 {
    display: flex;
  }

  .header-block {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: 100%;
    margin-bottom: 64px;
  }

  .header-background-image {
    right: -6%;
  }

  .header-image-block {
    max-width: 100%;
    height: 500px;
    position: relative;
  }

  .header-image-grid {
    padding-left: 5%;
  }

  .project-main-head {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .content-image-2 {
    max-width: none;
  }

  .paragraph-large-4.text-color-gray-950 {
    font-weight: 500;
  }

  .hero-header-property {
    max-width: 600px;
  }

  .property-section-2 {
    font-size: 2.5em;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-9 {
    padding-left: 0;
  }

  .button-primary-l {
    display: flex;
  }

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

  .cta-image-4 {
    height: 120px;
  }

  .services-cta {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .title-center-large {
    margin-left: auto;
    margin-right: auto;
  }

  .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .f-button-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .f-heading-detail-small-3 {
    text-align: center;
  }

  ._3-subs {
    text-align: center;
    font-size: 2.75rem;
  }

  .serenee {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .our-projects-home-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

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

  .blog-post-header2_image-wrapper {
    margin-bottom: 3rem;
  }

  .content10_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .heading-3, .heading-4, .blog-title {
    font-size: 2.75rem;
  }

  .div-block-15 {
    text-align: left;
  }

  .div-block-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .card-link-text {
    display: none;
  }

  .hover-link {
    border-style: none;
    border-radius: 0%;
  }

  .hover-link-wrapper.project-view-link.top {
    width: 100%;
    height: 100%;
  }

  .gallery-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .project-item-2 {
    min-height: 350px;
  }

  .floorplan-session {
    padding-bottom: 0;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .contact-links-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .form-input-icon {
    color: #060606;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .wrap-v-large {
    width: 100%;
  }

  .contact-tabs {
    align-items: stretch;
    margin-top: 60px;
  }

  .form-relative-wrapper {
    max-width: none;
  }

  .grid-8 {
    grid-auto-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .page-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero {
    height: 500px;
  }

  .hero-header {
    max-width: 570px;
    padding-top: 20px;
  }

  .hero-heading {
    font-size: 52px;
  }

  .subheading {
    font-size: 18px;
  }

  .subheading.subheading--hero {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-img-target {
    margin-top: 80px;
  }

  .hero-img-wrap {
    padding-bottom: 256px;
  }

  .nav-link {
    display: none;
  }

  .nav-link.nav-link--log-in {
    display: flex;
  }

  .heading-medium {
    font-size: 50px;
  }

  .section-feature {
    padding-top: 300px;
  }

  .feature-heading {
    font-size: 52px;
  }

  .feature-img-wrap {
    border-radius: 8px;
  }

  .feature-subheading {
    font-size: 24px;
  }

  .cta-heading {
    font-size: 52px;
  }

  .notice-wrap {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .notice-inner {
    border-radius: 50px;
    max-width: none;
    padding: 20px;
  }

  .notice-link {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .notice-bottom-heading {
    font-size: 48px;
  }

  .h2-heading {
    font-size: 2.25rem;
  }

  .section-large {
    padding: 72px 0%;
  }

  .section-large.the-abot {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .footer-block {
    padding: 56px 32px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .paragraph-x-small {
    margin-right: 8px;
    display: inline;
  }

  .h3-heading {
    font-size: 40px;
  }

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

  .h3-heading-2 {
    font-size: 36px;
  }

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

  .content-carousel-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-four-column-2 {
    grid-template-columns: 1fr;
  }

  .team-tab-link {
    font-size: 18px;
  }

  .team-block {
    padding: 48px 32px 32px;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .about-header {
    padding: 48px 32px 32px;
  }

  .vision-mission-block {
    padding: 60px 60px 80px;
  }

  .h2-heading-2, .h2-heading-2.text-balance {
    font-size: 2.25rem;
  }

  .blog-card-wide {
    grid-template-columns: 1fr;
  }

  .blog-image-large {
    aspect-ratio: 2.7 / 2.4;
  }

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

  .services-page-header {
    padding: 48px 32px 32px;
  }

  .inner-pages-heading {
    font-size: 2.5em;
  }

  .larger-paragraph.white-hero-paragraph.hero2-paragraph, .background-video-services.white-hero-paragraph.hero2-paragraph {
    width: auto;
  }

  .layout242_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .property-list-name {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .cta-wrap-2 {
    flex-direction: column;
  }

  .button-group-2 {
    flex-wrap: wrap;
  }

  .cta-image {
    margin-top: -.875rem;
    margin-left: -20.05rem;
    transform: rotate(0);
  }

  .cta-image-wrap {
    transform: scale(.7);
  }

  .cta-text-wrap {
    width: 100%;
    padding-top: 4rem;
    padding-right: 3rem;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .button-group-3 {
    flex-wrap: wrap;
  }

  .h3-heading-4 {
    font-size: 42px;
  }

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

  .contact-header {
    margin-bottom: 60px;
  }

  .section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .h3-heading-5 {
    font-size: 36px;
  }

  .h2-heading-4 {
    font-size: 40px;
  }

  .grid-three-column-2, .dropdown-content-grid {
    grid-template-columns: 1fr;
  }

  .property-listing-wrapper {
    padding-top: 60px;
  }

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

  .h2-heading-5 {
    font-size: 40px;
  }

  .grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .section-large-4 {
    padding: 72px 0%;
  }

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

  .h3-heading-6 {
    font-size: 40px;
  }

  .section-large-5 {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .h2-heading-6 {
    font-size: 40px;
  }

  .section-header-large {
    padding-top: 72px;
  }

  .header-logo-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .h1-heading {
    font-size: 48px;
  }

  .project-main-head {
    padding-top: 72px;
  }

  .grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-7 {
    font-size: 44px;
  }

  .content-feature-grid-large, .grid-two-column-4 {
    grid-template-columns: 1fr;
  }

  .info-card {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .property-hero-name {
    font-size: 48px;
  }

  .hero-header-property {
    max-width: 570px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-block-b {
    padding: 48px;
  }

  .cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-2 {
    font-size: 42px;
  }

  .cta-section-2 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .cta-header {
    margin-bottom: 60px;
  }

  .section-regular-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-3 {
    font-size: 48px;
  }

  ._3-subs {
    font-size: 2.25rem;
  }

  .inner-pages-heading-copy {
    font-size: 44px;
  }

  .serenee {
    padding-top: 72px;
  }

  .paragraph {
    font-size: 30px;
  }

  .our-projects-home-grid {
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

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

  .blog-post-header2_image-wrapper {
    margin-bottom: 2rem;
  }

  .blog-post-header2_content-bottom {
    flex-direction: column;
  }

  .heading-3, .heading-4, .blog-title {
    font-size: 2.25rem;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .gallery-list-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .project-item-2 {
    min-height: 250px;
  }

  .floorplan-session {
    padding: 72px 0% 0;
  }

  .f-testimonial-l-arrow {
    display: none;
  }

  .f-testimonial-slider-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .f-testimonial-r-arrow {
    display: none;
  }

  .h3-heading-8 {
    font-size: 42px;
  }

  .contact-links-grid-2 {
    grid-template-columns: 1fr;
  }

  .tab-contact-wrapper {
    flex-wrap: wrap;
  }

  .form-submit-grid {
    grid-template-columns: 1fr 2fr;
  }

  .wrap-v-large {
    width: 100%;
  }

  .form-text-area {
    max-width: none;
  }

  .grid-8 {
    grid-auto-flow: row;
    width: 100%;
  }

  .div-block-20 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-header {
    max-width: 420px;
    padding-top: 20px;
  }

  .hero-heading {
    font-size: 44px;
  }

  .cta-button.cta-button--sec, .cta-button.bill-of-quantity-btn {
    margin-top: 12px;
    margin-left: 0;
  }

  .hero-img-target {
    margin-top: 72px;
  }

  .hero-img, .hero-img-bg {
    border-radius: 2px;
  }

  .heading-medium {
    margin-bottom: 18px;
    font-size: 36px;
  }

  .light-bar {
    width: 200%;
    margin-bottom: -420px;
    left: -50%;
  }

  .feature-grid {
    grid-column-gap: 16px;
  }

  .feature-heading {
    font-size: 48px;
  }

  .feature-grid-item {
    font-size: 14px;
  }

  .feature-grid-icon {
    margin-bottom: 6px;
    bottom: 0;
  }

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

  .feature-cards-wrap {
    margin-top: 64px;
  }

  .feature-card {
    padding: 24px 32px;
  }

  .feature-card-content {
    font-size: 15px;
  }

  .feature-card-img.feature-card-img--board {
    top: 50%;
  }

  .feature-card-img.feature-card-img--views {
    top: 45%;
    left: 12px;
  }

  .feature-card-img.feature-card-img--updates {
    top: 50%;
  }

  .feature-card-img.feature-card-img--roadmaps {
    top: 55%;
  }

  .cta-heading {
    font-size: 38px;
  }

  .notice-inner {
    grid-row-gap: 18px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.6;
  }

  .notice-link {
    line-height: 1.4;
  }

  .notice-link.notice-link--dark {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .notice-btn-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .hero-slider {
    height: 80vh;
  }

  .footer-company-wrap {
    flex-direction: column;
  }

  .footer-block {
    padding: 48px 24px;
  }

  .footer-legal-wrap {
    align-items: center;
  }

  .footer-legal-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .footer-nav {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .h3-heading-2 {
    font-size: 40px;
  }

  .content-carousel-section {
    padding-bottom: 20px;
  }

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

  .inner-pages-wrapper, .team-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-tabs-menu {
    border-radius: 32px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .team-block {
    padding: 40px 24px 24px;
  }

  .f-header-image-wrapper-wide {
    height: 250px;
  }

  .about-header {
    padding: 30px 24px 24px;
  }

  .vision-mission-block {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .h2-heading-2.text-balance {
    font-size: 2.5em;
  }

  .blog-content {
    padding-top: 20px;
    padding-left: 20px;
  }

  .title-center-small {
    margin-bottom: 56px;
  }

  .h6-heading {
    font-size: 32px;
  }

  .card-white {
    padding: 16px;
  }

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

  .services-page-header {
    padding: 30px 24px 24px;
  }

  .inner-pages-heading {
    margin-bottom: 60px;
  }

  .offers-card {
    padding: 10px 10px 40px;
  }

  .div-block-2 {
    padding: 40px 24px;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .services-image {
    height: 160px;
  }

  .property-listing-slide {
    height: 400px;
  }

  .text-block {
    font-size: 24px;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
  }

  .button-group-2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cta-image {
    margin-top: -3.975rem;
    transform: rotate(0);
  }

  .cta-text-wrap {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 2rem;
  }

  .slider-slide {
    width: 100%;
  }

  .button-group-3 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .slider {
    width: 100%;
  }

  .slider-mask {
    width: 100%;
    max-width: none;
  }

  .proper-search {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-link {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .wrap-v-regular {
    margin-left: 10px;
    margin-right: 10px;
  }

  .h3-heading-5 {
    font-size: 32px;
  }

  .testimonial-card-large {
    padding: 24px;
  }

  .grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .button-secondary {
    width: 100%;
  }

  .navigation-vertical-divider, .navigation-button-group {
    display: none;
  }

  .property-listing-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .developments-tabs {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-large-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .tab-link-horizontal {
    flex-flow: column;
  }

  .button-secondary-2 {
    width: 100%;
  }

  .header-button-group {
    flex-direction: column;
    width: 100%;
  }

  .header-image-block {
    height: 320px;
  }

  .header-image-grid {
    grid-column-gap: 12px;
  }

  .hero-header-property {
    max-width: 420px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .property-section-2 {
    font-size: 2em;
  }

  .div-block-7 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-8 {
    text-align: center;
  }

  .cta-block-b {
    padding: 23px 10px;
  }

  .cta-input {
    width: 100%;
  }

  .cta-form {
    grid-row-gap: 4px;
    flex-direction: column;
  }

  .button-primary-l {
    width: 100%;
  }

  .cta-feature-wrap {
    flex-direction: column;
  }

  .cta-button-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .mission-vision-hold {
    flex-flow: column;
  }

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

  .timeline-buttons-top {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .h1-heading-2 {
    font-size: 32px;
  }

  .cta-section-2 {
    padding-bottom: 40px;
  }

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

  .container-regular-13 {
    padding-top: 60px;
  }

  .section-regular-5 {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .home-price-box.hide-home-price {
    display: none;
  }

  .our-projects-home-grid {
    grid-template-columns: 1fr;
  }

  .blog-post-header2_content-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .riscc {
    column-count: 1;
  }

  .project-item-2 {
    min-height: 200px;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .gallery-item-2 {
    margin-right: 0;
  }

  .floorplan-session {
    padding: 20px 5% 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .contact-card-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .form-fields-grid {
    grid-template-columns: 2fr;
  }

  .contact-tab-panel {
    padding-top: 60px;
  }

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

  .form-checkbox-field {
    max-width: 170px;
  }

  .h2-heading-8 {
    font-size: 48px;
  }

  .cotact-tabs-menu {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .tab-link {
    margin-top: 4px;
  }

  .modal-detail {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .modal-button-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_3d370add-917e-853e-d14e-3b5163395eb0-d124fdaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d370add-917e-853e-d14e-3b5163395eb6-d124fdaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_6acad7a7-6ef8-0fec-3469-2765565717f4-d124fdaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6acad7a7-6ef8-0fec-3469-2765565717fe-d124fdaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_6acad7a7-6ef8-0fec-3469-276556571805-d124fdaa, #w-node-_6acad7a7-6ef8-0fec-3469-27655657180f-d124fdaa, #w-node-_6acad7a7-6ef8-0fec-3469-276556571818-d124fdaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df231030-f656-6312-0c33-694b8f5eb440-d124fdaa {
  place-self: center end;
}

#w-node-d9ae791a-126f-67ff-a8d0-e6e7e3fb6c92-d124fdaa, #w-node-_8ff67e07-e4a2-9b7c-621f-1e2ad4125dde-d4125ddb, #w-node-_8ff67e07-e4a2-9b7c-621f-1e2ad4125de3-d4125ddb, #w-node-_8ff67e07-e4a2-9b7c-621f-1e2ad4125de8-d4125ddb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f77c9142-82a9-035e-04fe-b7e6ea05bcab-e329f49e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f77c9142-82a9-035e-04fe-b7e6ea05bcb1-e329f49e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_5654fc46-ecf4-b0c3-3bb7-889730e37084-e329f49e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_67576eb4-d9e7-8274-0bda-96112030ce35-e329f49e {
  order: 0;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2ee614ad-c006-3134-3574-88a8a3a90476-e329f49e, #w-node-_2ee614ad-c006-3134-3574-88a8a3a90494-e329f49e, #w-node-_2ee614ad-c006-3134-3574-88a8a3a904b2-e329f49e, #w-node-_2ee614ad-c006-3134-3574-88a8a3a90485-e329f49e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f77c9142-82a9-035e-04fe-b7e6ea05bcab-c0408919 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bb300990-78ee-e84d-873e-608985203305-c0408919, #w-node-bb300990-78ee-e84d-873e-608985203310-c0408919, #w-node-bb300990-78ee-e84d-873e-60898520331b-c0408919, #w-node-bb300990-78ee-e84d-873e-608985203326-c0408919 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3623be93-a359-186d-6664-4db36259c48c-e0d2cbc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7ff062e0-8b94-82e6-0b29-8c9ee17082ba-e0d2cbc9, #w-node-_7ff062e0-8b94-82e6-0b29-8c9ee17082c2-e0d2cbc9, #w-node-_7ff062e0-8b94-82e6-0b29-8c9ee17082ca-e0d2cbc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1af42f3-25e4-04d6-ed0a-b7623d827745-e0d2cbc9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f853ce2e-a39b-2660-56d1-569f5f0ee8e8-bbb195fe, #w-node-f853ce2e-a39b-2660-56d1-569f5f0ee8f8-bbb195fe {
  align-self: stretch;
}

#w-node-f853ce2e-a39b-2660-56d1-569f5f0ee8f0-bbb195fe {
  align-self: start;
}

#w-node-ad7bfa9d-33a9-f60b-5395-1f490648b5d5-bbb195fe, #w-node-ad7bfa9d-33a9-f60b-5395-1f490648b5df-bbb195fe, #w-node-ad7bfa9d-33a9-f60b-5395-1f490648b5e9-bbb195fe {
  align-self: stretch;
}

#w-node-_40cb7e3f-8eea-8b60-1102-28773ad88c14-6fe1152e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e3bdf06-c7b5-ea7c-a1d2-0b34d899964b-6fe1152e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_3d370add-917e-853e-d14e-3b5163395eb0-eee4832d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d370add-917e-853e-d14e-3b5163395eb6-eee4832d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_6acad7a7-6ef8-0fec-3469-2765565717f4-eee4832d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6acad7a7-6ef8-0fec-3469-2765565717fe-eee4832d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_6acad7a7-6ef8-0fec-3469-276556571805-eee4832d, #w-node-_6acad7a7-6ef8-0fec-3469-27655657180f-eee4832d, #w-node-_6acad7a7-6ef8-0fec-3469-276556571818-eee4832d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df231030-f656-6312-0c33-694b8f5eb440-eee4832d {
  place-self: center end;
}

#w-node-d9ae791a-126f-67ff-a8d0-e6e7e3fb6c92-eee4832d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6acad7a7-6ef8-0fec-3469-2765565717fe-d124fdaa {
    justify-self: start;
  }

  #w-node-_6acad7a7-6ef8-0fec-3469-276556571805-d124fdaa, #w-node-_6acad7a7-6ef8-0fec-3469-27655657180f-d124fdaa, #w-node-_6acad7a7-6ef8-0fec-3469-276556571818-d124fdaa, #w-node-_0b491245-3655-a535-424d-bed87198910f-d124fdaa, #w-node-_0b491245-3655-a535-424d-bed871989119-d124fdaa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-df231030-f656-6312-0c33-694b8f5eb440-d124fdaa {
    place-self: auto;
  }

  #w-node-_8ff67e07-e4a2-9b7c-621f-1e2ad4125de8-d4125ddb {
    grid-column: span 2 / span 2;
  }

  #w-node-ca9bceff-44b1-f009-ba8c-601e3b5f299c-3b5f2994 {
    order: -9999;
  }

  #w-node-ca9bceff-44b1-f009-ba8c-601e3b5f299f-3b5f2994 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_67576eb4-d9e7-8274-0bda-96112030ce35-e329f49e {
    order: 0;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2ee614ad-c006-3134-3574-88a8a3a90476-e329f49e, #w-node-_2ee614ad-c006-3134-3574-88a8a3a90494-e329f49e, #w-node-_2ee614ad-c006-3134-3574-88a8a3a904b2-e329f49e, #w-node-_2ee614ad-c006-3134-3574-88a8a3a90485-e329f49e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_06cec3fe-e193-41a7-5b1a-61448efcf49a-c0408919, #w-node-_17733277-ec57-5daf-b21d-cb90f58de676-c0408919, #w-node-_3423dff3-fc49-e64e-7c6d-fec855f8645f-c0408919, #w-node-e1a3f0cc-7af7-e0d0-3938-3c6af56e5c48-c0408919, #w-node-_6959475f-b2ed-814e-eee9-7bc78401e5d7-c0408919, #w-node-_5f37ee99-53e0-7714-b3c3-ff57780dd66a-c0408919, #w-node-_7ff062e0-8b94-82e6-0b29-8c9ee17082ba-e0d2cbc9, #w-node-_7ff062e0-8b94-82e6-0b29-8c9ee17082c2-e0d2cbc9, #w-node-_7ff062e0-8b94-82e6-0b29-8c9ee17082ca-e0d2cbc9, #w-node-e1af42f3-25e4-04d6-ed0a-b7623d827748-e0d2cbc9, #w-node-_40242db2-1864-897e-4777-397a4ffdb2ab-e0d2cbc9, #w-node-_73d79ca9-6618-377e-d05a-14e516659d4a-e0d2cbc9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f853ce2e-a39b-2660-56d1-569f5f0ee8e8-bbb195fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-f853ce2e-a39b-2660-56d1-569f5f0ee8f8-bbb195fe, #w-node-f853ce2e-a39b-2660-56d1-569f5f0ee8f0-bbb195fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_91e7b76e-caee-2b4a-d78e-cbc93a09d90e-bbb195fe, #w-node-_4466b2ec-759d-90d3-c442-68b3755c095f-bbb195fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ad7bfa9d-33a9-f60b-5395-1f490648b5d1-bbb195fe, #w-node-ad7bfa9d-33a9-f60b-5395-1f490648b5db-bbb195fe, #w-node-ad7bfa9d-33a9-f60b-5395-1f490648b5e5-bbb195fe {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_40cb7e3f-8eea-8b60-1102-28773ad88c14-6fe1152e, #w-node-_2e3bdf06-c7b5-ea7c-a1d2-0b34d899964b-6fe1152e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6acad7a7-6ef8-0fec-3469-2765565717fe-eee4832d {
    justify-self: start;
  }

  #w-node-_6acad7a7-6ef8-0fec-3469-276556571805-eee4832d, #w-node-_6acad7a7-6ef8-0fec-3469-27655657180f-eee4832d, #w-node-_6acad7a7-6ef8-0fec-3469-276556571818-eee4832d, #w-node-_0b491245-3655-a535-424d-bed87198910f-eee4832d, #w-node-_0b491245-3655-a535-424d-bed871989119-eee4832d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-df231030-f656-6312-0c33-694b8f5eb440-eee4832d {
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6acad7a7-6ef8-0fec-3469-276556571818-d124fdaa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8ff67e07-e4a2-9b7c-621f-1e2ad4125de8-d4125ddb {
    grid-column: span 1 / span 1;
  }

  #w-node-_2ee614ad-c006-3134-3574-88a8a3a90476-e329f49e, #w-node-_2ee614ad-c006-3134-3574-88a8a3a90494-e329f49e, #w-node-_2ee614ad-c006-3134-3574-88a8a3a904b2-e329f49e, #w-node-_2ee614ad-c006-3134-3574-88a8a3a90485-e329f49e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_91e7b76e-caee-2b4a-d78e-cbc93a09d90e-bbb195fe {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_4466b2ec-759d-90d3-c442-68b3755c095f-bbb195fe {
    order: -9999;
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_6acad7a7-6ef8-0fec-3469-276556571818-eee4832d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6acad7a7-6ef8-0fec-3469-2765565717f4-d124fdaa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6acad7a7-6ef8-0fec-3469-276556571818-d124fdaa, #w-node-_94ae99bb-d32d-0712-7f5b-bc53ede44104-d124fdaa, #w-node-a8496cf8-3870-4f0e-f59c-fe3bedafc638-d124fdaa, #w-node-c31fc2b5-d70c-4ef3-ccf0-20c922815dd1-d124fdaa, #w-node-c31fc2b5-d70c-4ef3-ccf0-20c922815dd6-d124fdaa, #w-node-f853ce2e-a39b-2660-56d1-569f5f0ee8e8-bbb195fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f853ce2e-a39b-2660-56d1-569f5f0ee8f0-bbb195fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_6acad7a7-6ef8-0fec-3469-2765565717f4-eee4832d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6acad7a7-6ef8-0fec-3469-276556571818-eee4832d, #w-node-_94ae99bb-d32d-0712-7f5b-bc53ede44104-eee4832d, #w-node-a8496cf8-3870-4f0e-f59c-fe3bedafc638-eee4832d, #w-node-c31fc2b5-d70c-4ef3-ccf0-20c922815dd1-eee4832d, #w-node-c31fc2b5-d70c-4ef3-ccf0-20c922815dd6-eee4832d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Metrosans';
  src: url('../fonts/MetroSans-RegularItalic.woff2') format('woff2'), url('../fonts/MetroSans-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metrosans';
  src: url('../fonts/MetroSans-BoldItalic.woff2') format('woff2'), url('../fonts/MetroSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metrosans';
  src: url('../fonts/MetroSans-SemiBoldItalic.woff2') format('woff2'), url('../fonts/MetroSans-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metrosans';
  src: url('../fonts/MetroSans-LightItalic.woff2') format('woff2'), url('../fonts/MetroSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metrosans';
  src: url('../fonts/MetroSans-SemiBold.woff2') format('woff2'), url('../fonts/MetroSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrosans';
  src: url('../fonts/MetroSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrosans';
  src: url('../fonts/MetroSans-Bold.woff2') format('woff2'), url('../fonts/MetroSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrosans';
  src: url('../fonts/MetroSans-MediumItalic.woff2') format('woff2'), url('../fonts/MetroSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metrosans';
  src: url('../fonts/MetroSans-Medium.woff2') format('woff2'), url('../fonts/MetroSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrosans';
  src: url('../fonts/MetroSans-Book.woff2') format('woff2'), url('../fonts/MetroSans-Regular.woff2') format('woff2'), url('../fonts/MetroSans-Book.woff') format('woff'), url('../fonts/MetroSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-v12-latin-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-v12-latin-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}