@font-face {
  font-family: Boowie;
  src: url('../fonts/boowie.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-salmon: #f69b74;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

body {
  color: #333;
  font-family: Boowie, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
}

p {
  margin-bottom: 0;
  font-size: 1.4em;
  line-height: 1.4em;
}

a {
  color: #ac542f;
  text-decoration: underline;
}

a:hover {
  font-weight: 400;
  text-decoration: underline;
}

.menu {
  height: 80px;
}

.div-block {
  width: 200px;
  height: 100%;
  position: relative;
}

.heading {
  font-size: 5em;
  line-height: 1em;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.link {
  color: #333;
  font-size: 1.2em;
  line-height: 1.6em;
}

.text-block {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Boowie, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.paragraph {
  letter-spacing: .1em;
  font-size: 1.2em;
  line-height: 1.6em;
}

.button {
  background-color: #333;
}

.styles {
  display: none;
}

.section {
  background-color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

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

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

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

.submit-button {
  letter-spacing: .4em;
  background-color: #333;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
}

.image {
  max-width: 30%;
  margin-bottom: 2em;
}

.heading-3 {
  letter-spacing: .1em;
  white-space: nowrap;
  margin-bottom: .6em;
  font-size: 3em;
  font-weight: 400;
}

.text-field {
  text-align: center;
  letter-spacing: 2px;
  border-radius: 3px;
  flex: 0 auto;
  padding-top: 12px;
  font-size: 18px;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
}

.navbar {
  z-index: 10;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding: .8em 1.4em;
  display: flex;
  position: sticky;
  inset: 0 0% auto;
  overflow: visible;
  box-shadow: 0 0 20px -10px #0009;
}

.image-2 {
  filter: invert();
  flex: 0 auto;
  order: 0;
  align-self: auto;
  max-width: 10em;
  display: block;
}

.container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.w--open {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brand {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  height: 100%;
  padding-top: 0;
  display: block;
}

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em;
  font-size: .9em;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link.w--current {
  color: #fff;
  text-align: left;
  letter-spacing: .2em;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.nav-link.contacto {
  display: none;
}

.nav-link.lang {
  color: #a0a0a0;
}

.section-2 {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-2 {
  z-index: 0;
  background-image: linear-gradient(#000, #000);
  display: block;
  position: absolute;
  inset: 0%;
}

.lottie-animation {
  z-index: 1;
  flex: 0 auto;
  width: 480px;
  position: static;
  top: 35%;
}

.lottie-animation-2 {
  justify-content: center;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
  padding: .5em;
  display: block;
}

.menu-button {
  flex: 0 auto;
  padding: 0;
  position: relative;
  overflow: visible;
}

.menu-button.w--open {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.nav-menu.w--open {
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-message {
  background-color: #0000;
  width: 100%;
}

.text-block-2 {
  color: #a50c0c;
  letter-spacing: .1em;
}

.section-3 {
  z-index: 1;
  height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.image-3 {
  margin-right: -45px;
}

.image-4 {
  flex: 0 auto;
  margin-right: -64px;
  display: block;
}

.div-block-4 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  display: none;
  position: static;
  top: 215px;
}

.div-block-5 {
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-5 {
  width: 80%;
  max-width: none;
  position: sticky;
  top: 0;
}

.div-block-7 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
}

.section-4 {
  z-index: 1;
  background-color: #000;
  background-image: linear-gradient(#000c, #000c), url('../images/10_terraza.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 10em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-4 {
  color: #fff;
  letter-spacing: .1em;
  margin-bottom: 1em;
  font-size: 4em;
  font-weight: 400;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 2em;
  font-family: Merriweather, serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 2em;
}

.section-5 {
  z-index: 1;
  justify-content: center;
  width: 100%;
  padding: 10em 1.5em;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-8 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: block;
  position: relative;
}

.div-block-9 {
  max-width: 50%;
  margin-top: 0;
}

.div-block-10 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 0;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
}

.section-6 {
  z-index: 1;
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 400vh;
  padding: 0;
  display: block;
  position: relative;
  top: auto;
  overflow: visible;
}

.heading-5 {
  letter-spacing: .1em;
  justify-content: center;
  align-items: flex-start;
  font-size: 4em;
  font-weight: 400;
  display: flex;
  position: sticky;
  top: 30%;
}

.div-block-11, .div-block-12 {
  margin-bottom: 25%;
}

.div-block-13 {
  margin-bottom: 0%;
}

.heading-6 {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  font-size: 14em;
  font-weight: 400;
  line-height: .4em;
  display: flex;
  position: sticky;
  top: 35%;
}

.div-block-14 {
  flex-direction: column;
  align-self: stretch;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: visible;
}

.section-7 {
  z-index: 1;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.div-block-15 {
  height: auto;
  padding: 10em;
  display: block;
  overflow: hidden;
}

.div-block-16 {
  justify-content: center;
  align-items: stretch;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.div-block-17 {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.div-block-18 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 4em;
  padding: 0;
  display: flex;
  position: relative;
}

.list {
  margin-top: 2em;
  padding-left: 3em;
  list-style-type: decimal;
}

.paragraph-3 {
  text-align: justify;
  margin-top: 2em;
  font-family: Merriweather, serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 2em;
}

.text-block-3, .text-block-4, .text-block-5 {
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: Merriweather, serif;
  font-size: 1em;
  font-weight: 300;
}

.text-block-6 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1em;
  font-weight: 300;
}

.heading-7 {
  z-index: 10;
  color: #000;
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  font-weight: 400;
  position: absolute;
  inset: 101px auto auto;
}

.heading-8 {
  letter-spacing: .1em;
  font-weight: 400;
}

.heading-9 {
  letter-spacing: .1em;
  margin-bottom: 1em;
  font-size: 2.5em;
  font-weight: 400;
}

.paragraph-4, .paragraph-5 {
  font-family: Merriweather, serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 2em;
}

.heading-10 {
  letter-spacing: .1em;
  margin-bottom: 1em;
  font-size: 2.5em;
  font-weight: 400;
}

.paragraph-6 {
  font-family: Merriweather, serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 2em;
}

.heading-11 {
  letter-spacing: .1em;
  margin-bottom: 1em;
  font-size: 2.5em;
  font-weight: 400;
}

.paragraph-7 {
  font-family: Merriweather, serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 2em;
}

.heading-12 {
  letter-spacing: .1em;
  margin-bottom: 1em;
  font-size: 2.5em;
  font-weight: 400;
}

.section-8 {
  z-index: 1;
  background-color: #000;
  width: 100%;
  max-width: 100vw;
  height: auto;
  padding: 5% 4em;
  position: relative;
  overflow: hidden;
}

.div-block-19 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.item-gallery-grid {
  cursor: pointer;
  object-fit: cover;
  border: 1px solid #ffffff80;
  width: 100%;
  height: 300px;
  transition: filter .375s;
}

.item-gallery-grid:hover {
  filter: brightness(75%);
}

.item-gallery-grid.option {
  height: auto;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.image-8 {
  object-fit: cover;
  object-position: 0% 100%;
  width: 100%;
  height: 300px;
}

.image-9 {
  transform-origin: 50%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 300px;
}

.footer {
  text-align: center;
  background-color: #000;
  border-top: 1px solid #222;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: auto;
  max-height: none;
}

.footer-image {
  filter: invert();
  object-fit: fill;
  object-position: 0% 50%;
  width: 200px;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.text-block-7 {
  color: #868686;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.gallery-item-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block-20 {
  color: #fff;
  justify-content: space-around;
  margin-bottom: 50px;
  padding-left: 10em;
  padding-right: 10em;
  display: flex;
}

.link-2 {
  color: #ebebeb;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Boowie, sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.link-2.contacto {
  display: none;
}

.link-2.lang {
  color: #a0a0a0;
}

.lottie-animation-3 {
  opacity: 0;
  width: 300px;
}

.image-10 {
  align-self: auto;
}

.div-block-21 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.image-11 {
  flex: 1;
  height: 3em;
}

.image-12 {
  flex: 0 auto;
  height: 3em;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.body {
  overflow: visible;
}

.div-block-22 {
  z-index: auto;
  background-image: linear-gradient(#00000080, #00000080), url('../images/10_terraza.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  position: static;
  inset: 0%;
}

.div-block-22._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/05_salon1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-22._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/01_escalera_r01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-22._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/08_master_r02.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-23 {
  z-index: auto;
  position: absolute;
  inset: 0%;
}

.image-14 {
  margin-right: -65px;
}

.div-block-24 {
  align-items: flex-end;
  display: flex;
}

.div-block-25 {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.image-15 {
  margin-left: 45px;
}

.div-block-26 {
  margin-left: -40px;
}

.image-16 {
  position: static;
}

.div-block-28 {
  z-index: -1;
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/14_fachada-dia-1.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.div-block-29 {
  width: 100%;
  max-width: 65%;
}

.image-17 {
  display: none;
}

.text-span {
  white-space: nowrap;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: .5em;
  line-height: 1em;
  display: flex;
}

.image-18 {
  filter: brightness(1000%);
  max-width: 60%;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 1.4em;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-timeline-cta {
  background-color: #0a0a0a;
}

.padding-vertical-xlarge {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  position: relative;
  inset: 0%;
}

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.page-wrapper {
  display: block;
  position: relative;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  inset: 0%;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.button-icon-small.margin-right-small {
  margin-right: 16px;
}

.hero-nav_button-wrapper {
  display: flex;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.padding-vertical-xxlarge {
  z-index: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.padding-vertical-footer {
  padding-top: 120px;
  padding-bottom: 40px;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

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

.section-timeline-heading {
  z-index: 1;
  background-color: #0a0a0a;
  position: relative;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.hero-nav {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: 0%;
}

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

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-footer {
  position: relative;
}

.timeline-hero_heading-wrapper {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-timeline {
  z-index: 0;
  background-color: #0a0a0a;
  position: relative;
  overflow: visible;
}

.timeline_image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.footer_credits-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.footer_text-wrapper {
  text-align: center;
  max-width: 640px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#d6d6d6, #7a7a7a 51%, #333);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

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

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.section-hero {
  padding-top: 3%;
  padding-bottom: 3%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_date-text {
  color: #fff;
  text-align: left;
  letter-spacing: .1em;
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1;
  position: static;
  top: 50vh;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
  position: sticky;
  top: 150px;
}

.inline-block {
  display: inline-block;
}

.timeline_text {
  color: #ccc;
  text-align: justify;
  text-transform: none;
  margin-top: 30px;
  font-family: Merriweather, serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 2.2;
  position: static;
  top: 56vh;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.relume-link {
  width: 124px;
  height: 33.33px;
  position: relative;
}

.text-underline {
  background-image: url('../images/underline.svg');
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.heading-13 {
  color: #fff;
  letter-spacing: 3px;
  font-weight: 400;
}

.heading-14 {
  letter-spacing: 3px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

.section-9 {
  height: 100vh;
}

.c-bg {
  z-index: 1;
  background-image: linear-gradient(#000, #000), url('../images/bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: fixed;
  inset: 0%;
}

.c-header {
  margin-bottom: 30px;
}

.scroll {
  border: 1px solid #fff;
  border-radius: 1000px;
  justify-content: center;
  width: 30px;
  height: 48px;
  padding: 5px;
  display: flex;
}

.scroll-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 3px;
  height: 10px;
}

._w-description {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.yellow {
  color: #fff080;
}

._w-cards-list {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 1px;
}

._w-content {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  line-height: 1em;
}

.c-intro {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 20px;
  display: flex;
  position: relative;
}

.c-card-title {
  margin-bottom: 10px;
}

.c-scroll-down {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._2 {
  max-width: 800px;
  position: sticky;
  top: 200px;
}

.c-card._4 {
  max-width: 800px;
  position: sticky;
  top: 360px;
}

.c-card._1 {
  max-width: 800px;
  position: sticky;
  top: 120px;
}

.c-card._5 {
  max-width: 800px;
  position: sticky;
  top: 440px;
}

.c-card._3 {
  max-width: 800px;
  position: sticky;
  top: 280px;
}

.c-content {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.header {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Boowie, sans-serif;
  font-size: 5em;
  font-weight: 900;
  line-height: 1.3em;
}

.description {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.4em;
}

.c-card-content-divider {
  border-bottom: 1px dashed #bbb;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.c-cards-list {
  transition: all .2s;
  position: relative;
}

._w-card {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 30px;
  position: relative;
  box-shadow: 1px 1px 15px #13131380;
}

.c-card-details {
  margin-bottom: 20px;
}

.card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

.c-cloneable {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.card-details {
  margin-bottom: 0;
}

.image-19 {
  object-fit: cover;
  width: 100%;
  max-height: 400px;
}

.text-span-2 {
  color: #ffc800;
  text-shadow: 0 2px #00000075;
  font-family: Great Vibes, cursive;
  line-height: 27px;
}

.div-block-30 {
  flex-direction: column;
  width: 500px;
  padding: 20px;
  display: flex;
}

.section-10, .page-wrap {
  position: relative;
}

.section-paragraph {
  width: 400px;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
}

.section-paragraph.london {
  font-style: normal;
}

.section-paragraph.footer {
  margin-top: 10px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
}

.section__inner-wrap {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.map {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
}

.h1 {
  text-align: center;
  text-shadow: 0 7px 8px #0000003d, 0 2px #0000007a;
  margin-left: -20px;
}

.text-block-8 {
  color: #fff;
  text-align: center;
}

.features {
  width: 100vw;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: scroll;
}

.paragraph-8 {
  color: #ffc800;
  text-align: center;
  text-shadow: 0 2px #00000069;
  background-color: #0000;
  margin-left: 0;
  padding-left: 560px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.paragraph-8._2 {
  text-align: left;
  text-shadow: none;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
}

.heading-15 {
  text-shadow: 0 5px 2px #14063d59, 0 2px #a1a1a1;
  margin-bottom: 10px;
}

.hero-paragraph {
  text-align: center;
  width: 600px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 20px;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
}

.hero-paragraph.frosty {
  border: 1px solid #ffffff26;
  border-radius: 2px;
  font-style: normal;
}

.beagle-h1 {
  text-shadow: 0 5px #a7a7a7, 0 12px 9px #00000054;
  padding-left: 40px;
  font-size: 210px;
  line-height: 94px;
}

.link-3 {
  color: #fff;
  text-align: left;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 9px;
  line-height: 11px;
  text-decoration: none;
}

.link-3.w--current {
  color: #ffc800;
  font-weight: 400;
}

.text-span-3 {
  letter-spacing: -1px;
  text-shadow: 0 2px #00000078;
  padding-left: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 29px;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #ffffff26;
  border-radius: 2px;
  width: 160px;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 700;
}

.button-2.frosty {
  color: #fff;
  margin-bottom: 20px;
  font-size: 10px;
}

.nav-wrap {
  z-index: 999;
  width: 70px;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-wrap.frosty {
  border-left: 1px solid #ffffff1a;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.link-block {
  border-radius: 2px;
  width: 135px;
  height: 28px;
  text-decoration: none;
  position: fixed;
  inset: auto auto 12px 12px;
}

.link-block.w--current {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block.frosty {
  text-transform: uppercase;
  border: 1px solid #ffffff2e;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.link-block.frosty.w--current {
  opacity: .41;
}

.section-11 {
  background-color: #000;
  align-items: center;
  height: 500vh;
  display: none;
  position: relative;
  top: 0;
}

.lottie-animation-4 {
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.div-block-31 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 680px;
  height: auto;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.mapa-espana {
  z-index: 1;
  opacity: 0;
  object-fit: fill;
  width: 80%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 20% 0% 0%;
}

.boton-1 {
  z-index: 2;
  cursor: pointer;
  background-color: #070bf0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-bottom: 80px;
  margin-left: 55px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.heading-16 {
  color: #ddd;
  font-size: 4em;
  font-weight: 400;
}

.div-block-33 {
  width: 30%;
  margin-right: auto;
}

.paragraph-9 {
  color: #ddd;
}

.mapa-europa {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  inset: 0%;
}

.boton-2 {
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  background-color: #070bef;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  bottom: 180px;
  left: 200px;
}

.mapa-madrid {
  z-index: 4;
  opacity: 0;
  object-fit: fill;
  width: 80%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 20% 0% 0%;
}

.boton-3 {
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  background-color: #070cee;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  bottom: 120px;
  left: 280px;
}

.fachada {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 88%;
  width: auto;
  height: 100vh;
  margin-top: 60px;
  margin-left: 80px;
  padding-left: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.europa {
  color: #ddd;
  position: absolute;
}

.espana {
  color: #ddd;
  position: static;
}

.madrid, .zona-centro, .almagro {
  color: #ddd;
  display: none;
  position: static;
}

.div-block-34 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 25px;
  padding-left: 0;
  display: flex;
}

.calle {
  color: #ddd;
  font-size: 2em;
  line-height: 1.2em;
  position: static;
}

.llegar {
  margin-right: 20px;
}

.div-block-35 {
  justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.calle-botones {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 25px;
  padding-left: 0;
  display: none;
}

.section-12 {
  background-color: #000;
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-36 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0;
  bottom: auto;
}

.image-20 {
  margin-top: 0;
  display: block;
  position: static;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-38 {
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.piso-0 {
  opacity: 1;
  background-color: #9b9b9b61;
  border: 1px solid #fff;
  width: 100%;
  height: 200px;
  position: absolute;
  inset: 76% 0% 0% auto;
}

.piso-1 {
  opacity: 1;
  background-color: #9b9b9b61;
  border: 1px solid #fff;
  border-radius: 0;
  width: 100%;
  height: 180px;
  position: absolute;
  inset: 60% 0% 0% auto;
}

.piso-2 {
  opacity: 1;
  background-color: #9b9b9b61;
  border: 1px solid #fff;
  width: 100%;
  height: 180px;
  position: absolute;
  inset: 44% 0% 0% auto;
}

.piso-3 {
  opacity: 1;
  background-color: #9b9b9b61;
  border: 1px solid #fff;
  width: 100%;
  height: 180px;
  position: absolute;
  inset: 28% 0% 0% auto;
}

.heading-17 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 4em;
  font-weight: 400;
}

.heading-18 {
  cursor: pointer;
  margin-bottom: 0;
}

.heading-19, .heading-20, .heading-21 {
  cursor: pointer;
  margin-bottom: 20px;
}

.planos {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: block;
  position: fixed;
  inset: 15% 3% 5%;
}

.div-block-40 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0;
  display: block;
  position: static;
}

.fachada-noche {
  z-index: 1;
  background-image: url('../images/15_fachada-noche-op.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 50%;
  height: 100%;
  position: absolute;
}

.fachada-dia {
  z-index: 5;
  background-image: url('../images/14_fachada-dia-1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
}

.div-block-41 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-right: auto;
  display: flex;
}

.image-21 {
  opacity: .8;
  filter: invert();
}

.div-block-42 {
  margin-top: 50px;
}

.img1 {
  filter: none;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  min-height: 360px;
  margin-bottom: 40px;
}

.image-22 {
  filter: none;
  border-radius: 10px;
  width: 100%;
}

.image-23 {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  min-height: 600px;
}

.image-24, .image-25 {
  filter: none;
  border-radius: 10px;
  width: 100%;
}

.lightbox-link, .lightbox-link-2 {
  width: 100%;
}

.field-label, .field-label-2 {
  color: #fff;
  letter-spacing: 2px;
}

.text-field-2 {
  background-color: #0000;
  border-bottom: 1px solid #fff;
}

.submit-button-2 {
  color: #fff;
  letter-spacing: 2px;
  background-color: #000;
  width: 100%;
  margin-top: 20px;
}

.text-field-3 {
  background-color: #0000;
  border-bottom: 1px solid #fff;
}

.form-block {
  width: 100%;
}

.textarea {
  letter-spacing: 2px;
  background-color: #0000;
  border-bottom: 1px solid #fff;
}

.section-13 {
  background-color: #000;
}

.div-block-43 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.image-26 {
  object-fit: contain;
  height: 100%;
}

.image-27, .image-28, .image-29, .image-30 {
  object-fit: cover;
  height: 100%;
}

.container-3 {
  max-width: 1290px;
}

.div-block-44 {
  width: 50%;
  height: 100%;
  position: relative;
}

.html-embed {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-45 {
  height: 100vh;
  display: block;
  position: sticky;
  inset: 0% 0% 0% auto;
}

.div-block-46 {
  align-items: center;
  height: 100vh;
  margin-left: 0;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.ubicacion-left {
  width: 50%;
  height: 100%;
  position: static;
  top: 60px;
}

.foto-left-ubicacion {
  background-image: url('../images/15_fachada-noche.jpg');
  background-position: 0 0;
  background-size: contain;
  align-items: center;
  height: 100vh;
  margin-left: 0;
  display: flex;
}

.div-block-47 {
  z-index: 99999999;
  height: 100vh;
  position: sticky;
  inset: 0%;
}

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

.img-ubi-1 {
  z-index: 12;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.img-ubi-2 {
  z-index: 11;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.img-ubi-3 {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.img-ubi-4 {
  z-index: 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.img-ubi-5 {
  z-index: 8;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.img-ubi-6 {
  z-index: 7;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.img-ubi-7 {
  z-index: 6;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.img-ubi-8 {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.img-ubi-9 {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.img-ubi-10 {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.img-ubi-11 {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.link-4 {
  color: #000;
  letter-spacing: 2px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  text-decoration: none;
  display: block;
}

.div-block-48 {
  position: static;
}

.div-block-49 {
  width: 100%;
}

.heading-22 {
  letter-spacing: 3px;
  margin-top: 0;
  margin-left: 0;
  font-size: 3em;
}

.div-block-50 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 3%;
  display: flex;
}

.image-32 {
  display: block;
}

.div-block-51 {
  width: 100%;
  position: absolute;
}

.div-block-52 {
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.div-block-53 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 30%;
  height: auto;
  max-height: 100%;
  margin-left: 40px;
  display: flex;
  position: static;
}

.div-block-54 {
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
}

.image-33 {
  object-fit: contain;
  width: auto;
  max-width: 80%;
  display: block;
}

.image-34 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.lightbox-link-3 {
  object-fit: contain;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-5 {
  color: #000;
  letter-spacing: 3px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  text-decoration: none;
  display: block;
}

.planos-copy {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: block;
  position: fixed;
  inset: 15% 3% 5%;
}

.wrapper-plan {
  z-index: 999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70%;
  height: auto;
  min-height: auto;
  max-height: 100%;
  padding: 2%;
  display: flex;
  position: fixed;
  inset: auto;
}

.plano-planta-1 {
  z-index: 999;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
  position: fixed;
  inset: 10% 5% 5%;
}

.plano-planta-2 {
  z-index: 999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 10% 5% 5%;
}

.plano-planta-3 {
  z-index: 999;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 10% 5% 5%;
}

.plano-cubierta {
  z-index: 999;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 10% 5% 5%;
}

.section-14 {
  background-color: #000;
  padding-top: 5%;
  padding-bottom: 5%;
}

.div-block-55 {
  justify-content: center;
  align-items: stretch;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 1.4em;
  display: flex;
  position: static;
  top: 0;
}

.div-block-56 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-57 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 0;
  display: flex;
}

.lottie-animation-5 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.titulo-palacete {
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 15px;
  font-size: 3.2em;
  font-weight: 400;
  display: block;
}

.titulo-palacete.condes-paredes {
  display: block;
  position: static;
  top: 100px;
}

.titulo-palacete.condes-paredes.secundario.otros {
  opacity: 1;
  cursor: auto;
  margin-bottom: 0;
  text-decoration: underline;
}

.titulo-palacete.condes-paredes.secundario {
  opacity: .5;
  cursor: pointer;
  height: auto;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
}

.titulo-palacete.condes-paredes.secundario:hover {
  text-decoration: none;
}

.titulo-palacete.condes-paredes.secundario.otros {
  opacity: 1;
  cursor: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: underline;
}

.titulo-palacete.norman-foster {
  display: block;
}

.titulo-palacete.norman-foster.secundario {
  opacity: .6;
  cursor: pointer;
  opacity: .5;
  cursor: pointer;
  opacity: .6;
  cursor: pointer;
  height: auto;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
  display: flex;
}

.titulo-palacete.vizconde-roda {
  display: block;
}

.titulo-palacete.vizconde-roda.secundario {
  opacity: .6;
  cursor: pointer;
  opacity: .6;
  cursor: pointer;
  opacity: .5;
  cursor: pointer;
  opacity: .6;
  cursor: pointer;
  height: auto;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
}

.titulo-palacete.santo-mauro {
  display: block;
}

.titulo-palacete.santo-mauro.secundario {
  opacity: .6;
  cursor: pointer;
  opacity: .6;
  cursor: pointer;
  opacity: .5;
  cursor: pointer;
  opacity: .6;
  cursor: pointer;
  height: auto;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
}

.titulo-palacete.embajada-suecia {
  display: block;
}

.titulo-palacete.embajada-suecia.secundario {
  opacity: .6;
  cursor: pointer;
  opacity: .6;
  cursor: pointer;
  opacity: .5;
  cursor: pointer;
  opacity: .6;
  cursor: pointer;
  height: auto;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
}

.titulo-palacete.conde-aliseda {
  display: block;
}

.titulo-palacete.conde-aliseda.secundario {
  opacity: .6;
  cursor: pointer;
  opacity: .6;
  cursor: pointer;
  opacity: .5;
  cursor: pointer;
  opacity: .6;
  cursor: pointer;
  height: auto;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
}

.titulo-palacete.embajada-argentina {
  display: block;
}

.titulo-palacete.embajada-argentina.secundario {
  opacity: .6;
  cursor: pointer;
  opacity: .6;
  cursor: pointer;
  opacity: .5;
  cursor: pointer;
  opacity: .6;
  cursor: pointer;
  height: auto;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
}

.titulo-palacete.coca {
  display: block;
}

.titulo-palacete.coca.secundario {
  opacity: .6;
  cursor: pointer;
  opacity: .6;
  cursor: pointer;
  opacity: .5;
  cursor: pointer;
  opacity: .6;
  cursor: pointer;
  height: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
}

.titulo-palacete.subtitle {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 1em;
  text-decoration: underline;
}

.titulo-palacete.condes-paredes-copy {
  display: block;
  position: static;
  top: 100px;
}

.titulo-palacete.condes-paredes-copy.secundario.otros {
  opacity: 1;
  cursor: auto;
  margin-bottom: 0;
  text-decoration: underline;
}

.titulo-palacete.condes-paredes-copy.secundario {
  opacity: .5;
  cursor: pointer;
  height: auto;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
}

.titulo-palacete.condes-paredes-copy.secundario:hover {
  text-decoration: none;
}

.titulo-palacete.condes-paredes-copy.secundario.otros {
  opacity: 1;
  cursor: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: underline;
}

.div-block-58 {
  z-index: -2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 60%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.link-palacio {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 40px;
  font-size: 1rem;
  line-height: 1.2rem;
  text-decoration: none;
}

.link-7 {
  color: #a08f88;
}

.link-7.w--current {
  color: #fff;
}

.div-block-59 {
  background-image: linear-gradient(#000 15%, #0000 20% 80%, #000 85%);
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-60 {
  z-index: 9999999;
  cursor: pointer;
  background-color: #ffffff4d;
  border: 1px dashed #fff;
  height: 16%;
  display: block;
  position: absolute;
  inset: 25% 0% auto;
}

.div-block-60.pb {
  z-index: 50;
  opacity: 0;
  background-color: #ffffff4d;
  border: 1px dashed #fff;
  height: 20%;
  display: block;
  top: auto;
  bottom: 7%;
}

.div-block-60.pb:hover {
  opacity: 1;
}

.div-block-60.p1 {
  z-index: 50;
  opacity: 0;
  background-color: #ffffff4d;
  border: 1px dashed #fff;
  height: 16%;
  display: block;
  top: auto;
  bottom: 27%;
}

.div-block-60.p1:hover {
  opacity: 1;
}

.div-block-60.p2 {
  z-index: 50;
  opacity: 0;
  cursor: pointer;
  background-color: #ffffff4d;
  border: 1px dashed #fff;
  height: 16%;
  display: block;
  top: auto;
  bottom: 43%;
}

.div-block-60.p2:hover {
  opacity: 1;
}

.div-block-60.p3 {
  z-index: 50;
  opacity: 0;
}

.div-block-60.p3:hover {
  opacity: 1;
}

.div-block-61 {
  position: relative;
}

.div-block-62 {
  max-width: 60%;
}

.section-15 {
  color: #ddd;
  background-color: #000;
  padding: 5% 1.4em;
}

.p-descripcion {
  text-align: justify;
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 2em;
}

.div-block-63 {
  max-width: 40%;
}

.div-block-64 {
  align-items: stretch;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-65 {
  justify-content: flex-end;
  align-items: stretch;
  max-width: 1290px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-16 {
  padding: 5%;
}

.div-block-66 {
  width: 100%;
  height: 100%;
  margin-left: 0%;
  padding-bottom: 40px;
  position: static;
  top: 100px;
}

.div-block-67 {
  width: 100%;
  margin-right: 5%;
  position: sticky;
  top: 100px;
}

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

.image-36 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-height: 400px;
  margin-top: 40px;
}

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

.div-block-68 {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-left: 5%;
  display: flex;
}

.div-block-66-copy {
  width: 100%;
  height: 100%;
  margin-left: 0%;
  position: static;
  top: 100px;
}

.image-38, .image-39 {
  position: sticky;
  top: 100px;
}

.div-block-68-copy {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-left: 0%;
  margin-right: 5%;
  display: flex;
}

.div-block-69 {
  color: #000;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-69:hover {
  text-decoration: none;
}

.text-block-9 {
  color: #000;
  letter-spacing: 3px;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4rem;
  text-decoration: none;
}

.div-block-70 {
  background-color: #0000;
  background-image: linear-gradient(#000 38%, #0000 64%, #000 101%);
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.secundario {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.secundario.div {
  height: auto;
  margin-bottom: 100px;
}

.image-40 {
  width: 100%;
}

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

.div-block-71 {
  z-index: -1;
  background-image: linear-gradient(#000 50%, #0003);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-41 {
  opacity: 1;
  display: block;
  position: absolute;
}

.mark-1 {
  opacity: .4;
  cursor: pointer;
  width: 35px;
  margin-top: -32%;
  margin-left: 37%;
  display: block;
  position: absolute;
}

.mark-2 {
  opacity: .4;
  cursor: pointer;
  width: 35px;
  margin-top: -29%;
  margin-left: 55%;
  display: block;
  position: absolute;
}

.mark-3 {
  opacity: .4;
  cursor: pointer;
  width: 35px;
  margin-top: -24%;
  margin-left: 36%;
  display: block;
  position: absolute;
}

.mark-4 {
  opacity: .4;
  cursor: pointer;
  width: 35px;
  margin-top: -20%;
  margin-left: 46%;
  display: block;
  position: absolute;
}

.mark-5 {
  opacity: .4;
  cursor: pointer;
  width: 35px;
  margin-top: -16%;
  margin-left: 43%;
  display: block;
  position: absolute;
}

.mark-6 {
  opacity: .4;
  cursor: pointer;
  width: 35px;
  margin-top: -12%;
  margin-left: 61%;
  display: block;
  position: absolute;
}

.mark-7 {
  opacity: .4;
  cursor: pointer;
  width: 35px;
  margin-top: 15%;
  margin-left: 49%;
  display: block;
  position: absolute;
}

.mark-8 {
  opacity: .4;
  cursor: pointer;
  width: 35px;
  margin-top: 28%;
  margin-left: 50%;
  display: block;
  position: absolute;
}

.checkbox-label {
  font-family: Merriweather, serif;
  font-weight: 300;
}

.checkbox-field {
  justify-content: center;
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.paragraph-10 {
  text-align: justify;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: .8em;
  font-weight: 300;
}

.text-field-4 {
  text-align: center;
  letter-spacing: 2px;
  font-size: 18px;
}

.div-block-72 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.submit-button-3 {
  letter-spacing: 2px;
  background-color: #000;
  width: 100%;
  font-size: 18px;
}

.text-field-5, .text-field-6 {
  text-align: center;
  letter-spacing: 2px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 300;
}

.form {
  max-width: 50%;
}

.form-block-2 {
  flex-flow: column;
  place-content: center;
  align-items: center;
  display: flex;
}

.checkbox {
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-2 {
  margin-left: 0;
  margin-right: 10px;
}

.text-block-10, .text-block-11 {
  letter-spacing: 2px;
}

.image-34-copy {
  object-fit: cover;
  width: 50%;
  max-width: 100%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.overlay {
  z-index: 9999;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.overlay.p0, .overlay.p1, .overlay.p2, .overlay.p3, .overlay.pc {
  z-index: 100;
  display: none;
  position: fixed;
}

.link-8 {
  color: #000;
  letter-spacing: 3px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  text-decoration: none;
  display: block;
}

.link-9 {
  color: #000;
  letter-spacing: 2px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  text-decoration: none;
  display: block;
}

.wrapper-plano {
  z-index: 999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80%;
  height: auto;
  min-height: 600px;
  max-height: 90%;
  padding: 40px;
  display: flex;
  position: fixed;
  inset: auto;
}

.div-block-73 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.div-block-74 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65%;
  display: flex;
}

.image-42 {
  object-fit: contain;
  width: auto;
  max-width: 80%;
  display: block;
}

.div-block-75 {
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.image-43 {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}

.heading-23 {
  letter-spacing: 3px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 3em;
}

.lightbox-link-4 {
  object-fit: contain;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-76 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 30%;
  height: auto;
  max-height: 100%;
  margin-left: 40px;
  display: flex;
  position: static;
}

.link-10 {
  color: #000;
  letter-spacing: 3px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  text-decoration: none;
  display: block;
}

.link-11 {
  color: #000;
  letter-spacing: 2px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  text-decoration: none;
  display: block;
}

.div-block-77 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.div-block-78 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65%;
  display: flex;
}

.image-44 {
  object-fit: contain;
  width: auto;
  max-width: 80%;
  display: block;
}

.div-block-79 {
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.image-45 {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}

.heading-24 {
  letter-spacing: 3px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 3em;
}

.lightbox-link-5 {
  object-fit: contain;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-80 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 30%;
  height: auto;
  max-height: 100%;
  margin-left: 40px;
  display: flex;
  position: static;
}

.link-12 {
  color: #000;
  letter-spacing: 3px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  text-decoration: none;
  display: block;
}

.link-13 {
  color: #000;
  letter-spacing: 2px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  text-decoration: none;
  display: block;
}

.div-block-81 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.div-block-82 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65%;
  display: flex;
}

.image-46 {
  object-fit: contain;
  width: auto;
  max-width: 80%;
  display: block;
}

.div-block-83 {
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.image-47 {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}

.heading-25 {
  letter-spacing: 3px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 3em;
}

.lightbox-link-6 {
  object-fit: contain;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-84 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 30%;
  height: auto;
  max-height: 100%;
  margin-left: 40px;
  display: flex;
  position: static;
}

.link-14 {
  color: #000;
  letter-spacing: 2px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  text-decoration: none;
  display: block;
}

.div-block-85 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.div-block-86 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65%;
  display: flex;
}

.image-48 {
  object-fit: contain;
  width: auto;
  max-width: 80%;
  display: block;
}

.div-block-87 {
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.image-49 {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}

.heading-26 {
  letter-spacing: 3px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 3em;
}

.lightbox-link-7 {
  object-fit: contain;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-88 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 30%;
  height: auto;
  max-height: 100%;
  margin-left: 40px;
  display: flex;
  position: static;
}

.link-15 {
  color: #000;
  letter-spacing: 2px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  text-decoration: none;
  display: block;
}

.div-block-89 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.div-block-90 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65%;
  display: flex;
}

.image-50 {
  object-fit: contain;
  width: auto;
  max-width: 80%;
  display: block;
}

.div-block-91 {
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.heading-27 {
  letter-spacing: 3px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 3em;
}

.lightbox-link-8 {
  object-fit: contain;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-92 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 30%;
  height: auto;
  max-height: 100%;
  margin-left: 40px;
  display: flex;
  position: static;
}

.image-34-copy-2 {
  object-fit: cover;
  width: 50%;
  height: 50%;
  display: block;
}

.page-wrapper-copy {
  display: block;
  position: static;
}

.div-block-93 {
  background-color: #0000;
  background-image: linear-gradient(#000 38%, #0000 64%, #000 101%);
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.image-51 {
  opacity: 1;
  display: block;
  position: absolute;
}

.div-block-94 {
  justify-content: center;
  align-items: stretch;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 1.4em;
  display: flex;
  position: static;
  top: 0;
}

.div-block-95 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.mark-1-2 {
  opacity: .5;
  cursor: pointer;
  width: 35px;
  margin-top: -32%;
  margin-left: 37%;
  display: block;
  position: absolute;
}

.div-block-96 {
  background-color: #0000;
  background-image: linear-gradient(#000 38%, #0000 64%, #000 101%);
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.image-52 {
  opacity: 1;
  display: block;
  position: absolute;
}

.div-block-97 {
  justify-content: center;
  align-items: stretch;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 1.4em;
  display: flex;
  position: static;
  top: 0;
}

.div-block-98 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.mark-1-3 {
  opacity: .5;
  cursor: pointer;
  width: 35px;
  margin-top: -32%;
  margin-left: 37%;
  display: block;
  position: absolute;
}

.div-block-99 {
  background-color: #0000;
  background-image: linear-gradient(#000 38%, #0000 64%, #000 101%);
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.image-53 {
  opacity: 1;
  display: block;
  position: absolute;
}

.div-block-100 {
  justify-content: center;
  align-items: stretch;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 1.4em;
  display: flex;
  position: static;
  top: 0;
}

.div-block-101 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.mark-1-4 {
  opacity: .5;
  cursor: pointer;
  width: 35px;
  margin-top: -32%;
  margin-left: 37%;
  display: block;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .section {
    flex-direction: column;
    overflow: hidden;
  }

  .image {
    max-width: 30%;
    margin-bottom: 2em;
  }

  .heading-3 {
    letter-spacing: .1em;
    margin-bottom: .5em;
    font-size: 3em;
  }

  .navbar {
    height: auto;
    padding: .8em 1.4em;
    overflow: visible;
    box-shadow: 0 0 20px -10px #0009;
  }

  .container {
    width: 100%;
    max-width: 50em;
  }

  .container.w--open {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brand {
    flex: 1;
  }

  .nav-link {
    color: #fff;
    letter-spacing: .2em;
    background-color: #000;
    border-bottom: 1px solid #1d1d1d;
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5em;
    font-size: 1.4em;
    line-height: 1em;
    display: flex;
  }

  .section-2 {
    overflow: hidden;
  }

  .nav-menu.w--open {
    background-color: #000;
  }

  .error-message {
    width: 100%;
  }

  .section-3 {
    overflow: hidden;
  }

  .section-4 {
    align-items: center;
    height: 100vh;
    padding: 5em;
    display: flex;
  }

  .heading-4 {
    letter-spacing: .1em;
    margin-bottom: 1em;
  }

  .paragraph-2 {
    text-align: justify;
    font-family: Merriweather, serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 2.1em;
  }

  .div-block-10 {
    justify-content: space-between;
    padding-left: 5em;
    padding-right: 5em;
  }

  .heading-5 {
    font-size: 4em;
  }

  .div-block-11 {
    height: 100vh;
    margin-bottom: 0%;
  }

  .div-block-12 {
    height: 100vh;
    margin-bottom: 0;
  }

  .div-block-13 {
    height: 100vh;
  }

  .heading-6 {
    font-size: 10.5em;
  }

  .div-block-14 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .div-block-15 {
    height: auto;
    padding: 10em 5em;
  }

  .div-block-18 {
    margin-left: 2.5em;
  }

  .text-block-3 {
    text-transform: uppercase;
    line-height: 1.5em;
  }

  .text-block-4, .text-block-5, .text-block-6 {
    line-height: 1.5em;
  }

  .heading-9, .heading-10, .heading-11, .heading-12 {
    margin-bottom: .5em;
    font-size: 2em;
  }

  .div-block-19 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .block-quote {
    letter-spacing: .1em;
  }

  .padding-vertical-xlarge {
    display: block;
  }

  .button-icon-small, .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .section__inner-wrap, .section__inner-wrap.intro {
    margin-right: 100px;
  }

  .h1 {
    margin-left: -58px;
    font-size: 34px;
  }

  .paragraph-8 {
    padding-left: 420px;
    font-size: 15px;
  }

  .beagle-h1 {
    font-size: 169px;
  }

  .section-11 {
    height: 600vh;
  }

  .lottie-animation-4 {
    width: auto;
    height: 100vh;
    position: fixed;
    top: auto;
  }

  .fachada-noche, .fachada-dia {
    width: 100%;
    height: 50%;
  }

  .div-block-41 {
    width: 100%;
    height: 50%;
    margin-top: auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    flex-direction: column;
  }

  .image {
    max-width: 25%;
  }

  .heading-3 {
    margin-bottom: 1.2em;
    font-size: 2.6em;
  }

  .navbar {
    height: auto;
    padding: .8em 1.4em;
    box-shadow: 0 0 20px -10px #0009;
  }

  .container {
    width: 100%;
    max-width: 100%;
  }

  .container.w--open {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brand {
    flex: 1;
    padding-left: 0;
    display: block;
  }

  .nav-link {
    color: #fff;
    letter-spacing: .2em;
    border-bottom: .1em solid #1b1b1b;
    justify-content: flex-end;
    padding: 1.5em;
    font-size: 1.2em;
    line-height: 1em;
    display: flex;
  }

  .lottie-animation-2 {
    width: 1.8em;
    height: 1.8em;
    padding: .5em;
  }

  .menu-button, .menu-button.w--open {
    padding: 0;
  }

  .nav-menu.w--open {
    background-color: #000;
  }

  .div-block-10 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .heading-6 {
    text-align: center;
    font-size: 8em;
  }

  .div-block-14, .div-block-15, .section-8 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .div-block-19 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .div-block-20 {
    flex-direction: column;
  }

  .link-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-29 {
    max-width: 90%;
  }

  .image-18 {
    max-width: 30%;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

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

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .padding-vertical-xxlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

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

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .text-span-2 {
    line-height: 12px;
  }

  .section__inner-wrap {
    margin-right: 100px;
  }

  .h1 {
    margin-left: 0;
    font-size: 19px;
    line-height: 11px;
  }

  .paragraph-8 {
    text-align: left;
    margin-top: 4px;
    padding-left: 0;
  }

  .hero-paragraph.frosty {
    width: auto;
  }

  .beagle-h1 {
    padding-left: 0;
    font-size: 110px;
    line-height: 63px;
  }

  .text-span-3 {
    line-height: 21px;
  }

  .lottie-animation-4 {
    height: 100vh;
  }

  .fachada-noche, .fachada-dia {
    width: 100%;
    height: 50%;
  }

  .div-block-41 {
    width: 100%;
    height: 50%;
    margin-top: auto;
  }

  .form {
    max-width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    flex-direction: column;
    overflow: hidden;
  }

  .utility-page-form {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .image {
    max-width: 40%;
  }

  .heading-3 {
    text-align: center;
    white-space: normal;
    margin-bottom: .8em;
    font-size: 2.5em;
  }

  .text-field {
    border-radius: 0;
  }

  .navbar {
    border: 1px #000;
    height: auto;
    padding: .8em 1.4em;
    box-shadow: 0 0 20px -10px #0009;
  }

  .image-2 {
    max-width: 10em;
  }

  .container {
    flex: 0 auto;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .container.w--open {
    justify-content: space-between;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brand {
    flex: 1;
    align-items: flex-start;
    padding-left: 0;
    display: block;
  }

  .nav-link {
    color: #fff;
    letter-spacing: .2em;
    border-bottom: .1em solid #1b1b1b;
    justify-content: flex-end;
    padding: 1.5em;
    font-size: 1.2em;
    line-height: 1em;
    display: flex;
  }

  .section-2 {
    height: 100vh;
    overflow: hidden;
  }

  .div-block-2 {
    background-image: linear-gradient(#000, #000);
    width: 100vw;
    height: 100vh;
  }

  .lottie-animation {
    z-index: 1;
    width: 100%;
  }

  .lottie-animation-2 {
    filter: invert();
    width: 1.8em;
    height: 1.8em;
    padding: .5em;
  }

  .menu-button {
    flex: 0 auto;
    padding: 0;
  }

  .nav-menu {
    background-color: #020202;
  }

  .nav-menu.w--open {
    background-color: #000;
  }

  .div-block-3 {
    z-index: 100;
    background-color: #000;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

  .section-3 {
    width: 100vw;
    position: static;
    top: auto;
    overflow: visible;
  }

  .image-3 {
    width: 100%;
    max-width: none;
    display: inline-block;
    position: static;
    top: 505px;
  }

  .image-4 {
    opacity: .12;
    width: 12em;
    position: absolute;
    inset: 0%;
  }

  .div-block-4 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: none;
    position: relative;
  }

  .div-block-5 {
    width: 100vw;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    inset: 0%;
    overflow: visible;
  }

  .image-5 {
    z-index: 2;
    width: 100%;
    padding-left: 0;
    display: block;
    position: sticky;
    top: 30%;
    overflow: visible;
  }

  .div-block-6 {
    z-index: 10;
    border: 1px solid var(--light-salmon);
    background-color: #0000004d;
    width: 80%;
    height: 30%;
    padding: 2em;
    position: absolute;
    inset: auto 0%;
  }

  .h2w {
    color: #fff;
    text-align: center;
    letter-spacing: .1em;
    font-size: 3em;
    font-weight: 400;
  }

  .div-block-7 {
    z-index: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .section-4 {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    padding: 10em 2em;
    display: flex;
    overflow: hidden;
  }

  .heading-4 {
    color: #fff;
    text-align: center;
    letter-spacing: .2em;
    margin-bottom: 1em;
    font-size: 2.5em;
  }

  .paragraph-2 {
    color: #bebebe;
    text-align: justify;
    margin-bottom: 0;
    font-family: Merriweather, serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 2em;
  }

  .section-5 {
    width: 100vw;
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .div-block-8 {
    max-width: 100%;
    margin-bottom: 4em;
    display: flex;
  }

  .div-block-9 {
    flex-direction: column;
    max-width: 100%;
    display: flex;
  }

  .div-block-10 {
    flex-direction: column;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11, .div-block-12, .div-block-13 {
    height: auto;
    margin-bottom: 40%;
  }

  .heading-6 {
    text-align: center;
    font-size: 4.4em;
    top: 50%;
  }

  .div-block-14 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .section-7 {
    height: auto;
  }

  .div-block-16 {
    flex-direction: column;
  }

  .div-block-17 {
    width: 100%;
    margin-bottom: 4em;
  }

  .div-block-18 {
    width: 100%;
    margin-left: 0;
  }

  .list {
    padding-left: 2em;
  }

  .text-block-3 {
    font-family: Merriweather, serif;
  }

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

  .section-8 {
    padding-bottom: 5em;
  }

  .div-block-19 {
    grid-template-columns: 1fr;
  }

  .footer {
    text-align: left;
    padding: 4em 20px 2em;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

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

  .text-block-7 {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .div-block-20 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
  }

  .link-2 {
    margin-bottom: 1em;
  }

  .lottie-animation-3 {
    text-align: left;
    width: auto;
  }

  .image-13, .image-14 {
    display: none;
  }

  .div-block-24 {
    display: block;
  }

  .div-block-26 {
    display: none;
  }

  .div-block-27 {
    height: auto;
  }

  .div-block-28 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-29 {
    max-width: 95%;
  }

  .image-17 {
    width: 70%;
    display: block;
  }

  .image-18 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .padding-vertical-xlarge {
    padding-bottom: 20px;
  }

  .background-layer {
    background-image: none;
    display: block;
    position: static;
  }

  .page-wrapper {
    z-index: -1;
    position: static;
    overflow: visible;
  }

  .button-icon-small {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .padding-vertical-xxlarge {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: visible;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
    padding-right: 20px;
  }

  .container-2 {
    overflow: visible;
  }

  .section-timeline {
    z-index: -1;
    overflow: visible;
  }

  .timeline_image-wrapper {
    margin-top: 30px;
  }

  .timeline_progress {
    left: 20px;
  }

  .timeline_centre {
    padding-left: 14px;
  }

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

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .button-icon {
    display: none;
  }

  .section-hero {
    z-index: 10;
    position: static;
    overflow: visible;
  }

  .timeline_left {
    position: static;
  }

  .timeline_text {
    font-size: 1em;
    line-height: 2em;
  }

  .heading-13 {
    font-size: 2.6em;
  }

  .heading-14 {
    width: 100%;
    font-size: 3em;
  }

  .card-title {
    font-size: 2.5em;
  }

  .c-intro, .c-scroll-down {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-card._2 {
    top: 80px;
  }

  .c-card._4 {
    top: 200px;
  }

  .c-card._5 {
    top: 260px;
  }

  .c-card._3 {
    top: 140px;
  }

  .header {
    font-size: 3em;
    line-height: 1.2em;
  }

  .description {
    font-size: 1em;
    line-height: 1.3em;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._w-card {
    margin-bottom: 40px;
    padding: 20px;
  }

  .card-subtitle {
    font-size: 1.3em;
    line-height: 1em;
  }

  .card-details {
    font-size: .9em;
    line-height: 1.2em;
  }

  .div-block-30, .section-paragraph {
    width: auto;
  }

  .section__inner-wrap, .section__inner-wrap.intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 16px;
    line-height: 0;
  }

  .hero-paragraph {
    width: auto;
  }

  .beagle-h1 {
    text-shadow: 0 2px #a7a7a7, 0 12px 9px #00000054;
    font-size: 50px;
    line-height: 44px;
  }

  .section-11 {
    height: 600vh;
  }

  .lottie-animation-4 {
    height: 100vh;
  }

  .div-block-36 {
    flex-direction: column;
  }

  .div-block-37 {
    width: 100%;
  }

  .div-block-38 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-18, .heading-19, .heading-20 {
    font-size: 2.2em;
  }

  .heading-21 {
    font-size: 2.3em;
  }

  .fachada-noche, .fachada-dia {
    width: 100%;
    height: 50%;
  }

  .div-block-41 {
    flex-direction: column;
    width: 100%;
    height: 50%;
    margin-top: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .image-21 {
    max-width: 60%;
  }

  .div-block-42 {
    justify-content: center;
    display: flex;
  }

  .link-4 {
    white-space: nowrap;
    font-size: 10px;
  }

  .heading-22 {
    margin-top: 0;
    margin-left: 0;
    font-size: 2em;
  }

  .div-block-50 {
    margin-bottom: 30px;
  }

  .div-block-52 {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    max-height: none;
    display: flex;
  }

  .div-block-53 {
    width: 100%;
    max-width: 100%;
    height: 50%;
    max-height: 50%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .div-block-54 {
    width: 100%;
    max-width: 100%;
    max-height: 50%;
  }

  .image-33 {
    object-fit: contain;
    max-width: 100%;
    height: 100%;
    max-height: none;
  }

  .image-34 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 15vh;
  }

  .link-5 {
    text-align: center;
    justify-content: center;
  }

  .wrapper-plan {
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: auto;
    padding: 20px;
    display: block;
    position: static;
    top: 10%;
    bottom: 2%;
  }

  .plano-planta-1, .plano-planta-2, .plano-planta-3 {
    padding: 20px;
    display: none;
    bottom: 2%;
  }

  .plano-cubierta {
    justify-content: center;
    padding: 20px;
    display: none;
    bottom: 2%;
  }

  .section-14 {
    position: static;
    top: 80px;
  }

  .div-block-55 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    height: auto;
    display: flex;
    position: static;
    top: 0;
  }

  .div-block-56 {
    width: 100%;
    height: 40vh;
  }

  .titulo-palacete {
    font-size: 1.6em;
    line-height: 1.6em;
  }

  .titulo-palacete.condes-paredes.secundario {
    margin-bottom: 0;
    font-size: .9em;
    line-height: 1.2em;
  }

  .titulo-palacete.condes-paredes.secundario.otros {
    font-size: 1em;
  }

  .titulo-palacete.norman-foster.secundario, .titulo-palacete.vizconde-roda.secundario, .titulo-palacete.vizconde-roda.secundario, .titulo-palacete.vizconde-roda.secundario, .titulo-palacete.vizconde-roda.secundario, .titulo-palacete.santo-mauro.secundario, .titulo-palacete.santo-mauro.secundario, .titulo-palacete.santo-mauro.secundario, .titulo-palacete.santo-mauro.secundario, .titulo-palacete.embajada-suecia.secundario, .titulo-palacete.embajada-suecia.secundario, .titulo-palacete.embajada-suecia.secundario, .titulo-palacete.embajada-suecia.secundario, .titulo-palacete.conde-aliseda.secundario, .titulo-palacete.conde-aliseda.secundario, .titulo-palacete.conde-aliseda.secundario, .titulo-palacete.conde-aliseda.secundario, .titulo-palacete.embajada-argentina.secundario, .titulo-palacete.embajada-argentina.secundario, .titulo-palacete.embajada-argentina.secundario, .titulo-palacete.embajada-argentina.secundario {
    margin-bottom: 0;
    font-size: .9em;
    line-height: 1.2em;
  }

  .titulo-palacete.coca.secundario {
    font-size: .9em;
    line-height: 1.2em;
  }

  .titulo-palacete.condes-paredes-copy.secundario {
    margin-bottom: 0;
    font-size: .9em;
    line-height: 1.2em;
  }

  .titulo-palacete.condes-paredes-copy.secundario.otros {
    font-size: 1em;
  }

  .div-block-58 {
    margin-top: auto;
    position: static;
  }

  .link-palacio {
    font-size: .7rem;
  }

  .div-block-59 {
    display: none;
  }

  .div-block-63 {
    max-width: 100%;
  }

  .div-block-64 {
    flex-direction: column-reverse;
  }

  .div-block-65 {
    flex-direction: column;
  }

  .div-block-68 {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0%;
  }

  .image-38, .image-39 {
    width: 100%;
  }

  .div-block-68-copy {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-70 {
    height: auto;
    padding: 0 20px;
    display: block;
    position: static;
  }

  .mark-1 {
    width: 31px;
  }

  .mark-2, .mark-3 {
    width: 30px;
  }

  .mark-4 {
    width: 29px;
  }

  .mark-5, .mark-6, .mark-7, .mark-8 {
    width: 30px;
  }

  .div-block-72 {
    height: auto;
    padding: 40px 20px;
  }

  .form {
    max-width: 100%;
  }

  .image-34-copy {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 15vh;
  }

  .overlay.p0 {
    z-index: 100;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .overlay.p1, .overlay.p2, .overlay.p3, .overlay.pc {
    display: none;
  }

  .link-8 {
    text-align: center;
    justify-content: center;
  }

  .link-9 {
    white-space: nowrap;
    font-size: 10px;
  }

  .wrapper-plano {
    flex-direction: column;
    align-items: center;
    max-width: 90%;
    height: auto;
    min-height: 300px;
    max-height: none;
    padding: 20px;
    display: block;
    position: fixed;
    top: 10%;
    bottom: auto;
  }

  .div-block-73 {
    margin-bottom: 30px;
  }

  .div-block-74 {
    width: 100%;
    max-width: 100%;
    max-height: 50%;
  }

  .image-42 {
    object-fit: contain;
    max-width: 100%;
    height: 100%;
    max-height: none;
  }

  .div-block-75 {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    max-height: 75vh;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .image-43 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 10vh;
  }

  .heading-23 {
    margin-top: 0;
    margin-left: 0;
    font-size: 2em;
  }

  .div-block-76 {
    width: 100%;
    max-width: 100%;
    height: 50%;
    max-height: 50%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .link-10 {
    text-align: center;
    justify-content: center;
  }

  .link-11 {
    white-space: nowrap;
    font-size: 10px;
  }

  .div-block-77 {
    margin-bottom: 30px;
  }

  .div-block-78 {
    width: 100%;
    max-width: 100%;
    max-height: 50%;
  }

  .image-44 {
    object-fit: contain;
    max-width: 100%;
    height: 100%;
    max-height: none;
  }

  .div-block-79 {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    max-height: 75vh;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .image-45 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 10vh;
  }

  .heading-24 {
    margin-top: 0;
    margin-left: 0;
    font-size: 2em;
  }

  .div-block-80 {
    width: 100%;
    max-width: 100%;
    height: 50%;
    max-height: 50%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .link-12 {
    text-align: center;
    justify-content: center;
  }

  .link-13 {
    white-space: nowrap;
    font-size: 10px;
  }

  .div-block-81 {
    margin-bottom: 30px;
  }

  .div-block-82 {
    width: 100%;
    max-width: 100%;
    max-height: 50%;
  }

  .image-46 {
    object-fit: contain;
    max-width: 100%;
    height: 100%;
    max-height: none;
  }

  .div-block-83 {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    max-height: 75vh;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .image-47 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 10vh;
  }

  .heading-25 {
    margin-top: 0;
    margin-left: 0;
    font-size: 2em;
  }

  .div-block-84 {
    width: 100%;
    max-width: 100%;
    height: 50%;
    max-height: 50%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .link-14 {
    white-space: nowrap;
    font-size: 10px;
  }

  .div-block-85 {
    margin-bottom: 30px;
  }

  .div-block-86 {
    width: 100%;
    max-width: 100%;
    max-height: 50%;
  }

  .image-48 {
    object-fit: contain;
    max-width: 100%;
    height: 100%;
    max-height: none;
  }

  .div-block-87 {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    max-height: 75vh;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .image-49 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 10vh;
  }

  .heading-26 {
    margin-top: 0;
    margin-left: 0;
    font-size: 2em;
  }

  .div-block-88 {
    width: 100%;
    max-width: 100%;
    height: 50%;
    max-height: 50%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .link-15 {
    white-space: nowrap;
    font-size: 10px;
  }

  .div-block-89 {
    margin-bottom: 30px;
  }

  .div-block-90 {
    width: 100%;
    max-width: 100%;
    max-height: 50%;
  }

  .image-50 {
    object-fit: contain;
    max-width: 100%;
    height: 100%;
    max-height: none;
  }

  .div-block-91 {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    max-height: 75vh;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .heading-27 {
    margin-top: 0;
    margin-left: 0;
    font-size: 2em;
  }

  .div-block-92 {
    width: 100%;
    max-width: 100%;
    height: 50%;
    max-height: 50%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .image-34-copy-2 {
    object-fit: cover;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .page-wrapper-copy {
    z-index: -1;
    position: static;
    overflow: visible;
  }

  .div-block-93 {
    height: auto;
    padding: 0 20px;
    display: block;
    position: static;
  }

  .div-block-94 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    height: auto;
    display: flex;
    position: static;
    top: 0;
  }

  .div-block-95 {
    width: 100%;
    height: 40vh;
  }

  .mark-1-2 {
    width: 31px;
  }

  .div-block-96 {
    height: auto;
    padding: 0 20px;
    display: block;
    position: static;
  }

  .div-block-97 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    height: auto;
    display: flex;
    position: static;
    top: 0;
  }

  .div-block-98 {
    width: 100%;
    height: 40vh;
  }

  .mark-1-3 {
    width: 31px;
  }

  .div-block-99 {
    height: auto;
    padding: 0 20px;
    display: block;
    position: static;
  }

  .div-block-100 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    height: auto;
    display: flex;
    position: static;
    top: 0;
  }

  .div-block-101 {
    width: 100%;
    height: 40vh;
  }

  .mark-1-4 {
    width: 31px;
  }
}

#w-node-_877fc1c5-9ff4-0e13-39d1-1de22d40aa72-74f20127, #w-node-_877fc1c5-9ff4-0e13-39d1-1de22d40aa7e-74f20127, #w-node-_877fc1c5-9ff4-0e13-39d1-1de22d40aa91-74f20127, #w-node-_877fc1c5-9ff4-0e13-39d1-1de22d40aaab-74f20127, #w-node-_877fc1c5-9ff4-0e13-39d1-1de22d40aac7-74f20127 {
  align-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_877fc1c5-9ff4-0e13-39d1-1de22d40aa72-74f20127 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_877fc1c5-9ff4-0e13-39d1-1de22d40aa75-74f20127 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_877fc1c5-9ff4-0e13-39d1-1de22d40aa77-74f20127 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_877fc1c5-9ff4-0e13-39d1-1de22d40aa7e-74f20127 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_877fc1c5-9ff4-0e13-39d1-1de22d40aa81-74f20127 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_877fc1c5-9ff4-0e13-39d1-1de22d40aa91-74f20127 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_877fc1c5-9ff4-0e13-39d1-1de22d40aa94-74f20127 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_877fc1c5-9ff4-0e13-39d1-1de22d40aaab-74f20127 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_877fc1c5-9ff4-0e13-39d1-1de22d40aaae-74f20127 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_877fc1c5-9ff4-0e13-39d1-1de22d40aac7-74f20127 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_877fc1c5-9ff4-0e13-39d1-1de22d40aaca-74f20127 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d2b2615d-e666-221e-9436-53e39ce644da-9ce644d9, #w-node-d2b2615d-e666-221e-9436-53e39ce644dc-9ce644d9, #w-node-d2b2615d-e666-221e-9436-53e39ce644e0-9ce644d9, #w-node-d2b2615d-e666-221e-9436-53e39ce644e6-9ce644d9 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Boowie';
  src: url('../fonts/boowie.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}