:root {
  --neutral-pearl-white: #f3efe7;
  --merlin: #403d33;
  --black: #000;
  --alpine: #b48f2f;
  --holyrood-green: #a9bbac;
  --white: #fff;
  --medium-champagne: #f3e2aa;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--neutral-pearl-white);
  color: var(--merlin);
  font-family: brother-1816, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

.header_component {
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

.header_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5vw;
  display: flex;
  position: relative;
}

.header_wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.header_wrap.is-tecnhical {
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
}

.heading-1 {
  color: var(--merlin);
  margin-top: -10px;
  margin-bottom: 0;
  font-family: condor, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 65px;
}

.heading-1.is-xs {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 40px;
}

.heading_wrap {
  color: var(--black);
}

.heading_wrap.is-hero {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.heading_wrap.is-technical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: flex;
}

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

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

.project-logo_wrap {
  width: 200px;
  height: 150px;
}

.developer-logo_wrap {
  width: 130px;
  height: 100px;
}

.div-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: var(--alpine);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 9.5px;
}

.header-background {
  position: absolute;
  inset: 0%;
}

.header-video-bg {
  width: 100%;
  height: 100%;
}

.text-span {
  position: relative;
  top: 15px;
}

.page_wrapper.is-legal {
  min-height: 100vh;
}

