.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 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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: 2.5rem;
}

.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 {
  color: #1a5450;
  font-family: DM Serif Display, sans-serif;
  font-size: 2rem;
  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;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.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 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

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

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

.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: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

.heading-style-h6 {
  color: #1a5450;
  font-family: DM Serif Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  top: 1.3rem;
}

.heading-style-h6.isometri {
  z-index: 6;
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 18%;
  left: 0%;
  right: 0%;
}

.heading-style-h6.isometri.finishes {
  display: none;
}

.heading-style-h6.isometri.finishes.current {
  display: block;
}

.heading-style-h6.isometri.with-finishes {
  display: none;
}

.heading-style-h6.isometri.with-finishes.current {
  display: block;
}

.heading-style-h6.isometri.plant {
  display: none;
}

.heading-style-h6.isometri.plant.current {
  display: block;
}

.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 {
  color: #fff;
  background-color: #000;
}

.heading-style-h2 {
  font-family: DM Serif Display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.green {
  color: #1a5450;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  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: #fff;
  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 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.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-large {
  color: #1a5450;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: .6rem 1rem .625rem 1.2rem;
  font-family: DM Serif Display, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.button.is-large.w--current {
  color: #fff;
  background-color: #1a5450;
}

.button.is-large.current {
  color: #fff;
  background-color: #1a5450;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.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: 0rem;
  grid-row-gap: 0rem;
  color: #1a5450;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1a5450;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button.is-icon.current {
  color: #fff;
  background-color: #1a5450;
}

.button.is-icon.type-b, .button.is-icon.type-d, .button.is-icon.type-f {
  display: none;
}

.button.is-icon.waze {
  width: auto;
  height: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.button.circle {
  width: 50px;
  height: 50px;
  color: #1a5450;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.circle.cover-1 {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 36%;
}

.button.circle.cover-1:hover {
  color: #fff;
  background-color: #db802f;
}

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  width: 100%;
  color: #000;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo {
  width: 4rem;
}

.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-96 {
  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-header {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
}

.padding-global-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-section-medium-2 {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.header-component {
  width: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.banne-02-1 {
  object-fit: contain;
}

.header-content-wrap {
  width: 100%;
  max-width: 239px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.text-size-small-bold {
  color: #db802f;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.heading-style-h3-2 {
  color: #1a5450;
  font-size: 32px;
  font-weight: 400;
}

.description-banner {
  width: 100%;
  max-width: 239px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0 solid #1a5450;
  border-top-width: 1px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
}

.container-description-banner {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-size-regular-2 {
  color: #1a1a1a;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-location {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.padding-global-3 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-large-3 {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.padding-section-medium-3 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.around {
  width: 100%;
  height: 726px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.text {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.header-title {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-title.left {
  align-items: flex-start;
}

.heading-style-h2-2 {
  color: #1a5450;
  font-size: 50px;
  font-weight: 400;
}

.wrap-around_buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.button-button-is-icon {
  height: 67px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1a5450;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.vectors-wrapper {
  width: 15px;
  height: 9.75px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-small-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.button-button-is-icon-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #1a5450;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.vectors-wrapper-2 {
  width: 12px;
  height: 15px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-small-3 {
  color: #1a5450;
  font-size: 16px;
  font-weight: 400;
}

.vectors-wrapper-3 {
  width: 16px;
  height: 16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.iframe {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.iframe.location {
  opacity: 0;
  transition: all .4s;
  transform: translate(100vw);
}

.iframe.location.show {
  opacity: 1;
  transform: translate(0);
}

.iframe.map {
  opacity: 0;
  transition: all .4s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.iframe.map.show {
  opacity: 1;
  transform: translate(0);
}

.mask-group-77-1 {
  object-fit: contain;
}

.section-cover {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/textura-2.jpg');
  background-position: 50%;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
}

.padding-section-medium-4 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.cover {
  height: 779.76px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-title-2 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-style-h2-3 {
  color: #1a5450;
  font-size: 50px;
  font-weight: 400;
}

.text-size-regular-3 {
  color: #4a494b;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-wrap-2 {
  width: 100%;
  height: 646.76px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.etapas_image-1-1 {
  object-fit: contain;
}

.section-amenities {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.section-amenities.pool {
  opacity: 0;
  transition: all .4s;
  transform: translate(100vw);
}

.section-amenities.pool.show {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  transform: translate(0);
}

.section-amenities.gym {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all .4s;
  position: absolute;
  top: 5rem;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.section-amenities.gym.show {
  opacity: 1;
  top: 5rem;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0);
}

.section-amenities.bbq {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all .4s;
  position: absolute;
  top: 5rem;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.section-amenities.bbq.show {
  opacity: 1;
  transform: translate(0);
}

.section-amenities.parks {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all .4s;
  position: absolute;
  top: 5rem;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.section-amenities.parks.show {
  opacity: 1;
  transform: translate(0);
}

.section-amenities.games {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all .4s;
  position: absolute;
  top: 5rem;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.section-amenities.games.show {
  opacity: 1;
  transform: translate(0);
}

.section-amenities.pet {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all .4s;
  position: absolute;
  top: 5rem;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.section-amenities.pet.show {
  opacity: 1;
  transform: translate(0);
}

.section-amenities.lobby {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all .4s;
  position: absolute;
  top: 5rem;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.section-amenities.lobby.show {
  opacity: 1;
  transform: translate(0);
}

.section-amenities.soccer {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all .4s;
  position: absolute;
  top: 5rem;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.section-amenities.soccer.show {
  opacity: 1;
  transform: translate(0);
}

.section-amenities.voleibol {
  opacity: 0;
  background-image: url('../images/textura-2.jpg');
  background-position: 50%;
  background-size: contain;
  transition: all .4s;
  position: absolute;
  top: 5rem;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.section-amenities.voleibol.show {
  opacity: 1;
  transform: translate(0);
}

.padding-global-4 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-large-4 {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.padding-section-medium-5 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.amenities {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.amenities_text {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.header-title-3 {
  width: 100%;
  height: 89px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-style-h2-4 {
  color: #1a5450;
  font-size: 50px;
  font-weight: 400;
}

.text-size-regular-4 {
  color: #1a1a1a;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-is-icon {
  height: 89px;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #1a5450;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.vectors-wrapper-4 {
  width: 18px;
  height: 18px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-2 {
  color: #1a5450;
  font-size: 16px;
  font-weight: 400;
}

.iframe-2 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mask-group-78-1 {
  object-fit: contain;
}

.amenities_text-small {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.button-horizontally {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.button-button-is-icon-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1a5450;
  border: 1px solid #1a5450;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.vectors-wrapper-5 {
  width: 15px;
  height: 13.5px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.button-button-is-icon-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #1a5450;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.vectors-wrapper-6 {
  width: 14.9813px;
  height: 14.9908px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-7 {
  width: 11.259px;
  height: 15.009px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-8 {
  width: 13.5px;
  height: 13.5px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-9 {
  width: 16.4438px;
  height: 12px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-10 {
  width: 12px;
  height: 15px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-11 {
  width: 15px;
  height: 11.25px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-12 {
  width: 15px;
  height: 15px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-apartment {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
}

.section-apartment.type-a {
  opacity: 0;
  transition: all .4s;
  transform: translate(100vw);
}

.section-apartment.type-a.show {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/textura-2.jpg');
  background-position: 50%;
  background-size: contain;
  transform: translate(0);
}

.section-apartment.type-b {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all .4s;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.section-apartment.type-b.show {
  opacity: 1;
  transform: translate(0);
}

.section-apartment.type-c {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all .4s;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.section-apartment.type-c.show {
  opacity: 1;
  background-image: url('../images/textura-2.jpg');
  background-position: 50%;
  background-size: contain;
  top: 5rem;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0);
}

.section-apartment.type-d {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all .4s;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.section-apartment.type-d.show {
  opacity: 1;
  transform: translate(0);
}

.section-apartment.type-e {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all .4s;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.section-apartment.type-e.show {
  opacity: 1;
  background-image: url('../images/textura-2.jpg');
  background-position: 50%;
  background-size: contain;
  top: 5rem;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0);
}

.section-apartment.type-f {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all .4s;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.section-apartment.type-f.show {
  opacity: 1;
  transform: translate(0);
}

.padding-section-medium-6 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.apartment {
  width: 100%;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-title-4 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.iframe-3 {
  width: 100%;
  height: 621.5px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mask-group-76-1 {
  object-fit: contain;
}

.apartment_text {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.text-size-regular-5 {
  color: #1a1a1a;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.buttons {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.button-button-is-icon-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1a5450;
  border: 1px solid #1a5450;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.vectors-wrapper-13 {
  width: 12px;
  height: 13.5px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-button-is-icon-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #1a5450;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.text-4 {
  color: #1a5450;
  font-size: 16px;
  font-weight: 400;
}

.html-embed {
  color: #221212;
}

.tab-pane-tab-1 {
  color: #ff3c3c;
}

.tab-pane-tab-1:hover {
  color: #414141;
}

.tab-pane-tab-2 {
  color: #ff5f5f;
}

.section-floors {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  justify-content: center;
  align-items: flex-start;
  transition: all .4s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.section-floors.show {
  opacity: 1;
  background-color: #fff;
  background-image: url('../images/textura-2.jpg');
  background-position: 50%;
  background-size: contain;
  transform: translate(0);
}

.padding-global-5 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-large-5 {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-section-medium-7 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.floors_wrap {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-title-5 {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-style-h2-5 {
  color: #1a5450;
  font-family: DM Serif Display, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.text-size-regular-6 {
  color: #4a494b;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.frame-6 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-wrap-3 {
  height: 684px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.torre_5 {
  object-fit: contain;
}

.header-content-wrap-2 {
  height: 684px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-size-small-4 {
  color: #1a1a1a;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.floors-select {
  height: 200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.button-button-is-icon-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.piso-12-0 {
  color: #1a1a1a;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.piso-12-1 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.piso-12-2 {
  color: #1a5450;
  font-family: DM Serif Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.section-typology {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  transition: all .4s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.section-typology.show {
  opacity: 1;
  transform: translate(0);
}

.section-typology.floor-1.show, .section-typology.floor-2.show, .section-typology.floor-3.show, .section-typology.floor-4.show, .section-typology.floor-5.show {
  background-image: url('../images/textura-2.jpg');
  background-position: 50%;
  background-size: contain;
}

.section-typology.floor-6.show {
  background-image: url('../images/textura-2.jpg');
  background-position: 50%;
  background-size: auto;
}

.section-typology.floor-7.show, .section-typology.floor-8.show, .section-typology.floor-9.show, .section-typology.floor-10.show {
  background-image: url('../images/textura-2.jpg');
  background-position: 50%;
  background-size: contain;
}

.section-typology.floor-11.show, .section-typology.floor-12.show {
  background-image: url('../images/textura-2.jpg');
  background-position: 50%;
  background-size: auto;
}

.padding-global-6 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-large-6 {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-section-medium-8 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.typology-wrap {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-title-6 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.component {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.typology_image {
  width: 100%;
  height: 630.905px;
  max-width: 1070px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 32px 24px;
  display: flex;
}

.image-wrap-4 {
  width: 100%;
  height: 406.905px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.puertoazul_plantatipo_2-12_acabados-3-1 {
  height: auto;
  object-fit: contain;
}

.availability {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 10px;
  display: flex;
}

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

.vectors-wrapper-14 {
  width: 10px;
  height: 10px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-availability-2 {
  width: 163px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.header-content-wrap-3 {
  width: 200px;
  height: 630.905px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

.floors {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.vectors-wrapper-15 {
  width: 7.86805e-7px;
  height: 18px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.floors-select-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.button-button-is-icon-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-16 {
  width: 1.78873e-7px;
  height: 15px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-17 {
  width: 6.55671e-7px;
  height: 15px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.location-building {
  width: 100%;
  max-width: 100px;
  grid-column-gap: 7.43244px;
  grid-row-gap: 7.43244px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.torre-5-0 {
  color: #1a1a1a;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.torre-5-1 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.torre-5-2 {
  color: #1a5450;
  font-family: DM Serif Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
}

.piso-09-0 {
  color: #1a1a1a;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.piso-09-2 {
  color: #1a5450;
  font-family: DM Serif Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.section-detail {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  transition: all .4s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.section-detail.show {
  opacity: 1;
  transform: translate(0);
}

.section-detail.floor-2.type-2.show {
  background-image: url('../images/textura-2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section-detail.floor-2.type-4.show, .section-detail.floor-2.type-5.show, .section-detail.floor-2.type-3.show, .section-detail.floor-2.type-6.show, .section-detail.floor-1.type-2.show, .section-detail.floor-1.type-3.show, .section-detail.floor-1.type-4.show, .section-detail.floor-1.type-4a.show, .section-detail.floor-1.type-5.show, .section-detail.floor-1.type-6.show {
  background-image: url('../images/textura-2.jpg');
  background-position: 50%;
  background-size: contain;
}

.padding-global-7 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-large-7 {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.detail {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-card {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.card-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.heading-style-h6-2 {
  color: #1a5450;
  font-family: DM Serif Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-vertically {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-button-is-icon-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #1a5450;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.text-7 {
  color: #1a5450;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-button-is-icon-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.text-size-small-bold-2 {
  color: #1a5450;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.button-button-is-icon-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.type-plant {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.type-plant-1-1 {
  width: 100%;
  object-fit: contain;
  display: block;
}

.button-button-is-icon-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #1a5450;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-18 {
  width: 13.5px;
  height: 15px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-button-is-icon-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-19 {
  width: 13.5px;
  height: 13.5px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.tabs {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 20px;
  justify-content: center;
  padding: 16px 24px;
  display: flex;
  bottom: 18px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
}

.tabs-menu-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  display: flex;
}

.tabs-content-2 {
  bottom: 20px;
}

.mask-svg {
  opacity: 0;
  color: #db802f;
}

.mask-svg:hover, .mask-svg.active {
  opacity: .7;
}

.mask-svg.danger {
  color: #ff2023;
  font-style: normal;
}

.floor-mask.floor-1 {
  width: 74.2%;
  position: absolute;
  top: auto;
  bottom: 1%;
  left: 3%;
  right: auto;
}

.floor-mask.floor-2 {
  width: 74%;
  position: absolute;
  top: auto;
  bottom: 7%;
  left: 3%;
  right: auto;
}

.floor-mask.floor-3 {
  width: 77.3%;
  position: absolute;
  top: auto;
  bottom: 11.9%;
  left: 3%;
  right: auto;
}

.floor-mask.floor-4 {
  width: 82.6%;
  position: absolute;
  top: auto;
  bottom: 16.3%;
  left: 3%;
  right: auto;
}

.floor-mask.floor-5 {
  width: 83%;
  position: absolute;
  top: auto;
  bottom: 19.8%;
  left: 3%;
  right: auto;
}

.floor-mask.floor-6 {
  width: 83%;
  position: absolute;
  top: auto;
  bottom: 23.8%;
  left: 3%;
  right: auto;
}

.floor-mask.floor-7 {
  width: 83%;
  position: absolute;
  top: auto;
  bottom: 28%;
  left: 3%;
  right: auto;
}

.floor-mask.floor-8 {
  width: 83%;
  position: absolute;
  top: auto;
  bottom: 32.3%;
  left: 3%;
  right: auto;
}

.floor-mask.floor-9 {
  width: 83%;
  position: absolute;
  top: auto;
  bottom: 36.9%;
  left: 3%;
  right: auto;
}

.floor-mask.floor-10 {
  width: 83%;
  position: absolute;
  top: auto;
  bottom: 40.9%;
  left: 3%;
  right: auto;
}

.floor-mask.floor-11 {
  width: 83%;
  position: absolute;
  top: auto;
  bottom: 45.8%;
  left: 3%;
  right: auto;
}

.floor-mask.floor-12 {
  width: 83%;
  position: absolute;
  top: auto;
  bottom: 50.3%;
  left: 3%;
  right: auto;
}

.link-block {
  width: 10.7%;
  opacity: .7;
  color: #db802f;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: auto;
  right: 33%;
}

.typology-mask.type-3 {
  width: 22.5%;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.typology-mask.type-4 {
  width: 19.8%;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 24.5%;
  right: auto;
}

.typology-mask.type-5 {
  width: 20.3%;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 27.6%;
}

.typology-mask.type-6 {
  width: 25.5%;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 2.2%;
}

.typology-mask.type-2 {
  width: 22.5%;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 1.8%;
  right: auto;
}

.typology-mask.type-1 {
  width: 19.8%;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 24.3%;
  right: auto;
}

.typology-mask.type-8 {
  width: 20.3%;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 27.6%;
}

.typology-mask.type-7 {
  width: 25.5%;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 2.2%;
}

.typology-mask.typology-type-1 {
  width: 22.5%;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.typology-mask.typology-type-2 {
  width: 14.3%;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 24.5%;
  right: auto;
}

.typology-mask.typology-type-3 {
  width: 20.3%;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 27.6%;
}

.typology-mask.type-4-a, .typology-mask.floor-1.type-4 {
  width: 14.3%;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 24.5%;
  right: auto;
}

.floor_data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.floor_data.position-floor-1 {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: -1%;
  left: auto;
  right: 1.8%;
}

.floor_data.position-floor-2 {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 1.8%;
}

.floor_data.position-floor-3 {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 1.8%;
}

.floor_data.position-floor-4 {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: 13%;
  left: auto;
  right: 1.8%;
}

.floor_data.position-floor-5 {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: 17%;
  left: auto;
  right: 1.8%;
}

.floor_data.position-floor-6 {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: 21%;
  left: auto;
  right: 1.8%;
}

.floor_data.position-floor-7 {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: 25%;
  left: auto;
  right: 1.8%;
}

.floor_data.position-floor-8 {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: 30%;
  left: auto;
  right: 1.8%;
}

.floor_data.position-floor-9 {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: 34%;
  left: auto;
  right: 1.8%;
}

.floor_data.position-floor-10 {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: 39%;
  left: auto;
  right: 1.8%;
}

.floor_data.position-floor-11 {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: 44%;
  left: auto;
  right: 1.8%;
}

.floor_data.position-floor-12 {
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: 49%;
  left: auto;
  right: 1.8%;
}

.vectors-wrapper-20 {
  width: 90.73px;
  height: 78px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-tiny-2 {
  color: #1a5450;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  top: 12px;
  left: 38px;
}

.piso_card {
  grid-column-gap: 9.12621px;
  grid-row-gap: 9.12621px;
  border: 0 solid #1a5450;
  border-bottom-width: .912621px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 8px;
  display: flex;
  position: absolute;
  top: 35px;
  left: 38px;
}

.heading-style-h2-6 {
  color: #1a5450;
  font-family: DM Serif Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 24px;
}

.frame-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vectors-wrapper-21 {
  width: 163px;
  height: 147.8px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-8 {
  color: #1a5450;
  font-family: DM Serif Display, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 18.39px;
  position: absolute;
  top: 15px;
  left: 25px;
}

.rea-construida-630-m2 {
  position: absolute;
  top: 41px;
  left: 25px;
}

.rea-privada-505-m2 {
  position: absolute;
  top: 80px;
  left: 25px;
}

.rea-construida-630-m2-0 {
  color: #1a5450;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  top: 41px;
  left: 25px;
}

.rea-construida-630-m2-1 {
  color: #4a494b;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  top: 41px;
  left: 25px;
}

.rea-privada-505-m2-0 {
  color: #1a5450;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  top: 80px;
  left: 25px;
}

.rea-privada-505-m2-1 {
  color: #4a494b;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  top: 80px;
  left: 25px;
}

.text-block {
  position: absolute;
  top: 49px;
  left: 24px;
}

.div-block {
  position: absolute;
  top: -4%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.typology-data {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.typology-data.position-typology-3 {
  display: none;
  position: absolute;
  top: -20%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.typology-data.position-typology-3.show {
  display: block;
}

.typology-data.position-typology-4 {
  display: none;
  position: absolute;
  top: -20%;
  bottom: auto;
  left: 26%;
  right: auto;
}

.typology-data.position-typology-4.show {
  display: block;
}

.typology-data.position-typology-5 {
  display: none;
  position: absolute;
  top: -20%;
  bottom: auto;
  left: auto;
  right: 29%;
}

.typology-data.position-typology-5.show {
  display: block;
}

.typology-data.position-typology-6 {
  display: none;
  position: absolute;
  top: -20%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.typology-data.position-typology-6.show {
  display: block;
}

.typology-data.position-typology-2 {
  display: none;
  position: absolute;
  top: auto;
  bottom: 47%;
  left: 5%;
  right: auto;
}

.typology-data.position-typology-2.show {
  display: block;
}

.typology-data.position-typology-1 {
  display: none;
  position: absolute;
  top: auto;
  bottom: 47%;
  left: 26%;
  right: auto;
}

.typology-data.position-typology-1.show {
  display: block;
}

.typology-data.position-typology-8 {
  display: none;
  position: absolute;
  top: auto;
  bottom: 47%;
  left: auto;
  right: 29%;
}

.typology-data.position-typology-8.show {
  display: block;
}

.typology-data.position-typology-7 {
  display: none;
  position: absolute;
  top: auto;
  bottom: 47%;
  left: auto;
  right: 5%;
}

.typology-data.position-typology-7.show {
  display: block;
}

.vectors-wrapper-22 {
  width: 163px;
  height: 147.8px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .2);
}

.text-9 {
  color: #1a5450;
  font-family: DM Serif Display, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 18.39px;
  position: absolute;
  top: 15px;
  left: 25px;
}

.rea-construida-630-m2-2 {
  color: #1a5450;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  top: 41px;
  left: 25px;
}

.rea-privada-505-m2-2 {
  color: #1a5350;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  top: 80px;
  left: 25px;
}

.section-project {
  position: relative;
  overflow: hidden;
}

.section-typology-floor_1 {
  width: 100%;
  opacity: 0;
  background-color: #fff;
  transition: all .4s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(100vw);
}

.section-typology-floor_1.show {
  opacity: 1;
  background-color: #fff;
  transform: translate(0);
}

.text-block-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: absolute;
  top: 37%;
  bottom: auto;
  left: 50%;
  right: auto;
}

.text-block-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: absolute;
  top: 37%;
  bottom: auto;
  left: 42%;
  right: auto;
}

.text-block-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: absolute;
  top: 37%;
  bottom: auto;
  left: 43%;
  right: auto;
}

.text-block-5, .text-block-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: absolute;
  top: 37%;
  bottom: auto;
  left: 40%;
  right: auto;
}

.text-block-7 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: absolute;
  top: 37%;
  bottom: auto;
  left: 43%;
  right: auto;
}

.text-block-8 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: absolute;
  top: 37%;
  bottom: auto;
  left: 42%;
  right: auto;
}

.text-block-9, .text-block-10 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: absolute;
  top: 37%;
  bottom: auto;
  left: 50%;
  right: auto;
}

.text-block-11 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: absolute;
  top: 37%;
  bottom: auto;
  left: 42%;
  right: auto;
}

.text-block-12 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: absolute;
  top: 37%;
  bottom: auto;
  left: 43%;
  right: auto;
}

.text-block-13, .text-block-14 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: absolute;
  top: 37%;
  bottom: auto;
  left: 40%;
  right: auto;
}

.text-block-15 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: absolute;
  top: 37%;
  bottom: auto;
  left: 43%;
  right: auto;
}

.text-block-16 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: absolute;
  top: 37%;
  bottom: auto;
  left: 42%;
  right: auto;
}

.text-block-17 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: absolute;
  top: 37%;
  bottom: auto;
  left: 50%;
  right: auto;
}

.cerrar {
  width: 60px;
  height: 60px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #db802f;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: 4%;
  right: auto;
}

.closed {
  width: 60px;
  height: 60px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #db802f;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #db802f;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: 4%;
  right: auto;
}

.closed:hover {
  color: #fff;
  background-color: #db802f;
}

.cover-svg, .cover-svg:hover {
  opacity: 1;
}

.navbar-5 {
  background-color: #f5f5f5;
  display: none;
}

.navbar-4 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #1a5450;
  border-radius: 1px;
}

.navbarcontainer {
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  max-width: 90%;
  object-fit: contain;
}

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

.class-nav-link {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.class-nav-link:hover {
  color: #4ae5f0;
}

.super-nav {
  z-index: 3;
  background-color: #f5f5f5;
}

.class-nav-link-2 {
  color: #033549;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.class-nav-link-2:hover {
  color: #23d7c1;
}

.class-nav-link-2.w--current {
  color: #033549;
}

.super-nav-2 {
  z-index: 3;
  background-color: #fff;
  padding-bottom: 0%;
}

.nav-menu-4 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-6 {
  background-color: #f5f5f5;
  display: none;
}

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

.image-6 {
  max-width: 70%;
}

.navbar {
  background-color: #fff;
  position: static;
}

.container-amenities {
  position: relative;
  overflow: hidden;
}

.html-embed-2 {
  width: 100%;
  height: 600px;
}

.class-nav-link-3 {
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
}

.class-nav-link-3:hover {
  color: #428b86;
}

.class-nav-link-3.w--current {
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.super-nav-3 {
  z-index: 20;
  background-color: #1a5450;
  justify-content: center;
  align-items: center;
  padding-bottom: 0%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-menu-6 {
  width: 100%;
  display: flex;
}

.navbar-7 {
  width: 100%;
  background-color: #1a5450;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.container-aptos {
  position: relative;
  overflow: hidden;
}

.project-datail {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-4 {
  width: 100%;
  position: relative;
}

.footer {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #1a5450;
  border: 0 solid #1a1a1a;
  border-top-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px 8px;
  display: flex;
}

.columns {
  width: 100%;
  max-width: 1074px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.logo-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 14.171px;
  display: flex;
}

.vectors-wrapper-23 {
  width: 184.224px;
  height: 87.829px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-conconcreto {
  grid-column-gap: 1.36685px;
  grid-row-gap: 1.36685px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-24 {
  width: 185px;
  height: 55.55px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-columns {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.column-2 {
  width: 100%;
  max-width: 283px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-11 {
  color: #1a5450;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.footer-links {
  width: 100%;
  max-width: 293px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-size-small-5 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.link {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
}

.link-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.link-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}

.column-3 {
  width: 100%;
  max-width: 293px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-12 {
  color: #1a5450;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.footer-links-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.telefono {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-25 {
  width: 18px;
  height: 18px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.link-5 {
  color: #1a1a1a;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.navbar-brand {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.facebook {
  width: 42px;
  height: 42px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.vectors-wrapper-26 {
  width: 10.9457px;
  height: 22px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.instagram {
  width: 42px;
  height: 42px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.vectors-wrapper-27 {
  width: 22px;
  height: 22px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waze {
  width: 42px;
  height: 42px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.column-small-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-28 {
  width: 102.017px;
  height: 102px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyright {
  width: 100%;
  max-width: 940px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

.text-13 {
  color: #1a5450;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.link-0 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.link-1 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.logo-owly {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.owly {
  align-self: center;
  position: static;
  top: auto;
  bottom: 3%;
  left: 0%;
  right: 0%;
}

.catalog-btn-wrapper {
  z-index: 0;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  display: flex;
  position: relative;
}

.catalog-btn-wrapper.greeting-btn {
  width: 100px;
  height: 100px;
  text-align: center;
  margin-left: 0;
}

.small-icon {
  width: 3em;
  height: 3em;
  transition: all .3s linear;
  position: relative;
  left: 4%;
}

.catalog-rotate {
  width: 7em;
  height: 7em;
  border-radius: 50%;
  position: absolute;
}

.catalog-rotate_img {
  width: 100%;
}

.logo-owly-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.steps {
  width: 100%;
  height: 60px;
  max-width: 800px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  position: relative;
  bottom: 74px;
}

.step {
  width: 169px;
  height: 60px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.step.cover-1 {
  color: #8f8f8f;
}

.step.cover-1.current {
  color: #1a5450;
  font-weight: 700;
}

.step.floor-2 {
  color: #8f8f8f;
}

.step.floor-2.current {
  color: #1a5450;
  font-weight: 700;
}

.step.typology-3 {
  color: #8f8f8f;
}

.step.typology-3.current {
  color: #1a5450;
  font-weight: 700;
}

.heading-style-h2-7 {
  font-family: DM Serif Display, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.text-size-small-bold-3 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.heading-style-h2-8 {
  font-family: DM Serif Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.text-size-small-6 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.text-block-18 {
  color: #1a5450;
  font-family: DM Serif Display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.section-form {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.padding-global-8 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-large-8 {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.padding-section-medium-9 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.form {
  width: 100%;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-content {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-style-h2-9 {
  color: #1a5450;
  font-family: DM Serif Display, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.nombre-apellido {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.input-nombre {
  width: 100%;
  height: 74px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.input_nombre {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1.5px solid #333;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.label_nombre {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-14 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.telefono-2 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.input-telefono {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.input-telefono_text {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1.5px solid #333;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 24px;
  display: flex;
}

.input-email_text {
  width: 100%;
  height: 48px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1.5px solid #333;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 24px;
  display: flex;
}

.label-email {
  width: 100%;
  max-width: 480px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.terminos-condiciones {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.link-terminos_condiciones {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.chek {
  width: 16px;
  height: 16px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1.5px solid #333;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.separador {
  width: 100%;
  height: 1px;
  max-width: 440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-4 {
  width: 100%;
  height: 1px;
  max-width: 440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #333;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-formulario {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #1a5450;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.text-15 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.form-image {
  width: 100%;
  height: 574px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-02-1 {
  object-fit: contain;
}

.text-size-regular-8 {
  color: #1a1a1a;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-size-regular-9 {
  color: #1a5450;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.autorizo-el-tratamiento-de-datos-personales-0 {
  color: #1f1bff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.autorizo-el-tratamiento-de-datos-personales-1 {
  color: #00e;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.autorizo-el-tratamiento-de-datos-personales-2 {
  color: red;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

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

.floor-butoom {
  flex-direction: column;
  display: flex;
}

.text-block-19 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.body {
  background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1)), url('../images/textura-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.html-typology {
  opacity: 0;
  color: #db802f;
}

.html-typology:hover {
  opacity: .7;
}

.html-typology.danger {
  opacity: .51;
  color: red;
}

.whatsapp {
  z-index: 100;
  width: 100%;
  height: auto;
  position: relative;
}

.div-block-51 {
  width: 7%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 0%;
}

.activo {
  width: 10px;
  height: 10px;
  background-color: #db802f;
}

.pasivo {
  width: 10px;
  height: 10px;
  background-color: red;
}

.mobile, .div-block-52 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.html-embed-4 {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .link-block {
    top: 1%;
  }

  .super-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: 0;
  }

  .catalog-rotate_img {
    border-radius: 50%;
  }

  .whatsapp {
    z-index: 4;
    width: 100vw;
    position: relative;
  }

  .div-block-51 {
    width: 6%;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .link-block {
    top: .9%;
  }

  .closed {
    top: 8%;
    left: 8%;
  }
}

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

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

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

  .heading-style-h6.isometri.finishes.current, .heading-style-h6.isometri.with-finishes.current, .heading-style-h6.isometri.plant.current {
    bottom: 19.7%;
  }

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

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

  .button.circle.cover-1 {
    width: 35px;
    height: 35px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .spacer-96 {
    padding: 5rem;
  }

  .spacer-medium {
    padding: 1.5rem;
  }

  .spacer-xhuge {
    padding: 6rem;
  }

  .spacer-xxhuge {
    padding: 8rem;
  }

  .spacer-xlarge {
    padding: 3rem;
  }

  .spacer-large {
    padding: 2.5rem;
  }

  .spacer-xxlarge {
    padding: 4rem;
  }

  .f2wf-columns {
    flex-direction: column;
    align-items: center;
  }

  .header-component {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .image-wrap {
    height: auto;
  }

  .image-wrap.img-floors {
    width: 60%;
  }

  .header-content-wrap {
    width: 100%;
    max-width: 700px;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .header-content-wrap.content {
    display: block;
  }

  .description-banner {
    max-width: 768px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .container-description-banner {
    width: auto;
  }

  .around {
    height: auto;
  }

  .text {
    flex-direction: column;
  }

  .header-title, .iframe, .mask-group-77-1, .cover, .etapas_image-1-1 {
    height: auto;
  }

  .section-amenities.gym, .section-amenities.gym.show, .section-amenities.bbq, .section-amenities.parks, .section-amenities.games, .section-amenities.pet, .section-amenities.lobby, .section-amenities.soccer, .section-amenities.voleibol {
    top: 4rem;
  }

  .mask-group-78-1 {
    height: auto;
  }

  .button-horizontally {
    flex-direction: column;
  }

  .section-apartment.type-c, .section-apartment.type-c.show, .section-apartment.type-e, .section-apartment.type-e.show {
    top: 4rem;
  }

  .apartment, .mask-group-76-1 {
    height: auto;
  }

  .button-horizontally {
    flex-direction: row;
  }

  .section-floors {
    height: auto;
  }

  .f2wf-columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .floors_wrap, .frame-6, .torre_5, .section-typology.floor-2.show {
    height: auto;
  }

  .f2wf-columns-3 {
    flex-direction: column;
    align-items: center;
  }

  .typology-wrap {
    height: auto;
  }

  .component {
    flex-direction: column;
  }

  .typology_image {
    height: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .puertoazul_plantatipo_2-12_acabados-3-1, .section-detail.floor-2.type-2, .section-detail.floor-2.type-3, .section-detail.floor-2.type-4, .section-detail.floor-2.type-5, .section-detail.floor-2.type-3, .detail, .type-plant-1-1 {
    height: auto;
  }

  .tabs-menu {
    bottom: 5px;
  }

  .tabs-content-2 {
    height: auto;
    bottom: 0;
  }

  .link-block {
    top: 1%;
  }

  .floor_data.position-floor-1, .floor_data.position-floor-2, .floor_data.position-floor-3, .floor_data.position-floor-4, .floor_data.position-floor-5, .floor_data.position-floor-6, .floor_data.position-floor-7, .floor_data.position-floor-8, .floor_data.position-floor-9, .floor_data.position-floor-10, .floor_data.position-floor-11, .floor_data.position-floor-12, .typology-data, .typology-data.position-typology-3.show, .typology-data.position-typology-4.show, .typology-data.position-typology-5.show, .typology-data.position-typology-6.show, .typology-data.position-typology-2.show, .typology-data.position-typology-1.show, .typology-data.position-typology-8.show, .typology-data.position-typology-7.show {
    display: none;
  }

  .section-project {
    height: 85vh;
    flex-direction: column;
    justify-content: space-around;
  }

  .navbar-5 {
    display: block;
  }

  .navbar-4 {
    display: none;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .container {
    width: 100%;
    background-color: #1a5450;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex: 1;
  }

  .navbar-6 {
    width: 100%;
    background-color: #1a5450;
    justify-content: space-between;
    display: flex;
  }

  .image-6 {
    max-width: 80%;
  }

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

  .navbar {
    display: none;
  }

  .nav-menu-5 {
    background-color: #1a5450;
    flex: 1;
  }

  .brand-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-7 {
    display: none;
  }

  .project-datail {
    height: auto;
  }

  .f2wf-columns-4 {
    flex-direction: column;
    align-items: center;
  }

  .column {
    align-items: center;
  }

  .f2wf-small-columns {
    flex-direction: column;
  }

  .content, .footer-links, .footer-links-2, .content-2 {
    align-items: center;
  }

  .steps {
    bottom: -25px;
  }

  .f2wf-columns-5, .f2wf-columns-6, .f2wf-columns-7 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-51 {
    width: 15%;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .icon {
    color: #fff;
  }

  .div-block-52 {
    flex-direction: column;
    align-items: center;
  }
}

@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.25rem;
  }

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

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

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .spacer-96 {
    padding: 3.5rem;
  }

  .spacer-medium {
    padding: 1.25rem;
  }

  .spacer-xhuge {
    padding: 4rem;
  }

  .spacer-xxhuge {
    padding: 4.5rem;
  }

  .spacer-xlarge {
    padding: 2rem;
  }

  .spacer-large {
    padding: 1.5rem;
  }

  .spacer-xxlarge {
    padding: 3rem;
  }

  .header-component {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .description-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-amenities.gym, .section-amenities.gym.show, .section-amenities.bbq, .section-amenities.parks, .section-amenities.games, .section-amenities.pet, .section-amenities.lobby, .section-amenities.soccer, .section-amenities.voleibol, .section-apartment.type-c, .section-apartment.type-c.show, .section-apartment.type-e, .section-apartment.type-e.show {
    top: 3rem;
  }

  .section-project {
    height: 70vh;
  }

  .navbar-6 {
    align-items: center;
  }

  .image-6 {
    max-width: 85%;
  }

  .f2wf-small-columns {
    flex-direction: column;
    align-items: center;
  }

  .catalog-btn-wrapper.greeting-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .steps {
    bottom: -63px;
  }

  .div-block-51 {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }
}

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

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

  .heading-style-h6.isometri {
    top: -5.3rem;
  }

  .heading-style-h6.isometri.finishes.current, .heading-style-h6.isometri.with-finishes.current, .heading-style-h6.isometri.plant.current {
    top: auto;
    bottom: 22%;
  }

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

  .button.is-icon {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .75rem;
  }

  .button.circle.cover-1 {
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    padding: .375rem .75rem;
  }

  .header-component {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-wrap, .image-wrap.img-floors {
    width: 100%;
  }

  .banne-02-1 {
    height: auto;
  }

  .header-content-wrap {
    height: auto;
    display: none;
  }

  .header-content-wrap.content {
    display: block;
  }

  .description-banner {
    flex-direction: column;
  }

  .wrap-around_buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
  }

  .button-horizontally {
    display: block;
  }

  .apartment {
    height: auto;
  }

  .button-horizontally {
    flex-direction: row;
    display: flex;
  }

  .availability {
    flex-direction: column;
  }

  .tabs-menu {
    bottom: 4px;
  }

  .link-block {
    top: 1%;
  }

  .section-project {
    height: 82vh;
  }

  .text-block-10 {
    font-size: .75rem;
    top: 17%;
    left: 25%;
  }

  .text-block-11, .text-block-12 {
    font-size: .75rem;
    top: 17%;
    left: 21%;
  }

  .text-block-13 {
    font-size: .75rem;
    top: 17%;
    left: 24%;
  }

  .text-block-14 {
    font-size: .75rem;
    top: 22%;
    left: 25%;
  }

  .text-block-15 {
    font-size: .75rem;
    top: 22%;
    left: 23%;
  }

  .text-block-16 {
    font-size: .75rem;
    top: 22%;
    left: 21%;
  }

  .text-block-17 {
    font-size: .75rem;
    top: 22%;
    left: 35%;
  }

  .closed {
    z-index: 3;
    width: 45px;
    height: 45px;
    top: 0%;
    left: 1%;
  }

  .image-6 {
    max-width: 50%;
  }

  .brand-2 {
    padding-top: 16px;
  }

  .container-amenities {
    height: auto;
  }

  .brand-3 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 16px;
  }

  .catalog-btn-wrapper.greeting-btn {
    margin-left: auto;
  }

  .steps {
    z-index: 3;
    height: auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    bottom: -144px;
  }

  .step.cover-1.current, .step.floor-2, .step.typology-3 {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .text-size-small-bold-3, .text-size-small-6 {
    text-align: center;
  }

  .form-image, .footer-02-1 {
    height: auto;
  }

  .div-block-51 {
    width: 25%;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-906870e5 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-906870e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-906870e5 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-906870e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-906870e5 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-906870e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-906870e5 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-906870e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-906870e5 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-906870e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-906870e5, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-906870e5, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-906870e5, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-906870e5, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-906870e5, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-906870e5, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-906870e5, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-906870e5, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-906870e5, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-906870e5, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-906870e5 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-906870e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-906870e5 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-906870e5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-906870e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-906870e5 {
  justify-self: start;
}


