.main-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1vw;
  border-color: #fff;
  background-color: #263061;
}

.nav-wrapper {
  position: fixed;
  left: 1.3vw;
  top: 0%;
  right: 1.3vw;
  bottom: auto;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1.3vw solid #fff;
  border-right: 1.3vw none #fff;
  background-color: #263061;
}

.nav-center-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.baseline {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Helveticaneueltstd lt', sans-serif;
  color: #ffb7cb;
  font-size: 1.1em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.contact-link {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3vw;
  padding-top: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 200px;
  -ms-flex: 0 200px;
  flex: 0 200px;
  font-family: 'Helveticaneueltstd lt', sans-serif;
  color: #ffb7cb;
  letter-spacing: 6px;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 200px;
  -ms-flex: 0 200px;
  flex: 0 200px;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #263061;
}

.arrow-down-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3vw;
  z-index: 10;
  display: block;
  width: 100%;
  text-align: center;
}

.heading {
  display: block;
  margin-bottom: 40px;
  font-family: 'Gotham book', sans-serif;
  color: #ffb7cb;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.paragraph {
  display: block;
  width: 50%;
  margin-top: 20px;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.headline {
  display: block;
  margin-top: 20px;
  font-family: Gotham, sans-serif;
  color: #ffb7cb;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
}

.illus-wrapper {
  display: block;
  width: 100%;
  max-width: 1800px;
  margin-top: 55px;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.contact-heading {
  display: block;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  color: #ffb7cb;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-wrapper {
  display: block;
  width: 40vw;
  max-width: 600px;
  text-align: center;
}

.body {
  background-color: transparent;
  text-align: center;
}

.immobel-logo {
  display: block;
  margin-left: 2vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 200px;
  -ms-flex: 0 200px;
  flex: 0 200px;
}

.illus {
  max-width: 10%;
  -o-object-fit: contain;
  object-fit: contain;
}

.illustration {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 80% 0%;
  object-position: 80% 0%;
}

.p-mobile {
  display: none;
  overflow: visible;
  width: 50%;
  margin-top: 20px;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.section-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #263061;
}

.footer-data {
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
}

.footer-data:hover {
  color: #fff;
}

.footer-data:active {
  color: #fff;
}

.footer-link {
  padding-right: 5px;
  padding-left: 5px;
  color: #fff;
  text-decoration: none;
}

.footer-mentions {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 0.8em;
}

@media screen and (max-width: 991px) {
  .main-wrapper {
    height: auto;
  }

  .baseline {
    padding-bottom: 20px;
    font-size: 1em;
  }

  .contact-link {
    margin-right: 0vw;
    padding-right: 10px;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
  }

  .section {
    height: auto;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .arrow-down-wrapper {
    display: none;
  }

  .heading {
    margin-bottom: 30px;
    font-size: 2.2em;
  }

  .paragraph {
    width: 80%;
  }

  .illus-wrapper {
    height: 400px;
    max-height: 400px;
    margin-top: 290px;
    margin-bottom: 20px;
  }

  .contact-heading {
    margin-top: 61px;
  }

  .contact-wrapper {
    width: 70vw;
  }

  .immobel-logo {
    padding-top: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .illustration {
    height: 100%;
    max-height: 800px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .p-mobile {
    width: 80%;
  }

  .section-hero {
    height: auto;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-wrapper {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-center-wrapper {
    position: static;
  }

  .baseline {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -70px;
    z-index: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #263061;
    font-size: 0.8em;
  }

  .contact-link {
    margin-right: 0px;
    padding-top: 45px;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
  }

  .section {
    height: auto;
    padding-top: 30px;
  }

  .arrow-down-wrapper {
    display: none;
  }

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

  .paragraph {
    display: none;
    width: 90%;
    font-size: 1em;
  }

  .illus-wrapper {
    height: 400px;
    max-height: 80vh;
    min-height: 300px;
    margin-top: 180px;
  }

  .contact-wrapper {
    width: 80vw;
  }

  .header-logo {
    width: 200px;
  }

  .immobel-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100px;
    -ms-flex: 0 100px;
    flex: 0 100px;
  }

  .illustration {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .p-mobile {
    display: block;
    width: 90%;
    font-size: 1em;
  }

  .section-hero {
    height: auto;
    padding-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .nav-wrapper {
    min-height: 280px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .nav-center-wrapper {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1em;
  }

  .baseline {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0px;
    max-width: 98%;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-link {
    position: absolute;
    margin-top: 0px;
    padding-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
  }

  .section {
    padding-top: 0px;
  }

  .heading {
    font-size: 1.6em;
  }

  .paragraph {
    width: 90%;
    font-size: 0.9em;
  }

  .headline {
    font-size: 0.8em;
  }

  .illus-wrapper {
    min-height: 250px;
    margin-top: 310px;
    margin-bottom: 20px;
  }

  .contact-heading {
    margin-top: 50px;
  }

  .contact-wrapper {
    width: 90vw;
  }

  .header-logo {
    position: relative;
    left: 0%;
    top: -40.8px;
    right: 0%;
    bottom: auto;
    width: 55%;
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .immobel-logo {
    width: 90px;
  }

  .illustration {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 70% 0%;
    object-position: 70% 0%;
  }

  .logo {
    width: 60%;
  }

  .p-mobile {
    width: 90%;
  }

  .section-hero {
    padding-top: 0px;
  }
}

@font-face {
  font-family: 'Helveticaneueltstd lt';
  src: url('../fonts/HelveticaNeueLTStd-Lt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}