.section.is-intro {
  background-color: var(--holyrood-green);
  background-image: linear-gradient(#acbfafb3, #acbfafb3), url('../images/noise.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section.is-masterplan {
  background-color: var(--merlin);
  background-image: linear-gradient(#403d33cc, #403d33cc), url('../images/noise.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section.is-assets {
  background-color: var(--merlin);
}

.section.is-contact {
  background-color: var(--holyrood-green);
  background-image: linear-gradient(#acbfafb3, #acbfafb3), url('../images/noise.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  position: relative;
}

.container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 7vw 5vw;
  display: flex;
  position: relative;
}

.container.no-padding {
  padding: 0;
}

.container.align-vertical {
  flex-flow: column;
  padding-bottom: 5vw;
}

.container.align-horizontal {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: space-between;
  align-items: flex-start;
}

.container.is-legal {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.scroll-1 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.scroll {
  z-index: 1;
  filter: invert();
  width: 50px;
  height: 50px;
  position: absolute;
  inset: auto auto -5px;
}

.lottie-scroll {
  background-color: #0000;
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
}

.lottie-animation {
  width: 100%;
  height: 100%;
}

.text-block-2 {
  font-family: condor, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 45px;
}

.intro-txt_wrap {
  max-width: 700px;
  color: var(--neutral-pearl-white);
  text-align: center;
}

.monogram {
  width: 35px;
  height: 35px;
  margin-bottom: 50px;
}

.footer_component {
  background-color: var(--merlin);
  background-image: linear-gradient(#403d33cc, #403d33cc), url('../images/noise.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
}

.footer_container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding: 40px 5vw;
  display: flex;
}

.footer-row {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-row.first {
  margin-bottom: 20px;
}

.footer-link {
  color: var(--neutral-pearl-white);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 9.5px;
  line-height: 1;
  text-decoration: none;
}

.footer-txt {
  color: var(--neutral-pearl-white);
  text-align: center;
  letter-spacing: .5px;
  font-size: 10px;
  font-weight: 200;
  line-height: 1.2;
}

.legal-link {
  color: var(--neutral-pearl-white);
  white-space: nowrap;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: condor, sans-serif;
  font-size: 45px;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
}

.main-title {
  font-family: condor, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 47px;
}

.txt_wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

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

.txt_wrap.align-center.white {
  color: var(--white);
}

.txt_wrap.align-center.white.max-w {
  max-width: 800px;
}

.txt_wrap.align-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.txt_wrap.is-sticky {
  z-index: 1;
  max-width: 450px;
  color: var(--neutral-pearl-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: sticky;
  top: 7vw;
}

.paragraph {
  font-weight: 200;
}

.paragraph.max-w {
  max-width: 400px;
}

.paragraph.max-w-copy {
  max-width: 450px;
  font-size: 20px;
}

.paragraph.is-xl {
  font-size: 20px;
  line-height: 25px;
}

.paragraph.is-tehcnical {
  font-size: 16px;
}

.sub-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.button {
  background-color: var(--alpine);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 6px 40px;
  font-size: 9.5px;
  font-weight: 500;
  transition: background-color .5s;
  display: flex;
}

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

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

.button.is-submit {
  margin-top: 20px;
}

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

.cards_component {
  background-color: var(--merlin);
  width: 100%;
  height: 35rem;
  display: flex;
  overflow: hidden;
}

.card_wrap {
  background-color: var(--merlin);
  background-image: linear-gradient(#403d33cc, #403d33cc), url('../images/noise.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 25%;
  height: 100%;
  padding: 2rem 2vw 2vw;
  display: flex;
  position: relative;
}

.card_wrap.is-second {
  background-color: var(--white);
  background-image: linear-gradient(#f3efe7cc, #f3efe7cc), url('../images/noise.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.card_wrap.is-third {
  background-color: var(--medium-champagne);
  background-image: linear-gradient(#f3e2aacc, #f3e2aacc), url('../images/noise.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.card_wrap.is-fourth {
  background-color: var(--holyrood-green);
  background-image: linear-gradient(#acbfafb3, #acbfafb3), url('../images/noise.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.card-number {
  color: var(--neutral-pearl-white);
  letter-spacing: 2px;
  font-size: 25px;
  line-height: 30px;
}

.card-number.black {
  color: var(--merlin);
}

.text-block-3 {
  text-transform: uppercase;
  font-family: condor, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 400px;
  color: var(--neutral-pearl-white);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.div-block-2.is-second, .div-block-2.is-third {
  color: var(--merlin);
}

.div-block-2.is-fourth {
  color: var(--neutral-pearl-white);
}

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

.logo-small {
  width: 120px;
  height: 75px;
  margin-bottom: 50px;
  display: none;
}

.paragraph-copy {
  max-width: 350px;
  font-weight: 200;
}

.paragraph-copy.max-w {
  max-width: 450px;
}

.clip-card_wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.clip-card {
  width: 100%;
  height: 100%;
}

.div-block-3 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-4 {
  border-bottom: 1px solid var(--merlin);
  text-align: center;
  width: 25%;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.pattern {
  opacity: .2;
  filter: brightness(200%);
  background-image: url('../images/pattern.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 80%;
  position: absolute;
  inset: 0%;
  transform: rotate(180deg);
}

.form_link {
  color: var(--alpine);
  text-decoration: underline;
}

.dropdown_choice {
  background-color: #b4c5b7;
  font-weight: 200;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.dropdown_choice:hover {
  background-color: #d5ddd7;
}

.dropdown_choice.w--current {
  background-color: var(--neutral-pearl-white);
  color: var(--merlin);
}

.policyflagscontainer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.stylesheet {
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  background-color: #00000029;
  border: 1px solid #00000029;
  border-radius: 0 .5rem .5rem;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: center;
  min-width: 30%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 40px;
  font-size: 12px;
  line-height: 16px;
  display: none;
  position: relative;
}

.dropdown_list {
  font-weight: 400;
}

.dropdown_list.w--open {
  background-color: #fff;
  border-bottom: 1px solid #8a8a8a66;
  border-left: 1px solid #8a8a8a66;
  border-right: 1px solid #8a8a8a66;
  margin-top: -1px;
}

.form_field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--merlin);
  background-color: #fff0;
  border-radius: 0;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.form_field:focus-visible, .form_field[data-wf-focus-visible] {
  border-bottom-color: var(--merlin);
}

.form_field::placeholder {
  color: var(--merlin);
  font-weight: 200;
}

.form_field.text-capitalize-everyword {
  text-transform: capitalize;
}

.form_field.text-capitalize-everyword::placeholder, .form_field.text-capitalize-lowercase::placeholder {
  text-transform: none;
}

.form_field.is-message {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 200px;
}

.policy-flag {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.form_message {
  opacity: 0;
  background-color: #0000;
  padding: 0;
}

.display-none {
  display: none;
}

.form_field_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form_label {
  color: var(--merlin);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
}

.form_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff1a;
  background-image: linear-gradient(#0000 53%, #ffffff4d);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 0;
  padding: 5vw;
}

.dropdown_close {
  width: 100%;
  height: 100%;
  color: var(--merlin);
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 200;
  display: flex;
}

.button-2 {
  cursor: pointer;
  font-size: 14px;
}

.button-2.is-submit {
  align-self: flex-start;
}

.form_container {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_text {
  color: var(--merlin);
  font-size: 12px;
  line-height: 16px;
}

.form_component {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5vw;
  display: flex;
}

.contact_container {
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  max-width: 1100px;
  margin-top: 5vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--merlin);
  text-align: center;
  flex-flow: column;
  display: flex;
}

.link-block {
  height: 75px;
  position: relative;
  top: -8px;
}

.masterplan_wrap {
  z-index: 2;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50vw;
  position: relative;
}

.div-block-6 {
  opacity: .05;
  width: 40vw;
  height: 40vw;
  position: absolute;
  bottom: -2%;
  left: -20%;
  overflow: hidden;
}

.div-block-7 {
  background-image: url('../images/monogram_medium-champagne.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.masterplan-img-01, .masterplan-img-02, .masterplan-img-03, .masterplan-img-04, .masterplan-img-05, .masterplan-img-06, .masterplan-img-07, .masterplan-img-08 {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pin {
  z-index: 2;
  background-color: var(--neutral-pearl-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.5vw;
  height: 1.5vw;
  display: flex;
  position: absolute;
  box-shadow: 0 4px 5px #0003;
}

.pin._01 {
  top: 76%;
  left: 18%;
}

.pin._02 {
  top: 60%;
  left: 18.5%;
}

.pin._03 {
  top: 50%;
  left: 21%;
}

.pin._04 {
  top: 34.5%;
  left: 22%;
}

.pin._05 {
  top: 38.5%;
  left: 39%;
}

.pin._06 {
  top: 36%;
  left: 53%;
}

.pin._07 {
  top: 59%;
  left: 60%;
}

.pin._08 {
  top: 63%;
  left: 43%;
}

.masterplan-img-00 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pin-label {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid var(--alpine);
  background-color: var(--neutral-pearl-white);
  text-align: center;
  white-space: nowrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 15px;
  display: flex;
  position: absolute;
  inset: 1vw 1vw auto auto;
  box-shadow: 0 4px 5px #0003;
}

.pin-label.auto-left {
  left: .5vw;
  right: auto;
}

.text-block-5 {
  letter-spacing: 1px;
  font-family: condor, sans-serif;
  font-size: 22px;
  line-height: 1;
}

.text-block-6 {
  color: var(--alpine);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 9.5px;
  font-weight: 500;
  line-height: 1;
}

.text-block-7 {
  font-size: .8vw;
  line-height: 1;
}

.text-block-8 {
  z-index: 1;
  color: var(--neutral-pearl-white);
  position: absolute;
  inset: 5vw 5vw auto auto;
}

.masterplan-info {
  z-index: 2;
  border: 1px solid var(--alpine);
  color: var(--neutral-pearl-white);
  cursor: default;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  font-weight: 200;
  display: flex;
  position: absolute;
  inset: 6.2vw 5vw auto auto;
}

.icon-click {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
}

.text-block-9 {
  text-transform: capitalize;
}

.icon-plus {
  z-index: 5;
  color: #f3efe7cc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
}

.div-block-9 {
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.weight-norrnal {
  font-weight: 400;
}

.txt-card_wrap {
  z-index: 2;
  white-space: nowrap;
  cursor: default;
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
}

.text-block-10 {
  color: var(--neutral-pearl-white);
  text-align: center;
  font-family: condor, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
}

.clip-card_hover {
  z-index: 1;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.pin-trigger {
  z-index: 10;
  cursor: crosshair;
  width: 5vw;
  height: 5vw;
  position: absolute;
  top: 73%;
  left: 15%;
}

.pin-trigger._02 {
  top: 57%;
}

.pin-trigger._03 {
  top: 46%;
  left: 17%;
}

.pin-trigger._04 {
  top: 31%;
  left: 18%;
}

.pin-trigger._05 {
  top: 35%;
  left: 35%;
}

.pin-trigger._06 {
  top: 33%;
  left: 50%;
}

.pin-trigger._07 {
  top: 56%;
  left: 57%;
}

.pin-trigger._08 {
  top: 60%;
  left: 39%;
}

.gdpr_richtext {
  width: 100%;
}

.gdpr_richtext.hide {
  display: none;
}

.gdpr_richtext li {
  color: #5a5a5a;
}

.gdpr_richtext h3 {
  color: #bf6956;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
}

.gdpr_richtext p {
  letter-spacing: .5px;
  max-width: none;
  font-size: 12px;
  font-weight: 200;
  line-height: 18px;
}

.gdpr_richtext a {
  color: #b58e0d;
  transition: color .2s;
}

.gdpr_richtext h1 {
  color: var(--alpine);
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.gdpr_richtext h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.gdpr_richtext p {
  letter-spacing: .5px;
  max-width: none;
  font-size: 14px;
  line-height: 24px;
}

.gdpr_richtext h1 {
  color: #b58e0d;
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 30px;
}

.div-block-10 {
  width: 150px;
  margin-bottom: 5vw;
}

.cookie-embed {
  text-align: left;
  width: 100%;
  line-height: 24px;
}

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

.utility-page-wrap {
  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: 260px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .header_component {
    min-height: 800px;
  }

  .header_container {
    padding: 50px;
  }

  .heading_wrap.is-hero, .heading_wrap.is-technical {
    max-width: 650px;
  }

  .container {
    padding: 50px 50px 100px;
  }

  .container.align-vertical {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .container.align-horizontal {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .footer_container {
    padding: 50px;
  }

  .footer-row.first {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-2, .main-title {
    font-size: 40px;
    line-height: 45px;
  }

  .txt_wrap.is-sticky {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    position: static;
  }

  .paragraph.max-w {
    max-width: 450px;
  }

  .paragraph.is-xl {
    line-height: 20px;
  }

  .button.gap-top {
    margin-top: 0;
  }

  .cards_component {
    height: 400px;
  }

  .pattern {
    filter: brightness(150%);
    background-image: linear-gradient(#a9bbac33, #a9bbac33), url('../images/pattern.svg');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, repeat-x;
    background-size: auto, 100%;
  }

  .form_field {
    line-height: 20px;
  }

  .form_wrapper {
    margin-top: 0;
    margin-bottom: auto;
    padding: 50px;
  }

  .form_component {
    margin-top: 50px;
  }

  .contact_container {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block {
    height: 70px;
  }

  .masterplan_wrap {
    height: 90vw;
  }

  .pin {
    width: 2.5vw;
    height: 2.5vw;
  }

  .text-block-5 {
    font-size: 20px;
  }

  .text-block-7 {
    font-size: 1.5vw;
  }

  .masterplan-info {
    top: 13.7vw;
  }

  .weight-norrnal {
    font-size: 16px;
  }

  .txt-card_wrap {
    white-space: normal;
    flex: 0 auto;
    width: 350px;
  }

  .text-block-10 {
    font-size: 35px;
    line-height: 40px;
  }

  .pin-trigger {
    width: 8vw;
    height: 8vw;
    top: 73%;
    left: 15%;
  }

  .pin-trigger._02 {
    top: 58%;
  }

  .pin-trigger._03 {
    top: 47%;
    left: 18%;
  }

  .pin-trigger._04 {
    top: 32%;
    left: 19%;
  }

  .pin-trigger._05 {
    top: 36%;
    left: 36%;
  }

  .pin-trigger._06 {
    top: 33%;
    left: 50%;
  }

  .pin-trigger._07 {
    top: 56%;
    left: 57%;
  }

  .pin-trigger._08 {
    top: 60%;
    left: 40%;
  }

  .gdpr_richtext h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .gdpr_richtext h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .gdpr_richtext h1 {
    font-size: 24px;
    line-height: 34px;
  }

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

@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 50px;
    line-height: 55px;
  }

  .project-logo_wrap {
    width: 180px;
    height: 130px;
  }

  .footer-row.first {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .heading-2, .main-title {
    font-size: 36px;
    line-height: 41px;
  }

  .cards_component {
    height: 350px;
  }

  .pattern {
    background-image: linear-gradient(#a9bbac33, #a9bbac33), url('../images/pattern.svg');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, repeat-x;
    background-size: auto, 100%;
  }

  .form_field {
    margin-bottom: 15px;
  }

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

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

  .masterplan-info {
    top: 9.7vw;
  }

  .icon-plus {
    width: 25px;
    height: 25px;
  }

  .txt-card_wrap {
    width: 300px;
  }

  .text-block-10 {
    font-size: 32px;
    line-height: 37px;
  }

  .pin-trigger {
    width: 10vw;
    height: 10vw;
    top: 73%;
    left: 14%;
  }

  .pin-trigger._02 {
    top: 57%;
  }

  .pin-trigger._03 {
    top: 46%;
    left: 17%;
  }

  .pin-trigger._04 {
    top: 30%;
    left: 18%;
  }

  .pin-trigger._05 {
    top: 34%;
    left: 35%;
  }

  .pin-trigger._06 {
    top: 32%;
    left: 49%;
  }

  .pin-trigger._07 {
    top: 55%;
    left: 56%;
  }

  .pin-trigger._08 {
    top: 59%;
    left: 38%;
  }

  .gdpr_richtext h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .header_component {
    min-height: 700px;
  }

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

  .heading-1 {
    font-size: 42px;
    line-height: 46px;
  }

  .heading_wrap.is-hero, .heading_wrap.is-technical {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .developer-logo_wrap {
    width: 120px;
    height: 90px;
  }

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

  .container.align-horizontal.mobile-overflow {
    overflow: hidden;
  }

  .footer_container {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-row.first {
    flex-flow: column;
  }

  .heading-2, .main-title {
    font-size: 34px;
    line-height: 38px;
  }

  .paragraph.max-w {
    max-width: 300px;
    font-size: 15px;
    line-height: 21px;
  }

  .button.gap-top {
    letter-spacing: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
  }

  .button.is-submit {
    letter-spacing: 2px;
    min-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
  }

  .cards_component {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 300px;
  }

  .card_wrap {
    width: 100%;
  }

  .pattern {
    background-image: linear-gradient(#a9bbac33, #a9bbac33), url('../images/pattern.svg');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, repeat-x;
    background-size: auto, 250%;
  }

  .form_field {
    padding-left: 0;
  }

  .form_wrapper {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .div-block-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .link-block {
    height: 80px;
    margin-top: 10px;
  }

  .masterplan_wrap {
    height: 125vw;
    margin-top: 30px;
    left: 55px;
  }

  .pin {
    width: 7vw;
    height: 7vw;
  }

  .pin._01 {
    top: 75%;
    left: 17%;
  }

  .pin._02 {
    left: 17%;
  }

  .pin._03 {
    top: 48%;
    left: 19%;
  }

  .pin._04 {
    top: 33%;
    left: 21%;
  }

  .pin._05 {
    top: 37%;
    left: 38%;
  }

  .pin._06 {
    left: 52%;
  }

  .pin._07 {
    top: 58%;
    left: 59%;
  }

  .pin._08 {
    top: 61%;
    left: 42%;
  }

  .pin-label {
    z-index: 10;
    padding: 8px 10px;
  }

  .pin-label.auto-left.mobile-auto-right {
    inset: auto auto 1vw;
  }

  .pin-label.auto-left.mobile-auto-right.align-btn {
    top: auto;
    bottom: 2vw;
  }

  .pin-label.mobile-auto-left {
    padding-left: 12px;
    padding-right: 12px;
    inset: auto auto 1vw;
  }

  .pin-label.mobile-auto-left.align-btn {
    top: auto;
    bottom: 2vw;
    left: auto;
  }

  .text-block-6 {
    font-size: 9px;
  }

  .text-block-7 {
    font-size: 4vw;
  }

  .masterplan-info {
    padding: 8px 12px;
    font-size: 12px;
    top: 5.1vw;
    right: 35vw;
  }

  .icon-click {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }

  .weight-norrnal {
    font-size: 18px;
    line-height: 22px;
  }

  .txt-card_wrap {
    width: 220px;
  }

  .text-block-10 {
    font-size: 25px;
    line-height: 30px;
  }

  .clip-card_hover {
    background-color: #00000040;
  }

  .pin-trigger {
    width: 16vw;
    height: 16vw;
    top: 72%;
    left: 13%;
  }

  .pin-trigger._02 {
    top: 57%;
  }

  .pin-trigger._03 {
    top: 44%;
    left: 15%;
  }

  .pin-trigger._04 {
    top: 30%;
    left: 17%;
  }

  .pin-trigger._05 {
    top: 33%;
    left: 34%;
  }

  .pin-trigger._06 {
    top: 33%;
    left: 49%;
  }

  .pin-trigger._07 {
    top: 55%;
    left: 55%;
  }

  .pin-trigger._08 {
    top: 58%;
    left: 38%;
  }

  .icon {
    margin-right: 0;
  }

  .gdpr_richtext {
    font-size: .9em;
  }

  .gdpr_richtext h2, .gdpr_richtext p {
    font-size: 14px;
    line-height: 22px;
  }

  .gdpr_richtext h1 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .div-block-10 {
    width: 130px;
  }
}

#w-node-_605550f8-8c81-f862-bd0e-901c74a4cb29-f4e7c816, #w-node-_605550f8-8c81-f862-bd0e-901c74a4cb35-f4e7c816, #w-node-_605550f8-8c81-f862-bd0e-901c74a4cb6d-f4e7c816, #policyFlagsContainer.w-node-_605550f8-8c81-f862-bd0e-901c74a4cb70-f4e7c816 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_605550f8-8c81-f862-bd0e-901c74a4cb73-f4e7c816 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_605550f8-8c81-f862-bd0e-901c74a4cb74-f4e7c816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_605550f8-8c81-f862-bd0e-901c74a4cb29-f4e7c816, #w-node-_605550f8-8c81-f862-bd0e-901c74a4cb35-f4e7c816, #w-node-_605550f8-8c81-f862-bd0e-901c74a4cb6d-f4e7c816, #policyFlagsContainer.w-node-_605550f8-8c81-f862-bd0e-901c74a4cb70-f4e7c816, #w-node-_605550f8-8c81-f862-bd0e-901c74a4cb73-f4e7c816 {
    grid-column: span 1 / span 1;
  }
}


