:root {
  --white: white;
  --grey: #80858c;
  --white-a6: #a6a6a6;
  --black-0a: #0a0a0a;
  --black-2: black;
  --black: #1b252b;
  --black-1b: #1b252b;
  --dark-grey: #a3aab3;
  --dim-grey: #565a5f;
  --dark-slate-blue: #1f405c;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--white);
  color: #a3aab2;
  font-family: PP Telegraf, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 10rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

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

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1.project-head {
  overflow: hidden;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  letter-spacing: -.01rem;
  font-size: 1.125rem;
  line-height: 1.4;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
  flex: 1;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

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

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

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 2rem;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey);
  color: var(--black-0a);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 1.25rem;
  padding: .5rem 1rem 0 0;
  font-size: 1.125rem;
  line-height: 1.15;
}

.form_input:focus-visible {
  border-style: solid;
  border-color: transparent transparent var(--grey);
  color: var(--black-0a);
}

.form_input[data-wf-focus-visible] {
  border-style: solid;
  border-color: transparent transparent var(--grey);
  color: var(--black-0a);
}

.form_input::-ms-input-placeholder {
  color: var(--grey);
}

.form_input::placeholder {
  color: var(--grey);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

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

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  grid-column-gap: .75rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-form-submit {
  width: 100%;
  background-color: var(--black-0a);
  text-transform: uppercase;
  border-radius: .25rem;
  justify-content: center;
  margin-top: 3rem;
  font-weight: 500;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  width: 100%;
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

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

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.section_home-header {
  padding-top: 15rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.home-header_component {
  position: relative;
}

.heading-style-display {
  color: var(--black-0a);
  letter-spacing: .03rem;
  font-family: PP Telegraf, sans-serif;
  font-size: 5.25rem;
  font-weight: 400;
  line-height: 1.02;
}

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

.heading-style-display.text-color-grey {
  color: var(--grey);
}

.home-header_heading-wrapper {
  z-index: 1;
  height: 22rem;
  max-width: 67rem;
  position: relative;
}

.home-header_subheading {
  z-index: 2;
  color: var(--black-2);
  font-family: PP Telegraf, sans-serif;
  font-size: 1.125rem;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-header_scroll-link {
  z-index: 2;
  width: 3.38rem;
  height: 3.38rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.section_home-flagship {
  position: relative;
  overflow: hidden;
}

.home-flagship_component {
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 45rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.home-flagship_wrappers {
  width: 100%;
  max-width: 35.3rem;
}

.section_home-optimized {
  padding-top: 14rem;
  padding-bottom: 15.63rem;
  position: relative;
  overflow: hidden;
}

.home-optimzed_component {
  z-index: 1;
  width: 100%;
  max-width: 66rem;
  position: relative;
}

.text-color-black-00 {
  color: var(--black-0a);
}

.section_home-details {
  display: none;
  overflow: hidden;
}

.home-details_component {
  grid-column-gap: 10rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-details_item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-details_content {
  max-width: 25.87rem;
  color: var(--black);
}

.image-text {
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  font-family: IBM Plex Sans, sans-serif;
  font-size: .75rem;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: 1rem;
  right: auto;
}

.home-stats_text-content {
  z-index: 1;
  width: 100%;
  max-width: 68.5rem;
  margin-top: 17.75rem;
  position: relative;
}

.home-stats_stats-component {
  z-index: 1;
  max-width: 46.88rem;
  flex-direction: column;
  justify-content: space-between;
  display: none;
  position: relative;
}

.home-stats_stats-item._02 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.heading-style-number {
  color: var(--black-0a);
  font-size: 4.5rem;
  font-weight: 500;
}

.home-stats_text {
  color: var(--grey);
  letter-spacing: .04rem;
  text-transform: uppercase;
  font-weight: 500;
}

.section_home-needs {
  background-image: linear-gradient(to top, var(--white) 12%, #f8f9fb 10%, white);
  padding-top: 10.94rem;
  position: relative;
  overflow: hidden;
}

.home-needs_component {
  width: 100%;
  text-align: center;
  flex-direction: column;
  display: flex;
  position: relative;
}

.home-needs_subtext-wrapper {
  width: 100%;
  max-width: 33.5rem;
  margin-left: auto;
  margin-right: auto;
}

.home-needs_buildings-image01 {
  width: 100%;
  object-fit: cover;
}

.section_home-fundamentals {
  padding-top: 6.13rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.home-fundamentals_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.home-fundamentals_top {
  width: 100%;
  max-width: 35rem;
}

.home-fundamentals_icon {
  width: 100%;
  max-width: 4rem;
}

.section_home-attention {
  padding-top: 6rem;
  padding-bottom: 8.75rem;
  display: none;
  overflow: hidden;
}

.home-attention_component {
  grid-column-gap: 9rem;
  grid-template-rows: auto;
}

.home-attention_item-right {
  position: relative;
}

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

.home-details_item-right_content {
  width: 100%;
  max-width: 25.87rem;
}

.section_home-testimonial {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.home-testimonial_component {
  min-height: 14rem;
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.home-testimonial_progress-wrapper {
  grid-column-gap: 2.38rem;
  align-items: center;
  display: none;
}

.home-testimonial_progress-number {
  color: var(--black-0a);
  font-size: 1.25rem;
  font-weight: 500;
}

.home-testimonial_testimonial-wrapper {
  width: 100%;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.section_home-excellence {
  padding-top: 5.5rem;
  padding-bottom: 18rem;
}

.home-excellence_component {
  max-width: 61.5rem;
}

.home-excellence_image {
  width: 100%;
  max-width: 23.13rem;
  position: absolute;
  top: auto;
  bottom: -12rem;
  left: auto;
  right: 0%;
}

.section_home-projects {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.home-projects_grid {
  width: 100%;
  grid-column-gap: 4.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.home-projects_grid.even {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.home-projects_item-left {
  width: 100%;
  max-width: 39.38rem;
  position: relative;
}

.home-projects_item-left_image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home-projects_item-left_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  background-color: var(--black-0a);
}

.home-projects_item-left_gradient {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #000, rgba(2, 2, 2, 0) 60%);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-projects_item-left_content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  padding-left: 1.84rem;
  padding-right: 1.84rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1.5rem;
  left: 0%;
  right: 0%;
}

.home-projects_item-left_details {
  width: 100%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-projects_item-left_details-text {
  text-transform: uppercase;
  font-size: 1rem;
}

.home-projects_item-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-projects_item-right_number {
  color: var(--black-0a);
  font-size: 2.8rem;
  line-height: 1;
}

.home-projects_item-right_text {
  color: var(--grey);
}

.section_home-cta {
  position: relative;
  overflow: hidden;
}

.home-cta_component {
  z-index: 1;
  grid-column-gap: 7rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.home-cta_item-left {
  width: 100%;
  max-width: 24rem;
}

.home-cta_item-left_text-wrap {
  max-width: 24rem;
}

.home-cta_item-right {
  width: 100%;
  max-width: 27.38rem;
}

.home-cta_form {
  margin-bottom: 0;
}

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

.footer_left {
  width: 100%;
  max-width: 24rem;
}

.footer_image {
  width: 16rem;
  display: flex;
}

.footer_left-icons {
  width: 100%;
  max-width: 8.25rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer_right {
  width: 100%;
  max-width: 22rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_right-item {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  grid-row-gap: .19rem;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer_copyright-component {
  justify-content: space-between;
  display: flex;
}

.nav-menu {
  align-items: center;
  margin-left: auto;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  overflow: hidden;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-header_bg-pattern {
  width: 100%;
  max-width: 37.5rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-header_bg-pattern-image {
  transform: scale(3)translate(200px, 200px)rotate(90deg);
}

.home-header_bg-pattern-cover {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-link {
  color: var(--black-1b);
  letter-spacing: .02rem;
  text-transform: uppercase;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
}

.nav-link.nav-button {
  border: 1px solid #000;
  border-radius: .25rem;
  margin-left: 2rem;
  padding: .75rem 1.5rem;
}

.nav-link.nav-button.w--current {
  color: var(--black);
}

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

.nav-link.nav-button-white {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: .25rem;
  margin-left: 2rem;
  padding: .75rem 1.5rem;
}

.home-flagship_cover {
  z-index: 5;
  background-color: var(--white);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brand-link {
  overflow: hidden;
}

.loader {
  z-index: 999999;
  background-color: #101010;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-optimzed_image {
  width: 80.69rem;
  transition: opacity .2s;
  transform: translate(0, -21px)rotate(-90deg);
}

.home-optimzed_info-component {
  justify-content: flex-end;
  margin-top: 9rem;
  display: flex;
  position: relative;
}

.home-optimzed_info-wrapper {
  width: 100%;
  max-width: 31.87rem;
  color: var(--black-0a);
  text-transform: uppercase;
  justify-content: flex-start;
  font-weight: 500;
  display: flex;
}

.home-optimzed_image-wrap {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-optimzed_image-overlay {
  background-color: var(--white);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-stats_svg {
  width: 33.88rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-stats_svg-wrap {
  width: 33.88rem;
  height: 1379.53px;
  flex-direction: column;
  margin-top: 52rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-stats_svg-overlay {
  background-color: var(--white);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-cta_svg-wrap {
  width: 100%;
  max-width: 33.88rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -15%;
  right: auto;
}

.home-cta_svg-overlay {
  background-color: var(--white);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.counter {
  display: inline-block;
}

.home-needs_buildings-wrap {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 7.75rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.home-needs_buildings-image02, .home-needs_buildings-image03 {
  width: 100%;
}

._02 {
  display: inline-block;
}

.home-details_image-wrap {
  align-items: flex-end;
  position: relative;
}

.home-details_image-overlay {
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-attention_image {
  width: 100%;
  object-fit: cover;
}

.home-attention_image-wrap {
  position: relative;
}

.home-flagship_bg-image-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .8));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link_line {
  height: 1px;
  background-color: var(--black-1b);
}

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

.section {
  padding-top: 95px;
}

.circle {
  width: 48px;
  height: 48px;
  background-color: #e9eef2;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.top-circle {
  z-index: 3;
  width: 40px;
  height: 40px;
  background-color: var(--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.base-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.progress-bar01, .progress-bar02, .progress-bar03, .progress-bar04 {
  width: 24px;
  height: 24px;
  transform-origin: 100% 0;
  background-color: #0a0a0a;
  border-bottom-left-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.progress-mask {
  z-index: 2;
  width: 24px;
  height: 24px;
  background-color: #e9eef2;
  border-radius: 0% 0% 0% 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.to-delete {
  height: 100vh;
  background-color: var(--black-0a);
}

.text-size-regular-ppfont {
  letter-spacing: .72px;
  font-family: PP Telegraf, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

.section_home-perfection {
  padding-bottom: 4.75rem;
  position: relative;
}

.home-perfection_component {
  z-index: 1;
  position: relative;
}

.home-perfection_heading-wrap {
  width: 100%;
  max-width: 31.87rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-left: auto;
  display: flex;
}

.home-perfection_slide-wrap {
  width: 100%;
  margin-top: 6.25rem;
}

.home-perfection_slide-image {
  width: 100%;
  object-fit: cover;
}

.home-perfection_slide-image-wrap {
  width: 100%;
  position: relative;
}

.home-perfection_slide-description {
  height: 14rem;
  grid-column-gap: 1.75rem;
  flex-direction: column;
  margin-top: -7rem;
  display: flex;
}

.home-perfection_slide-line {
  width: 1.5px;
  height: 7.19rem;
  background-color: var(--black-0a);
}

.home-perfection_slide-info {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.home-perfection_image-overaly {
  width: 7.38rem;
  height: 7.38rem;
  background-image: linear-gradient(225deg, rgba(0, 0, 0, 0) 50%, #fff 50%);
}

.home-needs_header-wrapper {
  width: 100%;
  max-width: 52.63rem;
  margin-left: auto;
  margin-right: auto;
}

.footer_left-icon {
  display: flex;
}

.home-projects_item-left_details-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.home-projects_item-left_details-main-wrap {
  width: 100%;
  height: 1.25rem;
  color: var(--white);
  overflow: hidden;
}

.home-testimonial-wrap {
  height: 200vh;
  display: none;
  position: relative;
}

.home-flagship_bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.home-needs_buildings-image02-wrap {
  width: 100%;
  max-width: 26.38rem;
  flex: none;
  margin-top: 13.5rem;
  overflow: hidden;
}

.home-needs_buildings-image01-wrap {
  width: 100%;
  max-width: 26.38rem;
  min-height: 18.75rem;
  flex: none;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.home-needs_buildings-image03-wrap {
  width: 100%;
  max-width: 26.38rem;
  flex: none;
  margin-top: 4rem;
  overflow: hidden;
}

.home-perfection_slide-space {
  height: 3.5rem;
  display: flex;
}

.home-perfection_slide-space-wrap {
  flex-direction: column;
  justify-content: space-between;
  margin-left: 1.75rem;
  display: flex;
}

.home-perfection_slide-line-wrap {
  align-items: flex-start;
  display: flex;
}

.loader-emebed {
  width: 100%;
}

.home-testimonial_testimonial {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.home-stats_card-04 {
  min-height: 28rem;
  background-color: #878e94;
  padding-top: 2rem;
  transition: all .25s cubic-bezier(.8, 0, .2, 1);
  position: -webkit-sticky;
  position: sticky;
  top: 24rem;
}

.superscript {
  font-size: 7.8rem;
  top: -44.4px;
}

.home-stats_card-01 {
  height: 28rem;
  background-color: #000;
  padding-top: 3rem;
  transition: all .25s cubic-bezier(.8, 0, .2, 1);
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
}

.home-stats_card-02 {
  min-height: 28rem;
  background-color: #878e94;
  padding-top: 2rem;
  transition: all .25s cubic-bezier(.8, 0, .2, 1);
  position: -webkit-sticky;
  position: sticky;
  top: 9rem;
}

.home-stats_card-03 {
  min-height: 28rem;
  background-color: #000;
  padding-top: 2rem;
  transition: all .25s cubic-bezier(.8, 0, .2, 1);
  position: -webkit-sticky;
  position: sticky;
  top: 18rem;
}

.container-custom {
  width: 100%;
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
}

.card-heading_span {
  margin-top: -58px;
  margin-left: 40px;
}

.card-heading_span02 {
  margin-left: 40px;
  position: relative;
  top: 17px;
}

.card-heading {
  color: #fff;
  align-items: center;
  font-size: 6.25rem;
  font-weight: 400;
  line-height: .9;
  display: flex;
}

.home-stats_component {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.heading-style-display02 {
  font-size: 12.5rem;
  font-weight: 400;
}

.home-testimonial_content {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-testimonial_sticky {
  padding-top: 0;
}

.home-testimonial_testimonial01 {
  z-index: 4;
  position: absolute;
}

.home-testimonial_testimonial02 {
  z-index: 3;
  position: absolute;
}

.home-testimonial_testimonial03 {
  z-index: 2;
  position: absolute;
}

.home-testimonial_testimonial04 {
  z-index: 1;
  position: absolute;
}

.nav-container {
  width: 100%;
  max-width: 80rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-wrap {
  align-items: center;
  display: flex;
}

.project-projects_component {
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
  position: relative;
  top: -3.38rem;
}

.home-projects_component {
  z-index: 1;
  position: relative;
}

.home-projects_header {
  color: var(--white);
  font-size: 12.5rem;
  font-weight: 500;
}

.home-projects_details-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 28.13rem;
  display: flex;
}

.home-projects_details-text {
  color: var(--white);
  letter-spacing: .18px;
  font-size: 1.13rem;
}

.home-projects_details-left {
  grid-column-gap: 10.13rem;
  display: flex;
}

.home-projects_link {
  grid-column-gap: .5rem;
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  font-size: 1.13rem;
  text-decoration: none;
  display: flex;
}

.home-projects_link-arrow {
  display: flex;
}

.section_about-hero {
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 28.44rem;
  padding-bottom: 86px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-fundamentals_component {
  grid-column-gap: 8rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section_about-fundamentals {
  padding-top: 7.63rem;
  padding-bottom: 7.25rem;
  overflow: hidden;
}

.about-hero_component {
  z-index: 1;
  grid-column-gap: 3rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.about-hero_left {
  width: 100%;
  max-width: 56rem;
}

.about-hero_right {
  width: 100%;
  max-width: 21.1rem;
}

.section_about-founder {
  padding-top: 5.88rem;
  padding-bottom: 7.63rem;
  overflow: hidden;
}

.about-founder_top-wrap {
  grid-column-gap: 6.25rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.about-founder_right {
  width: 100%;
  max-width: 27.38rem;
  align-items: flex-end;
  overflow: hidden;
}

.about-founder_left-image {
  width: 100%;
  max-width: 42rem;
}

.about-founder_right-image {
  width: 100%;
  max-width: 27.38rem;
}

.about-founder_left-content {
  max-width: 40rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 12.75rem;
  display: flex;
}

.about-founder_bottom-wrap {
  justify-content: space-between;
  margin-top: 15rem;
  display: flex;
  position: relative;
}

.about-founder_statistics {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.section_about-contact {
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
}

.section_about-creation {
  background-image: linear-gradient(to top, #f7f8fa, rgba(247, 248, 250, 0));
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
}

.about-creation_component {
  justify-content: space-between;
  display: flex;
}

.about-creation_left {
  width: 100%;
  max-width: 28rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  display: flex;
}

.text-size-xlarge {
  font-size: 2.25rem;
  line-height: 1.1;
}

.view-link {
  grid-column-gap: .25rem;
  color: var(--black-0a);
  align-items: center;
  margin-top: 2.5rem;
  font-size: 1.13rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.view-link.gray {
  color: var(--dark-grey);
  margin-top: 0;
}

.view-link.no-margin {
  margin-top: 0;
}

.view-link_icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.section_about-work {
  background-color: #565a5f;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.about-work_component {
  grid-column-gap: 5.25rem;
  justify-content: space-between;
  display: flex;
}

.about-work_left {
  width: 100%;
  height: 100%;
  max-width: 31.3rem;
  object-fit: cover;
  overflow: hidden;
}

.about-work_right {
  width: 100%;
  max-width: 34rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.about-work_left-image {
  width: 100%;
  max-width: 31.37rem;
}

.about-work_right-contet {
  grid-row-gap: 3.75rem;
  flex-direction: column;
  display: flex;
}

.about-work_content-text {
  letter-spacing: .01rem;
  font-size: 1.13rem;
}

.about-work_right-info-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  margin-top: 9.38rem;
  display: flex;
}

.view-link-alt {
  grid-column-gap: .25rem;
  color: var(--white);
  align-items: center;
  font-size: 1.13rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.view-link-alt.all-caps {
  text-transform: uppercase;
}

.section_about-ashok {
  position: relative;
  overflow: hidden;
}

.about-ashok_component {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 48rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.about-ashok_content {
  color: var(--white);
}

.about-ashok_content-wrap {
  width: 100%;
  max-width: 30rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.section_about-brief {
  padding-top: 16rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

.about-brief_component {
  z-index: 1;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.about-brief_conetnt-wrap {
  max-width: 52rem;
}

.section_about-team {
  background-color: #565a5f;
  padding-top: 11rem;
  padding-bottom: 9.75rem;
  position: relative;
  overflow: hidden;
}

.about-team_grid {
  grid-column-gap: 32px;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7.5rem;
  display: grid;
  position: relative;
}

.about-team_grid-item {
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.about-team_grid-item-image {
  z-index: 5;
  height: 100%;
  filter: grayscale();
  object-fit: cover;
}

.about-team_grid-item-content {
  flex-direction: column;
  display: flex;
}

.about-founder_component {
  position: relative;
}

.about-founder_svg-01 {
  width: 100%;
  height: 60rem;
  max-width: 33.88rem;
  position: absolute;
  top: auto;
  bottom: 25%;
  left: auto;
  right: -16rem;
}

.paragraph-p1 {
  letter-spacing: .18px;
  font-size: 1.13rem;
  line-height: 1.2;
}

.about-founder_svg-02 {
  width: 100%;
  height: 67.38rem;
  max-width: 76.5rem;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: auto;
  right: -50%;
}

.about-founder_svg-03 {
  width: 100%;
  height: 67.38rem;
  max-width: 76.5rem;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 30%;
}

.about-founder_svg-04 {
  width: 100%;
  height: 67.38rem;
  max-width: 76.5rem;
  display: none;
  position: absolute;
  top: auto;
  bottom: -16%;
  left: auto;
  right: -56.5%;
}

.about-founder_svg-05 {
  width: 100%;
  height: 67.38rem;
  max-width: 76.5rem;
  display: none;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: -30%;
  right: auto;
}

.about-founder_svg-06 {
  height: 67.38rem;
  max-width: 76.5rem;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section_about-people {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  overflow: hidden;
}

.about-people_component {
  position: relative;
}

.about-people_block {
  grid-row-gap: 4rem;
  flex-direction: column;
  margin-top: 4rem;
  display: flex;
}

.about-people_block-wrap {
  grid-column-gap: 5.25rem;
  justify-content: center;
  display: flex;
}

.about-people_block-left {
  max-width: 24.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-people_block-right {
  width: 100%;
  max-width: 19.06rem;
}

.about-people_block-top {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.about-people_block-left-top {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.about-founder_svg-07 {
  width: 100%;
  height: 80.72rem;
  max-width: 99.53rem;
  display: none;
  position: absolute;
  top: -16%;
  bottom: auto;
  left: -18%;
  right: auto;
  transform: scale(1.4);
}

.section_project-hero {
  padding-top: 8rem;
  position: relative;
  overflow: hidden;
}

.project-hero_component {
  position: relative;
}

.project-hero_header-wrap {
  max-width: 53rem;
}

.project-hero_svg-01 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -20%;
  right: auto;
  transform: scale(1.7);
}

.project-hero_header-image-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.13rem;
  display: grid;
}

.section_project-contact {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
}

.section_project-example {
  padding-top: 13rem;
  padding-bottom: 2.38rem;
  overflow: hidden;
}

.section_project-perfection {
  background-color: var(--dim-grey);
  padding-top: 8.5rem;
  padding-bottom: 10rem;
  overflow: hidden;
}

.project-perfection_slide-wrap {
  width: 100%;
}

.project-perfection_slide-image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.project-perfection_slide-image {
  width: 100%;
  object-fit: cover;
}

.project-perfection_slide-description {
  height: 14rem;
  grid-column-gap: 1.75rem;
  flex-direction: column;
  margin-top: -7.2rem;
  display: flex;
}

.project-perfection_image-overaly {
  width: 7.38rem;
  height: 7.38rem;
  background-image: linear-gradient(225deg, transparent 50%, var(--dim-grey) 50%);
}

.project-perfection_slide-line-wrap {
  align-items: flex-start;
  display: flex;
}

.project-perfection_slide-line {
  width: 1.5px;
  height: 5rem;
  background-color: var(--white);
}

.project-perfection_slide-space-wrap {
  flex-direction: column;
  justify-content: space-between;
  margin-left: 1.75rem;
  display: flex;
}

.project-perfection_slide-space {
  height: 1.5rem;
  display: flex;
}

.project-perfection_slide-info {
  width: 100%;
  max-width: 48rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.project-hero_header-left {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.project-hero_header-left-image {
  width: 100%;
  height: 100%;
  max-width: 39rem;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section_project-roof {
  padding-top: 11.75rem;
  padding-bottom: 14.37rem;
  overflow: hidden;
}

.project-roof_svg-01 {
  width: 100%;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.project-roof_svg-02 {
  width: 100%;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-roof_image-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-roof_content-wrap {
  z-index: 1;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  padding-top: 10.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
}

.project-roof_heading-wrap {
  z-index: 1;
  width: 100%;
  max-width: 32.8rem;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  position: relative;
}

.project-roof_content {
  width: 100%;
  max-width: 26.88rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3.2rem;
  display: flex;
  position: relative;
}

.section_project-location {
  padding-bottom: 8.31rem;
  overflow: hidden;
}

.project-location_component {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.project-perfection_header-wrap {
  max-width: 53.37rem;
}

.project-perfection_main-wrap {
  grid-row-gap: 8rem;
  flex-direction: column;
  margin-top: 5.75rem;
  display: flex;
}

.project-location_header-wrap {
  width: 100%;
  max-width: 51.25rem;
  grid-row-gap: 3.75rem;
  flex-direction: column;
  display: flex;
}

.project-location_slide-wrap {
  width: 100%;
}

.project-location_slide-wrap.top-margin {
  z-index: 1;
  margin-top: 6.25rem;
  position: relative;
}

.project-location_slide-image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.project-location_slide-image {
  width: 100%;
  object-fit: cover;
}

.project-location_slide-description {
  height: 14rem;
  grid-column-gap: 1.75rem;
  flex-direction: column;
  margin-top: -7.25rem;
  display: flex;
  position: relative;
}

.project-location_image-overaly {
  width: 7.38rem;
  height: 7.38rem;
  background-image: linear-gradient(225deg, transparent 50%, var(--white) 50%);
}

.project-location_slide-line-wrap {
  align-items: flex-start;
  display: flex;
}

.project-location_slide-line {
  width: 1.5px;
  height: 5rem;
  background-color: var(--black-0a);
}

.project-location_slide-space-wrap {
  flex-direction: column;
  justify-content: space-between;
  margin-left: 1.75rem;
  display: flex;
}

.project-location_slide-space {
  height: 1.5rem;
  display: flex;
}

.project-location_slide-info {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.project-location_location-wrap {
  width: 100%;
  padding-top: 17.88rem;
  position: relative;
}

.project-location_heading-wrap {
  z-index: 1;
  height: 8rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.project-location_header {
  grid-column-gap: 2.5rem;
  display: flex;
}

.project-location_content-wrap {
  z-index: 1;
  width: 100%;
  max-width: 34.63rem;
  margin-top: 1.5rem;
  position: relative;
}

.project-location_svg-04 {
  position: absolute;
  top: -20%;
  bottom: auto;
  left: 43%;
  right: 0%;
}

.section_prazanta-projects {
  padding-top: 7.5rem;
  padding-bottom: 3rem;
}

.prazanta-projects_component {
  grid-row-gap: 3.38rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.prazanta-projects_content-wrap {
  grid-column-gap: 3.25rem;
  justify-content: space-between;
  display: flex;
}

.section_prazanta-location {
  background-image: linear-gradient(to top, #f7f8fa, #f3f3f3 50%, var(--white));
  padding-top: 12.5rem;
}

.prazanta-location_block01 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.prazanta-location_header-link-wrap {
  grid-column-gap: 2.75rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 3rem;
  display: flex;
}

.prazanta-location_map-wrap {
  width: 100%;
  height: 33.25rem;
  max-width: 56.63rem;
  margin-bottom: 7.63rem;
  margin-left: auto;
  margin-right: auto;
}

.prazanta-location_map {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prazanta-location_block02 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.prazanta-location_bg {
  width: 100%;
}

.prazanta-location_block03 {
  grid-column-gap: 11.63rem;
  flex-direction: row;
  align-items: flex-end;
  padding-top: 8.44rem;
  padding-bottom: 4rem;
  display: flex;
}

.button-icon {
  display: flex;
}

.prazanta-location_brochure {
  width: 100%;
  max-width: 27.38rem;
}

.prazanta-slider_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.prazanta-slider_slide {
  width: 100%;
  height: auto;
}

.prazanta-slider_slide-left-arrow {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 8%, rgba(255, 255, 255, 0));
}

.prazanta-slider_slide-right-arrow {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, .5) 92%);
}

.prazanta-slider_slide-nav {
  display: none;
}

.prazanta-slider_slide-image {
  width: 100%;
  height: 50rem;
  object-fit: cover;
}

.prazanta-slider_slide-wrap {
  height: 100%;
  flex-direction: row;
}

.section_prazanta-features {
  padding-top: 6.25rem;
  padding-bottom: 12.5rem;
}

.prazanta-features_grid {
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.prazanta-features_item {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.prazanta-features_image {
  width: 100%;
}

.prazanta-features_content-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.prazanta-features_content-right {
  max-width: 36.75rem;
}

.section_prazanta-floorplans {
  padding-top: 11.25rem;
  padding-bottom: 6.25rem;
  display: none;
  overflow: hidden;
}

.prazanta-floorplans_tabs {
  margin-top: 2.5rem;
}

.prazanta-floorplans_tabs-content {
  margin-top: 3rem;
}

.prazanta-floorplans_tabs-menu {
  grid-column-gap: 3rem;
  display: flex;
}

.prazanta-floorplans_tabs-link {
  color: var(--dark-grey);
  letter-spacing: .18px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 1.13rem;
  line-height: 1.1;
}

.prazanta-floorplans_tabs-link.w--current {
  border-bottom: 1px solid var(--black-0a);
  color: var(--black-0a);
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 2px;
}

.prazanta-floorplans_tab-image {
  width: 100%;
  max-width: 54rem;
}

.prazanta-floorplans_tab-content {
  grid-row-gap: 2.13rem;
  flex-direction: column;
  display: flex;
}

.prazanta-floorplans_tab-place-size {
  margin-top: -1rem;
}

.prazanta-floorplans_tab-inner-wrap {
  grid-column-gap: 4rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section_prazanta-hero {
  padding-top: 15rem;
  overflow: hidden;
}

.prazanta-hero_header-wrap {
  width: 100%;
  max-width: 48rem;
}

.section_prazanta-figures {
  overflow: hidden;
}

.section_prazanta-contact {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.prazanta-hero_prazanta-wrap {
  grid-column-gap: 6.25rem;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.prazanta-hero_prazanta-image {
  width: 100%;
  max-width: 72rem;
  flex: none;
}

.prazanta-hero_prazanta-left {
  width: 100%;
  max-width: 15.13rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.prazanta-figures_component {
  position: relative;
}

.prazanta-figures_header-wrap {
  width: 100%;
  max-width: 55rem;
  margin-left: 21.38rem;
  padding-top: 11.88rem;
  padding-bottom: 16rem;
  position: relative;
}

.prazanta-figures_points-wrap {
  padding-bottom: 12rem;
  position: relative;
}

.prazanta-figures_points-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.5rem;
  display: grid;
}

.prazanta-figures_points-block {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.prazanta-figures_images-wrap {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.prazanta-figures_images-left {
  width: 100%;
  max-width: 34.63rem;
  margin-top: 6.75rem;
}

.prazanta-figures_images-right {
  width: 100%;
  max-width: 34.63rem;
}

.prazanta-figures_svg-images {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.brand-link_image-black, .brand-link_image-white {
  display: flex;
}

.icon {
  margin-left: 10px;
}

.icon-2 {
  margin-right: 10px;
}

.heading-style-display-alt {
  color: var(--black-0a);
  letter-spacing: .03rem;
  font-family: PP Telegraf, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.02;
}

.heading-style-display-alt.text-color-grey {
  color: var(--grey);
}

.heading-style-display-alt.text-color-white {
  color: var(--white);
}

.home-projects_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-projects_bg-overlay {
  background-image: linear-gradient(rgba(10, 10, 10, .4), rgba(10, 10, 10, .4));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-hero_bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 9%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-founder_left-image-wrap {
  width: 100%;
  max-width: 42rem;
  overflow: hidden;
}

.about-ashok_bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-hero_header-left-image-wrap {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.prazanta-hero_prazanta-image-wrap {
  width: 100%;
  max-width: 72rem;
  flex: none;
  overflow: hidden;
}

.prazanta-figures_images-left-wrap {
  width: 100%;
  max-width: 34.63rem;
  overflow: hidden;
}

.prazanta-figures_images-right-wrap {
  width: 100%;
  max-width: 34.63rem;
}

.prazanta-features_image-wrap {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.footer_link-text {
  color: var(--white-a6);
  font-family: PP Telegraf, sans-serif;
  font-size: 1.13rem;
  line-height: 1.2;
  text-decoration: none;
}

.footer-link_line {
  height: 1.9px;
  background-color: var(--black-1b);
}

.footer-link_line.white {
  height: 1px;
  background-color: var(--white-a6);
}

.heading-style-display_proj {
  color: var(--black-0a);
  letter-spacing: .03rem;
  text-transform: uppercase;
  font-family: PP Telegraf, sans-serif;
  font-size: 5.25rem;
  font-weight: 400;
  line-height: 1.02;
}

.heading-style-display_proj.text-color-grey {
  color: var(--grey);
}

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

.about-founder_brand-story {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 13.75rem;
  display: flex;
  position: relative;
}

.about-founder_brand-story-left {
  width: 100%;
  max-width: 38.75rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.about-founder_brand-story-right {
  width: 100%;
  max-width: 27.25rem;
}

.about-founder_brand-story-content {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.about-team_grid-item-info {
  grid-column-gap: .5rem;
  justify-content: space-between;
  display: flex;
}

.home-projects_content-wrap {
  max-width: 42rem;
}

.about-people_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-people_item {
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-people_item-content {
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.home-testimonial_slider {
  background-color: rgba(0, 0, 0, 0);
}

.home-testimonial_slide-nav {
  display: none;
}

.home-testimonial_left-arrow {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 2rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.home-testimonial_right-arrow {
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.home-projects_sold-out-text {
  color: var(--black-0a);
  margin-top: 2.5rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.home-projects_status-text {
  color: var(--black-0a);
  text-transform: uppercase;
}

.project-upcoming_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-upcoming_top-component {
  text-align: center;
}

.home-testimonial_testimonial-image {
  height: 18rem;
}

.about-team_gridv2 {
  grid-column-gap: 7.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7.5rem;
  display: grid;
  position: relative;
}

.project-hero_header-right-image {
  width: 100%;
  height: 100%;
  max-width: 39rem;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.about-people_item-title {
  color: var(--black-0a);
  font-size: 1.5rem;
}

.home-cta_item-address-wrap {
  width: 100%;
  max-width: 22rem;
}

.home-testimonial_content-wrap {
  width: 100%;
  max-width: 32rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.section_policy-hero {
  background-color: var(--dim-grey);
  padding-top: 12rem;
  padding-bottom: 8rem;
}

.section_policy-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.policy-hero_component {
  justify-content: center;
  align-items: center;
  display: flex;
}

.policy-content_component {
  width: 100%;
  max-width: 64rem;
}

.policy-content_richtext p {
  color: var(--black);
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.3;
}

.policy-content_richtext h5 {
  color: var(--black-0a);
  margin-bottom: .25rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.35;
}

.policy-content_richtext h6 {
  color: var(--black-0a);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.test-btn {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: var(--dark-grey);
  text-decoration: none;
  display: flex;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-display {
    font-size: 4rem;
  }

  .section_home-optimized {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .section_home-needs {
    padding-top: 7rem;
  }

  .home-fundamentals_grid {
    grid-column-gap: 2rem;
  }

  .home-testimonial_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home-projects_grid {
    grid-column-gap: 5rem;
  }

  .home-projects_item-right_number {
    font-size: 2.6rem;
  }

  .home-cta_component {
    grid-column-gap: 3rem;
  }

  .nav-menu {
    background-color: var(--grey);
    flex-direction: column;
    margin-left: 0;
    padding: 5rem 2.5rem;
  }

  .navbar {
    background-color: var(--white);
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-link {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .nav-link.nav-button, .nav-link.nav-button-white {
    margin-left: 0;
    margin-right: 0;
  }

  .home-optimzed_info-component {
    margin-top: 4rem;
  }

  .home-needs_buildings-wrap {
    grid-column-gap: 3rem;
  }

  .home-needs_buildings-image02-wrap {
    max-width: 22rem;
  }

  .home-needs_buildings-image01-wrap, .home-needs_buildings-image03-wrap {
    max-width: 23rem;
  }

  .loader-emebed {
    justify-content: center;
    align-items: center;
  }

  .home-stats_card-01 {
    top: 3.5rem;
  }

  .card-heading_span {
    margin-top: 0;
    font-size: 4.6rem;
  }

  .heading-style-display02 {
    font-size: 8rem;
  }

  .nav_menu-button {
    color: var(--black-0a);
    flex: 1;
    padding: 12px;
  }

  .nav_menu-button.w--open {
    background-color: var(--black-0a);
  }

  .nav_menu-icon {
    flex: 1;
    font-size: 2.2rem;
  }

  .nav_menu-button-wrap {
    flex: 1;
  }

  .nav-link-wrap {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-projects_component {
    top: 0;
  }

  .home-projects_header {
    font-size: 10.5rem;
  }

  .home-projects_details-left {
    grid-column-gap: 5rem;
  }

  .section_about-hero {
    padding-top: 20rem;
  }

  .home-fundamentals_component {
    grid-column-gap: 2.5rem;
  }

  .section_about-fundamentals {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .about-hero_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-hero_right {
    max-width: 32rem;
  }

  .section_about-founder {
    padding-bottom: 5rem;
  }

  .about-founder_top-wrap {
    grid-column-gap: 4rem;
  }

  .about-founder_right {
    max-width: 18rem;
  }

  .about-founder_left-content {
    margin-top: 5rem;
  }

  .about-founder_bottom-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 6rem;
    display: grid;
  }

  .section_about-contact, .section_about-creation {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .about-creation_left {
    max-width: 24rem;
  }

  .view-link.no-margin {
    font-size: 1rem;
  }

  .view-link_icon {
    width: 1.2rem;
  }

  .section_about-work {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .about-work_component {
    grid-column-gap: 2rem;
  }

  .about-work_right {
    max-width: 25rem;
  }

  .about-work_right-contet {
    grid-row-gap: 2.75rem;
  }

  .about-work_right-info-wrap {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .about-ashok_component {
    padding-top: 32rem;
    padding-bottom: .9rem;
  }

  .about-ashok_content-wrap {
    background-color: var(--grey);
    padding: 1rem;
  }

  .section_about-brief, .section_about-team {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .about-team_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    margin-top: 4rem;
  }

  .about-team_grid-item-image {
    height: 20rem;
  }

  .about-founder_svg-06 {
    height: 50rem;
    max-width: 40rem;
  }

  .section_about-people {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .about-people_block {
    margin-top: 3rem;
  }

  .about-people_block-wrap {
    grid-column-gap: 3.25rem;
  }

  .section_project-contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section_project-example {
    padding-top: 8rem;
  }

  .section_project-perfection {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section_project-roof {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .project-roof_content-wrap {
    padding-top: 8rem;
    padding-bottom: 6.5rem;
  }

  .section_project-location {
    padding-bottom: 5rem;
    overflow: hidden;
  }

  .project-perfection_main-wrap {
    grid-row-gap: 3rem;
    margin-top: 4rem;
  }

  .project-location_slide-wrap.top-margin {
    margin-top: 3rem;
  }

  .project-location_location-wrap {
    padding-top: 15rem;
  }

  .section_prazanta-projects, .section_prazanta-location {
    padding-top: 5rem;
  }

  .prazanta-location_header-link-wrap {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .prazanta-location_map-wrap {
    margin-bottom: 5rem;
  }

  .prazanta-location_block03 {
    grid-column-gap: 4rem;
    padding-top: 4rem;
  }

  .prazanta-slider_slider, .prazanta-slider_slider-mask {
    height: auto;
  }

  .section_prazanta-features {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .prazanta-features_grid {
    margin-top: 2.5rem;
  }

  .section_prazanta-floorplans, .section_prazanta-contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .prazanta-hero_prazanta-wrap {
    grid-row-gap: 1.6rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .prazanta-figures_header-wrap {
    margin-left: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .prazanta-figures_points-wrap {
    padding-bottom: 5rem;
  }

  .prazanta-figures_points-grid {
    grid-column-gap: 1.5rem;
  }

  .prazanta-figures_images-wrap {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .brand-link_image-white {
    filter: invert();
  }

  .heading-style-display-alt {
    font-size: 2.6rem;
  }

  .about-hero_bg-image {
    top: 7%;
  }

  .heading-style-display_proj {
    font-size: 4rem;
  }

  .about-founder_brand-story {
    grid-column-gap: 3rem;
    margin-top: 4rem;
  }

  .about-founder_brand-story-left {
    grid-row-gap: 2rem;
  }

  .about-people_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project-upcoming_component {
    grid-column-gap: 1.5rem;
  }

  .about-team_gridv2 {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    margin-top: 4rem;
  }

  .about-people_item-title {
    font-size: 1.25rem;
  }

  .section_policy-hero {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.15rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

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

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .heading-style-display {
    font-size: 4.25rem;
  }

  .home-flagship_wrappers.parallax {
    max-width: none;
  }

  .section_home-optimized {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .home-stats_text-content {
    margin-top: 10rem;
  }

  .section_home-needs {
    padding-top: 5rem;
  }

  .section_home-fundamentals {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .home-fundamentals_grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .section_home-testimonial {
    padding-top: 5rem;
  }

  .home-testimonial_component {
    min-height: 16rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .section_home-excellence {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }

  .home-projects_grid, .home-projects_grid.even {
    flex-direction: column;
  }

  .home-projects_item-right_number {
    font-size: 2rem;
  }

  .home-cta_component {
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-cta_item-left, .home-cta_item-right {
    max-width: none;
  }

  .footer_component {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .footer_right {
    max-width: 15rem;
    grid-template-columns: auto auto;
  }

  .home-optimzed_info-component {
    margin-top: 3rem;
  }

  .home-stats_svg-wrap {
    margin-top: 45rem;
  }

  .home-needs_buildings-wrap {
    flex-wrap: wrap;
  }

  .section_home-perfection {
    padding-bottom: 3rem;
  }

  .home-perfection_slide-wrap {
    margin-top: 3rem;
  }

  .home-needs_buildings-image02-wrap {
    max-width: 28rem;
    margin-top: 4rem;
  }

  .home-needs_buildings-image01-wrap {
    max-width: 28rem;
    margin-top: 2rem;
  }

  .home-needs_buildings-image03-wrap {
    max-width: 28rem;
  }

  .home-testimonial_testimonial {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .superscript {
    font-size: 5rem;
  }

  .card-heading_span {
    margin-left: 20px;
    font-size: 4.2rem;
  }

  .card-heading_span02 {
    margin-left: 20px;
    font-size: 5rem;
  }

  .heading-style-display02 {
    font-size: 5rem;
  }

  .home-projects_header {
    font-size: 8.5rem;
  }

  .home-projects_details-wrap {
    margin-top: 20rem;
  }

  .home-projects_details-left {
    grid-column-gap: 3rem;
  }

  .home-fundamentals_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .section_about-founder {
    padding-top: 5rem;
  }

  .about-founder_top-wrap {
    grid-column-gap: 3rem;
  }

  .about-founder_right {
    max-width: 15rem;
  }

  .about-founder_left-content {
    margin-top: 2rem;
  }

  .about-founder_bottom-wrap {
    margin-top: 6rem;
  }

  .about-creation_component {
    flex-direction: column-reverse;
  }

  .about-creation_left {
    max-width: 28rem;
    grid-row-gap: 1rem;
    padding-top: 3rem;
  }

  .text-size-xlarge {
    font-size: 2.1rem;
  }

  .about-work_component {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .about-work_right {
    max-width: 30rem;
  }

  .about-work_left-image {
    max-width: none;
  }

  .about-work_right-contet {
    grid-row-gap: 2rem;
  }

  .about-work_right-info-wrap {
    margin-top: 3rem;
  }

  .about-ashok_component {
    padding-top: 26rem;
    padding-bottom: 2.5rem;
  }

  .about-founder_svg-02 {
    height: 40rem;
  }

  .about-people_block-wrap {
    grid-column-gap: 2rem;
  }

  .about-people_block-right {
    object-fit: cover;
  }

  .project-roof_content {
    z-index: 1;
  }

  .prazanta-projects_component {
    grid-row-gap: 3rem;
  }

  .prazanta-projects_content-wrap {
    grid-column-gap: 2rem;
  }

  .prazanta-location_block03 {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .prazanta-location_brochure {
    max-width: none;
  }

  .prazanta-slider_slide-image {
    height: 23rem;
  }

  .prazanta-slider_slide-wrap {
    display: flex;
  }

  .prazanta-features_content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .section_prazanta-hero {
    padding-top: 12rem;
  }

  .prazanta-figures_points-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .prazanta-figures_images-left {
    margin-top: 0;
  }

  .heading-style-display-alt {
    font-size: 3rem;
  }

  .prazanta-figures_images-left-wrap {
    margin-top: 0;
  }

  .heading-style-display_proj {
    font-size: 4.25rem;
  }

  .about-founder_brand-story {
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-people_grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-testimonial_slider {
    height: 100%;
  }

  .project-upcoming_component {
    grid-template-columns: 1fr;
  }

  .home-testimonial_testimonial-image {
    height: 12rem;
  }

  .about-people_item-title {
    font-size: 1.2rem;
  }

  .home-testimonial_content-wrap {
    max-width: none;
  }

  .policy-content_richtext h5 {
    font-size: 1.7rem;
    line-height: 1.3;
  }

  .policy-content_richtext h6 {
    font-size: 1.35rem;
  }

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

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1 {
    font-size: 2.25rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-regular {
    font-size: 1rem;
    line-height: 1.1;
  }

  .form_input {
    font-size: 1rem;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .section_home-header {
    padding-top: 8rem;
  }

  .heading-style-display {
    font-size: 2rem;
  }

  .home-header_heading-wrapper {
    height: 12rem;
  }

  .home-flagship_component {
    padding-top: 15rem;
  }

  .home-stats_text-content {
    margin-top: 5rem;
  }

  .section_home-fundamentals {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section_home-testimonial {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .home-testimonial_component {
    grid-row-gap: 2.5rem;
  }

  .section_home-excellence {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .home-projects_grid {
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .home-projects_grid.even {
    flex-direction: column;
  }

  .home-projects_item-left_details-text {
    font-size: .7rem;
  }

  .home-projects_item-right_component {
    margin-top: 1.5rem;
  }

  .home-projects_item-right_number {
    font-size: 3rem;
  }

  .footer_copyright-component {
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .home-optimzed_image {
    display: none;
  }

  .home-optimzed_info-component {
    padding-right: 0;
  }

  .section_home-perfection {
    padding-bottom: 0;
  }

  .home-perfection_slide-description {
    height: auto;
    margin-top: 0;
  }

  .home-perfection_image-overaly {
    display: none;
  }

  .home-needs_buildings-image02-wrap {
    margin-top: 2rem;
  }

  .home-perfection_slide-space {
    height: .8rem;
  }

  .home-stats_card-04 {
    min-height: 24rem;
  }

  .superscript {
    top: -14px;
  }

  .home-stats_card-01 {
    height: 24rem;
  }

  .home-stats_card-02, .home-stats_card-03 {
    min-height: 24rem;
  }

  .card-heading_span {
    margin-top: 1rem;
    margin-left: 0;
    font-size: 3.7rem;
  }

  .card-heading_span02 {
    margin-left: 0;
    font-size: 3.5rem;
  }

  .card-heading {
    flex-wrap: wrap;
    font-size: 2.8rem;
  }

  .project-projects_component {
    grid-row-gap: 3rem;
  }

  .home-projects_header {
    font-size: 4.7rem;
  }

  .home-projects_details-wrap {
    grid-row-gap: 3rem;
    flex-direction: column;
    margin-top: 5rem;
  }

  .home-projects_details-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .section_about-hero {
    background-position: 52%;
    padding-top: 12rem;
    padding-bottom: 2.5rem;
  }

  .section_about-fundamentals {
    padding-top: 2rem;
  }

  .about-hero_component {
    grid-row-gap: 1rem;
  }

  .about-founder_top-wrap {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .about-founder_right {
    max-width: none;
  }

  .about-founder_left-content {
    margin-top: 2rem;
  }

  .about-founder_bottom-wrap {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .text-size-xlarge {
    font-size: 1.7rem;
  }

  .view-link {
    margin-top: .5rem;
  }

  .about-work_right-info-wrap {
    margin-top: 2rem;
  }

  .about-ashok_component {
    padding-top: 16rem;
    padding-bottom: .5rem;
  }

  .about-ashok_content {
    font-size: .8rem;
    line-height: 1.2;
  }

  .section_about-brief {
    padding-top: 5rem;
  }

  .section_about-team {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .about-team_grid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
  }

  .about-team_grid-item-image {
    height: 100%;
  }

  .about-founder_svg-01 {
    display: none;
  }

  .paragraph-p1 {
    font-size: 1rem;
  }

  .about-founder_svg-06 {
    display: none;
  }

  .about-people_block {
    margin-top: 1.5rem;
  }

  .about-people_block-wrap {
    grid-row-gap: 1.5rem;
    flex-direction: column-reverse;
  }

  .about-people_block-left {
    grid-row-gap: 0ch;
  }

  .section_project-hero {
    padding-top: 10rem;
  }

  .project-hero_header-image-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section_project-perfection {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .project-perfection_slide-description {
    height: auto;
    margin-top: 0;
  }

  .project-perfection_image-overaly {
    display: none;
  }

  .project-perfection_slide-line {
    height: 8rem;
  }

  .section_project-roof {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .project-roof_svg-01 {
    top: 15%;
  }

  .project-roof_svg-02 {
    bottom: 15%;
  }

  .project-roof_content-wrap {
    margin-top: 0;
  }

  .section_project-location {
    padding-bottom: 5rem;
  }

  .project-perfection_main-wrap {
    grid-row-gap: 4rem;
    margin-top: 3rem;
  }

  .project-location_header-wrap {
    grid-row-gap: 3rem;
  }

  .project-location_slide-wrap.top-margin {
    margin-top: 3rem;
  }

  .project-location_slide-description {
    height: auto;
    margin-top: 0;
  }

  .project-location_image-overaly {
    display: none;
  }

  .project-location_slide-line {
    height: 7rem;
  }

  .project-location_location-wrap {
    padding-top: 5rem;
  }

  .project-location_heading-wrap {
    height: 5rem;
    grid-row-gap: 1rem;
  }

  .project-location_header {
    grid-column-gap: .25rem;
  }

  .project-location_content-wrap {
    margin-top: 2rem;
  }

  .project-location_svg-04 {
    display: none;
  }

  .prazanta-projects_content-wrap {
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .prazanta-location_header-link-wrap {
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .prazanta-location_map-wrap {
    height: 27rem;
  }

  .prazanta-slider_slide-left-arrow {
    font-size: 1.6rem;
  }

  .prazanta-slider_slide-right-arrow {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
  }

  .prazanta-features_item {
    grid-row-gap: 1rem;
  }

  .prazanta-features_content-wrap {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .prazanta-floorplans_tabs-menu {
    overflow: scroll;
  }

  .prazanta-floorplans_tabs-link {
    white-space: nowrap;
  }

  .section_prazanta-hero {
    padding-top: 9rem;
  }

  .prazanta-figures_points-grid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .heading-style-display-alt {
    font-size: 2rem;
  }

  .about-ashok_bg-image {
    object-position: 58% 50%;
  }

  .heading-style-display_proj {
    font-size: 2rem;
  }

  .about-people_grid {
    grid-row-gap: 2rem;
  }

  .about-people_image {
    width: 8rem;
  }

  .about-people_item-content {
    grid-row-gap: .25rem;
  }

  .home-projects_sold-out-text {
    margin-top: .5rem;
  }

  .project-upcoming_top-component {
    text-align: left;
  }

  .home-testimonial_testimonial-image {
    height: 10rem;
  }

  .about-team_gridv2 {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .about-people_item-title {
    font-size: 1.1rem;
    line-height: 1.1;
  }

  .home-testimonial_content-wrap {
    max-width: none;
  }

  .section_policy-hero {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .section_policy-content {
    padding-bottom: 2.5rem;
  }

  .policy-content_richtext h5 {
    line-height: 1.2;
  }

  .home-testimonial_testimonial-desc {
    overflow-wrap: anywhere;
  }
}

#w-node-_6495d0c3-3038-5312-ea58-3a4cb717588c-aac12a82, #w-node-_8b1f8352-4afa-ae50-5684-a601288d0760-aac12a82, #w-node-_59c51284-5a35-d52d-f6d4-02d7bd1150ad-aac12a82, #w-node-_29028266-92d6-91f0-b2db-b6d1b74355bd-aac12a82, #w-node-a2ca954a-0d58-ce2a-55bb-52c103133679-aac12a82, #w-node-f1543315-e501-6a25-885d-6d6d2f2fca4c-2f2fca42, #w-node-f1543315-e501-6a25-885d-6d6d2f2fca4e-2f2fca42, #w-node-f1543315-e501-6a25-885d-6d6d2f2fca50-2f2fca42, #w-node-f1543315-e501-6a25-885d-6d6d2f2fca52-2f2fca42, #w-node-f1543315-e501-6a25-885d-6d6d2f2fca55-2f2fca42, #w-node-f1543315-e501-6a25-885d-6d6d2f2fca61-2f2fca42, #w-node-afc61806-4d62-8bfe-4de4-c4412716f42e-2716f42d, #w-node-afc61806-4d62-8bfe-4de4-c4412716f435-2716f42d, #w-node-_0bb37949-ba17-c464-5118-9f084593fa59-4593fa53, #w-node-_0bb37949-ba17-c464-5118-9f084593fa62-4593fa53, #w-node-_0bb37949-ba17-c464-5118-9f084593fa6b-4593fa53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-aac12a85 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-aac12a85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-aac12a85 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-aac12a85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-aac12a85 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-aac12a85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-aac12a85 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-aac12a85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-aac12a85 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-aac12a85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-aac12a85, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-aac12a85, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-aac12a85, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-aac12a85, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-aac12a85, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-aac12a85, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-aac12a85, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-aac12a85, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-aac12a85, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-aac12a85, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-aac12a85 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-aac12a85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-aac12a85 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-aac12a85, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-aac12a85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-aac12a85 {
  justify-self: start;
}

#w-node-a5f15d86-cc38-71e3-7ca8-8bdd1b93a8b1-0f8d0b88, #w-node-_0bc9afcb-402b-b845-542e-0e2a595aba86-0f8d0b88, #w-node-_9dd46932-5394-1265-cbad-5e6003da12de-0f8d0b88, #w-node-_5051d502-6231-14ea-93de-8d5d6bcdd2c9-0f8d0b88, #w-node-_0c083184-08e1-d05b-97c8-8fa44b01018f-0f8d0b88, #w-node-acc27a0e-ddfb-3924-d049-d428c3fc3bd1-0f8d0b88, #w-node-c5ba1332-31b0-a270-0372-d71c3da39ffb-3da39ffb, #w-node-_951f8c27-857a-10f0-3e34-0f508185dd0b-35627313, #w-node-_951f8c27-857a-10f0-3e34-0f508185dd27-35627313, #w-node-_7a7fd24f-1480-3a6f-4d03-6d8c7145dbc7-35627313, #w-node-_4635ca80-ac50-43ef-4aa1-6fbaf7a930ea-35627313, #w-node-_5e4e95af-2be0-a662-9c86-be4862fc89c4-17d2cfb8, #w-node-_1d0262c5-7342-bb29-8013-911d449106e1-17d2cfb8, #w-node-_86707dcc-f14f-7d9b-44ef-bbc35abddcd8-17d2cfb8, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0409-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0410-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0417-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0418-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e041f-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0426-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0427-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e042e-368ebb16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0435-368ebb16 {
  grid-area: 3 / 1 / 5 / 3;
}

#w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e043f-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0440-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0447-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0448-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e044f-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0456-368ebb16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0457-368ebb16 {
  grid-area: 5 / 3 / 7 / 5;
}

#w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0461-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0468-368ebb16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e046a-368ebb16 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0474-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0475-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e047c-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e047d-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e047f-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0486-368ebb16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0487-368ebb16 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0491-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0498-368ebb16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0499-368ebb16 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e04a3-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e04a4-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e04ab-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e04ac-368ebb16, #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e04ba-368ebb16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e04bb-368ebb16 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e04cc-368ebb16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0435-368ebb16 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e044f-368ebb16 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0457-368ebb16 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0461-368ebb16 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e0491-368ebb16 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e04a4-368ebb16 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e04ac-368ebb16 {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e04b3-368ebb16 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_4cc36afd-f26a-bb76-3fc3-ed3d8d6e04c5-368ebb16 {
    grid-area: 11 / 2 / 12 / 3;
  }
}


@font-face {
  font-family: 'PP Telegraf';
  src: url('../fonts/PPTelegraf.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/IBMPlexSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Telegraf';
  src: url('../fonts/PPTelegraf-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}