/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * The base font size which makes the chosen font match photoshop.
 * For Open Sans this is 7.1pt, for Source Sans Pro this is 7.6pt 
 */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}
body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: black;
}
.zalando-sans-expanded {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.container {
  max-width: 100%;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
.container-wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}
.full-back {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.use-picture-as-background {
  position: relative;
  isolation: isolate;
}
.use-picture-as-background > picture:first-child {
  user-select: none;
}
.use-picture-as-background > picture:first-child img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
  user-select: none;
}
/*
.ei-grid {
	#ei-grid-1.grid;
}

.ei-gutterless-grid {
	#ei-grid-1.gutterless-grid;
}
*/
.clear {
  clear: both;
}
.clear-inner:after {
  content: '';
  display: table;
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .only-desktop {
    display: none;
  }
}
.orange-button {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.74070905pt;
  font-weight: 400;
  display: inline-block;
  color: white;
  padding: 15px 40px;
  text-decoration: none;
  background-color: #f15c28;
  border: none;
}
.orange-button.thick {
  padding: 32px 50px;
}
.orange-button:hover {
  background-color: #d8420e;
}
.orange-button.unselected {
  background-color: #c3c5c6;
}
.purple-button {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15.74070905pt;
  font-weight: 400;
  display: inline-block;
  color: white;
  padding: 15px 40px;
  text-decoration: none;
  background-color: #f15c28;
  border: none;
  background-color: #633394;
}
.purple-button.thick {
  padding: 32px 50px;
}
.purple-button:hover {
  background-color: #d8420e;
}
.purple-button.unselected {
  background-color: #c3c5c6;
}
.purple-button:hover {
  background-color: #4a266e;
}
.icons-block {
  display: flex;
  justify-items: center;
  justify-content: center;
  margin-top: 70px;
  flex-wrap: wrap;
}
.icons-block .icon {
  width: 250px;
  margin-bottom: 30px;
}
.icons-block .icon img {
  display: block;
  margin: auto;
}
.icons-block .icon .label {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.16663814pt;
  display: block;
  text-align: center;
  margin-top: 15px;
  font-weight: 600;
}
.side-pic {
  display: grid;
  grid-template-columns: 1fr minmax(auto, calc(1400px / 2)) minmax(auto, calc(1400px / 2)) 1fr;
  overflow: hidden;
}
.side-pic .left {
  padding-right: 30px;
}
.side-pic .content {
  grid-row: 1;
  grid-column: 2 / span 2;
}
.side-pic .right {
  position: relative;
  grid-row: 2;
  grid-column: 1 / span 4;
  aspect-ratio: 1;
}
.side-pic .right .holder {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  width: 100%;
  text-align: right;
  font-size: 0;
}
.side-pic .right img {
  min-height: 100%;
  object-fit: cover;
  object-position: left center;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
@media (min-width: 1100px) {
  .side-pic .content {
    grid-row: 1;
    grid-column: 2 / span 1;
    padding-right: 50px;
  }
  .side-pic .right {
    aspect-ratio: unset;
    grid-row: 1;
    grid-column: 3 / span 2;
  }
}
.purple-back {
  background-color: #e3e1eb;
}
.project-showcase {
  margin-top: 30px;
}
.project-showcase .showcase-title {
  display: grid;
  grid-template-columns: 1fr auto;
}
.project-showcase .showcase-title h1 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 31.4814181pt;
  color: #f15c28;
  margin-top: 0;
}
.project-showcase .showcase-title h1 .thin {
  display: block;
  font-weight: 300;
}
.project-showcase .projects {
  display: grid;
  column-gap: 5px;
  row-gap: 5px;
}
.project-showcase .projects .project-tile {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  align-items: end;
  width: 100%;
  text-decoration: none;
  color: white;
}
.project-showcase .projects .project-tile .name-wrapper {
  display: flex;
  width: 100%;
  transition: height 0.3s, background-color 0.3s;
  align-items: center;
  align-content: center;
  height: 20%;
}
.project-showcase .projects .project-tile .project-name {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 25.18513448pt;
  font-weight: 300;
  width: 100%;
  display: block;
  padding: 0px 10px 0px 50px;
}
.project-showcase .projects .project-tile:hover .name-wrapper {
  background-color: rgba(241, 92, 40, 0.7);
  height: 100%;
}
.project-showcase .projects .project-tile:hover .name-wrapper .right-arrow {
  border-left-color: white;
}
@media (min-width: 1100px) {
  .project-showcase .projects {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.right-arrow {
  display: inline-block;
  font-size: 0;
  border: solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left: solid #f15c28 10px;
  vertical-align: super;
  transition: border-color 0.3s;
}
.testimonials {
  display: grid;
  grid-template-rows: 38px auto auto;
}
.testimonials .quote-line {
  position: relative;
  z-index: 3;
  text-align: center;
}
.testimonials .items {
  justify-self: center;
  max-width: 856px;
  box-sizing: border-box;
  background-color: white;
  padding: 80px 95px 40px 95px;
  display: grid;
}
.testimonials .items .testimonial-content {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  transition: opacity 0.3;
  text-align: center;
}
.testimonials .items .testimonial-content.current {
  opacity: 1;
}
.testimonials .items .testimonial-content .msg {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13.86pt;
  line-height: 1.6em;
  font-weight: 300;
}
.testimonials .items .testimonial-content .name {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20.46292176pt;
  font-weight: 600;
  color: #f15c28;
  margin-top: 30px;
}
.testimonials .items .testimonial-content .title {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.16663814pt;
  color: #cb3626;
  font-weight: 600;
  margin-top: 8px;
}
.testimonials .dots {
  display: flex;
  justify-items: center;
  justify-content: center;
  padding-top: 30px;
}
.testimonials .dots .dot {
  background-color: #b4c8ce;
  width: 11px;
  height: 11px;
  font-size: 0;
  margin: 10px;
  transition: background-color 0.3s;
  cursor: pointer;
}
.testimonials .dots .dot.current {
  background-color: #f15c28;
}
.city-back {
  padding-left: 30px;
  padding-right: 30px;
}
.city-back img {
  object-fit: cover;
  object-position: center center;
}
.city-back .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
.city-back .content h1 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 31.4814181pt;
  color: #f15c28;
}
.city-back .content h1 .thin {
  font-weight: 300;
}
.city-back .content p {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13.86pt;
  color: white;
  line-height: 1.65em;
  font-weight: 300;
}
.our-approach .content {
  padding-top: 95px;
  padding-bottom: 70px;
}
.our-approach .content img {
  display: block;
  max-width: 100%;
}
.our-approach .content h1 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 31.4814181pt;
  color: #221d5b;
  font-weight: 800;
}
.our-approach .content h1 .thin {
  display: block;
  font-weight: 300;
}
.our-approach .content p {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13.86pt;
  line-height: 1.65em;
  font-weight: 300;
}
.our-approach .content .purple-button {
  margin-top: 30px;
  padding: 32px 50px;
}
.our-approach .right {
  aspect-ratio: 1.3;
}
@media (min-width: 1100px) {
  .our-approach .right {
    aspect-ratio: unset;
  }
}
.what-we-do-tiles {
  overflow: hidden;
  display: grid;
}
.what-we-do-tiles .investment {
  grid-row: 1;
}
.what-we-do-tiles .brokerage {
  grid-row: 2;
  position: relative;
  isolation: isolate;
}
.what-we-do-tiles .brokerage:before {
  content: '\00a0';
  font-size: 0;
  position: absolute;
  background-color: #102a38;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.what-we-do-tiles .development {
  grid-row: 4;
  position: relative;
  isolation: isolate;
}
.what-we-do-tiles .development:before {
  content: '\00a0';
  font-size: 0;
  position: absolute;
  background-color: #102a38;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.what-we-do-tiles .strategic {
  grid-row: 3;
}
.what-we-do-tiles .investment,
.what-we-do-tiles .strategic,
.what-we-do-tiles .development,
.what-we-do-tiles .brokerage {
  padding: 30px;
}
.what-we-do-tiles .investment h2,
.what-we-do-tiles .strategic h2,
.what-we-do-tiles .development h2,
.what-we-do-tiles .brokerage h2 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 31.4814181pt;
  font-weight: 600;
  color: #f15c28;
}
.what-we-do-tiles .investment h2 small,
.what-we-do-tiles .strategic h2 small,
.what-we-do-tiles .development h2 small,
.what-we-do-tiles .brokerage h2 small {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20.46292176pt;
}
.what-we-do-tiles .investment h2 img,
.what-we-do-tiles .strategic h2 img,
.what-we-do-tiles .development h2 img,
.what-we-do-tiles .brokerage h2 img {
  vertical-align: middle;
}
.what-we-do-tiles .investment p,
.what-we-do-tiles .strategic p,
.what-we-do-tiles .development p,
.what-we-do-tiles .brokerage p,
.what-we-do-tiles .investment li,
.what-we-do-tiles .strategic li,
.what-we-do-tiles .development li,
.what-we-do-tiles .brokerage li {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13.86pt;
  font-weight: 300;
  line-height: 1.6em;
}
.what-we-do-tiles .investment h3,
.what-we-do-tiles .strategic h3,
.what-we-do-tiles .development h3,
.what-we-do-tiles .brokerage h3 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.16663814pt;
  color: #f15c28;
}
.what-we-do-tiles .investment ul,
.what-we-do-tiles .strategic ul,
.what-we-do-tiles .development ul,
.what-we-do-tiles .brokerage ul {
  list-style-image: url("/img/orange-check-list-item-marker.png");
  padding-left: 25px;
}
.what-we-do-tiles .investment ul li,
.what-we-do-tiles .strategic ul li,
.what-we-do-tiles .development ul li,
.what-we-do-tiles .brokerage ul li {
  padding-left: 10px;
}
.what-we-do-tiles .development p,
.what-we-do-tiles .brokerage p,
.what-we-do-tiles .development li,
.what-we-do-tiles .brokerage li {
  color: white;
}
@media (min-width: 1400px) {
  .what-we-do-tiles {
    grid-template-columns: minmax(30px, 1fr) minmax(auto, calc(1400px / 2)) minmax(auto, calc(1400px / 2)) minmax(30px, 1fr);
  }
  .what-we-do-tiles .investment {
    grid-row: 1;
    grid-column: 2;
    padding: 20px 80px 60px 0;
  }
  .what-we-do-tiles .brokerage {
    grid-row: 1;
    grid-column: 3;
    padding: 20px 0px 60px 80px;
  }
  .what-we-do-tiles .brokerage:before {
    right: -2000px;
  }
  .what-we-do-tiles .development {
    grid-row: 2;
    grid-column: 2;
    padding: 20px 80px 60px 0;
  }
  .what-we-do-tiles .development:before {
    left: -2000px;
  }
  .what-we-do-tiles .strategic {
    grid-row: 2;
    grid-column: 3;
    padding: 20px 0px 60px 80px;
  }
}
#properties-widget .controls {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
}
#properties-widget .controls h2 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.16663814pt;
  color: #f15c28;
}
#properties-widget .controls .buttons button {
  margin: 5px;
}
#properties-widget .controls .search {
  padding: 20px 30px;
  background-color: #f2f6f7;
}
#properties-widget .controls .search form {
  position: relative;
}
#properties-widget .controls .search input {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13.86pt;
  display: block;
  background-color: white;
  border: none;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
#properties-widget .controls .search button {
  border: none;
  background: transparent;
  position: absolute;
  top: 25%;
  right: 0;
}
@media (min-width: 1400px) {
  #properties-widget .controls {
    grid-template-columns: auto 1fr;
  }
}
#properties-widget .the-properties {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  margin-top: 40px;
}
#properties-widget .the-properties .property {
  border: solid 1px #c3c5c6;
}
#properties-widget .the-properties .property .top {
  position: relative;
}
#properties-widget .the-properties .property .top .badge {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.16663814pt;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  background-color: #102a38;
  z-index: 3;
  padding: 15px 30px;
}
#properties-widget .the-properties .property .top .badge.active {
  background-color: #f15c28;
}
#properties-widget .the-properties .property .top img {
  aspect-ratio: 1.8;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
#properties-widget .the-properties .property .bottom {
  padding: 10px 20px 20px 20px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13.86pt;
  line-height: 1.6em;
}
#properties-widget .the-properties .property .bottom h3,
#properties-widget .the-properties .property .bottom h4 {
  margin: 0;
}
#properties-widget .the-properties .property .bottom h3 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 17.31477995pt;
  color: #f15c28;
}
#properties-widget .the-properties .property .bottom h4 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.16663814pt;
  color: #f15c28;
}
#properties-widget .the-properties .property .bottom h4 + p {
  margin-top: 0;
}
#properties-widget .the-properties .property .bottom .desc {
  max-height: 3em;
  overflow: hidden;
  margin-bottom: 10px;
  text-overflow: ellipsis;
}
#properties-widget .the-properties .property .bottom .desc p:first-child,
#properties-widget .the-properties .property .bottom .desc ul:first-child {
  margin-top: 0;
}
#properties-widget .the-properties .property .bottom .view-details a {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.16663814pt;
  font-weight: 600;
  color: #f15c28;
  text-decoration: none;
}
@media (min-width: 1400px) {
  #properties-widget .the-properties {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.property-slideshow .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1.6;
}
.property-slideshow .dots {
  overflow: auto;
  margin-top: 10px;
}
.property-slideshow .dots .dot {
  display: inline-block;
  margin-right: 10px;
  border: solid 1px #102a38;
}
.property-slideshow .dots .dot img {
  display: block;
  width: 90px;
  aspect-ratio: 1.6;
  object-fit: cover;
  object-position: center center;
}
.std-header {
  color: white;
  padding: 20px;
  grid-row: 1;
  grid-column: 1;
  padding: 30px 40px;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
@media (min-width: 1100px) {
  .std-header {
    padding: 20px 58px 20px 58px;
  }
}
.std-header .logo {
  color: white;
  text-decoration: none;
  font-size: 0;
}
.std-header .logo img {
  display: block;
  max-width: 80%;
}
.std-header .button-menu a {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.59256724pt;
  padding: 12px;
  margin-left: 10px;
}
.std-header .menu {
  list-style: none;
}
.std-header .menu li {
  padding: 10px 0px;
}
.std-header .menu li a {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.59256724pt;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  padding: 0 15px;
}
@media (min-width: 1400px) {
  .std-header nav {
    justify-self: left;
    align-self: center;
    text-align: left;
  }
  .std-header .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .std-header .menu > li {
    display: inline-block;
  }
  .std-header .menu > li > a {
    border-left: solid 1px #f15c28;
  }
  .std-header .menu > li.current {
    border-bottom: solid 2px white;
  }
  .std-header .menu > li ul {
    position: absolute;
    top: 100%;
    left: -10000px;
    opacity: 0;
    transition: opacity 0.3s;
    background-color: black;
    color: white;
    text-align: left;
    list-style: none;
    font-size: 70%;
    width: 300px;
  }
  .std-header .menu > li:hover ul {
    left: auto;
    right: 0;
    opacity: 1;
  }
  .std-header .menu > li:first-child > a {
    border-left: solid 1px transparent;
  }
  .std-header .tribar {
    display: none;
  }
}
@media (max-width: 1400px) {
  .std-header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 5;
    top: 0;
    left: -20000px;
    max-width: 350px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
    background-color: black;
  }
  .std-header nav .menu {
    padding: 0;
  }
  .std-header nav > li {
    display: block;
    text-align: center;
  }
  .std-header nav > li > a {
    text-align: center;
    font-weight: 600;
  }
  .std-header nav > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    text-align: center;
  }
  .std-header nav > li > ul a {
    text-align: center;
  }
  .std-header nav.open {
    left: 0;
    opacity: 1;
  }
  .std-header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .std-header .tribar .one,
  .std-header .tribar .two,
  .std-header .tribar .three {
    border-bottom: solid 3px;
    border-color: white;
  }
  .std-header .tribar .two {
    margin: 7px 0;
  }
}
header {
  color: white;
  padding: 20px;
  grid-row: 1;
  grid-column: 1;
  padding: 30px 40px;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
@media (min-width: 1100px) {
  header {
    padding: 20px 58px 20px 58px;
  }
}
header .logo {
  color: white;
  text-decoration: none;
  font-size: 0;
}
header .logo img {
  display: block;
  max-width: 80%;
}
header .button-menu a {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.59256724pt;
  padding: 12px;
  margin-left: 10px;
}
header .menu {
  list-style: none;
}
header .menu li {
  padding: 10px 0px;
}
header .menu li a {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.59256724pt;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  padding: 0 15px;
}
@media (min-width: 1400px) {
  header nav {
    justify-self: left;
    align-self: center;
    text-align: left;
  }
  header .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  header .menu > li {
    display: inline-block;
  }
  header .menu > li > a {
    border-left: solid 1px #f15c28;
  }
  header .menu > li.current {
    border-bottom: solid 2px white;
  }
  header .menu > li ul {
    position: absolute;
    top: 100%;
    left: -10000px;
    opacity: 0;
    transition: opacity 0.3s;
    background-color: black;
    color: white;
    text-align: left;
    list-style: none;
    font-size: 70%;
    width: 300px;
  }
  header .menu > li:hover ul {
    left: auto;
    right: 0;
    opacity: 1;
  }
  header .menu > li:first-child > a {
    border-left: solid 1px transparent;
  }
  header .tribar {
    display: none;
  }
}
@media (max-width: 1400px) {
  header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 5;
    top: 0;
    left: -20000px;
    max-width: 350px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
    background-color: black;
  }
  header nav .menu {
    padding: 0;
  }
  header nav > li {
    display: block;
    text-align: center;
  }
  header nav > li > a {
    text-align: center;
    font-weight: 600;
  }
  header nav > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    text-align: center;
  }
  header nav > li > ul a {
    text-align: center;
  }
  header nav.open {
    left: 0;
    opacity: 1;
  }
  header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  header .tribar .one,
  header .tribar .two,
  header .tribar .three {
    border-bottom: solid 3px;
    border-color: white;
  }
  header .tribar .two {
    margin: 7px 0;
  }
}
footer {
  border-top: solid 2px #e6e9ea;
  margin-top: 20px;
}
footer .container {
  display: grid;
  padding-top: 60px;
}
footer .container .logo {
  text-align: center;
}
footer .container .menus ul {
  list-style: none;
}
footer .container .menus ul li {
  padding-bottom: 20px;
}
footer .container .menus ul li a {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12.59256724pt;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
}
footer .container .contact {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13.86pt;
  line-height: 1.6em;
}
footer .container .contact strong {
  color: #f15c28;
  text-transform: uppercase;
}
footer .container .contact p {
  margin-top: 0;
}
@media (min-width: 1100px) {
  footer .container {
    grid-template-columns: 1fr auto auto;
  }
  footer .container .menus {
    padding-right: 75px;
    color: #545454;
  }
  footer .container .menus ul {
    margin: 0;
    padding: 0;
    margin-left: auto;
    text-align: right;
  }
  footer .container .menus ul li {
    display: inline-block;
  }
  footer .container .menus ul li a {
    padding-left: 20px;
    padding-right: 20px;
    border-left: solid 1px #f15c28;
  }
  footer .container .menus ul li:first-child a {
    border-left: none;
  }
  footer .container .menus ul li:last-child a {
    padding-right: 0;
  }
  footer .container .contact {
    text-align: right;
  }
}
footer .copyright {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 10.78pt;
  font-weight: 300;
  background-color: #e6e9ea;
  padding: 20px 30px;
  text-align: center;
  margin: auto;
}
.page-index .jumbo {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
}
.page-index .jumbo > picture {
  display: contents;
}
.page-index .jumbo > picture img {
  display: block;
  width: 100%;
  grid-row: 1 / span 2;
  grid-column: 1;
}
.page-index .jumbo .msg {
  grid-row: 2;
  grid-column: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
.page-index .jumbo .msg .title {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 30px;
}
.page-index .jumbo .msg .title picture {
  align-self: center;
  justify-self: center;
}
.page-index .jumbo .msg .title h1 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 47.53694133pt;
  color: white;
  text-align: center;
}
.page-index .jumbo .msg .title h1 small {
  display: block;
  font-weight: 300;
}
@media (max-width: 1400px) {
  .page-index .jumbo .msg .title h1 {
    font-size: 5vw;
  }
}
.page-index .jumbo .msg .contact {
  margin-top: 30px;
  text-align: center;
}
.page-index .building-success {
  padding-top: 60px;
  padding-bottom: 50px;
}
.page-index .building-success h1:first-child {
  margin-top: 0;
}
.page-index .building-success h1 {
  color: #f15c28;
  text-align: center;
  font-weight: 800;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 31.4814181pt;
}
.page-index .building-success h1 small {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20.46292176pt;
  font-weight: 300;
  display: block;
}
@media (max-width: 1100px) {
  .page-index .building-success .icons-block {
    flex-wrap: wrap;
  }
}
.page-inner .jumbo {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
}
.page-inner .jumbo > picture {
  display: contents;
}
.page-inner .jumbo > picture img {
  display: block;
  width: 100%;
  grid-row: 1 / span 2;
  grid-column: 1;
}
.page-inner .jumbo .msg {
  grid-row: 2;
  grid-column: 1;
  padding-bottom: 30px;
  padding-top: 30px;
}
.page-inner .jumbo .msg h1 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 37.77770172pt;
  font-weight: 300;
  color: white;
  text-align: left;
}
@media (max-width: 1400px) {
  .page-inner .jumbo .msg h1 {
    font-size: 5vw;
  }
}
.page-inner .client-testimonials {
  padding-top: 60px;
  padding-bottom: 50px;
}
.page-inner .client-testimonials h1:first-child {
  margin-top: 0;
}
.page-inner .client-testimonials h1 {
  color: #f15c28;
  text-align: center;
  font-weight: 800;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 31.4814181pt;
}
.page-inner .client-testimonials h1 span {
  font-weight: 300;
}
.page-inner .client-testimonials .top p {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13.86pt;
  text-align: center;
}
@media (max-width: 1100px) {
  .page-inner .client-testimonials .icons-block {
    flex-wrap: wrap;
  }
}
.page-properties .jumbo h1 span {
  display: block;
  font-weight: 300;
}
.page-properties .properties h1 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 31.4814181pt;
  color: #f15c28;
}
.page-property .property {
  margin-top: 72px;
}
.page-property .property .container {
  display: grid;
  column-gap: 40px;
  row-gap: 40px;
}
@media (min-width: 1400px) {
  .page-property .property .container {
    grid-template-columns: 1fr 1fr;
  }
}
.page-property .property .txt h3 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 31.4814181pt;
  color: #f15c28;
  margin-top: 0;
}
.page-property .property .txt h4 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14.16663814pt;
  color: #f15c28;
  margin-bottom: 0;
}
.page-property .property .txt p {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13.86pt;
  line-height: 1.6em;
}
.page-property .property .txt h4 + p {
  margin-top: 0;
}
.page-property .property .txt .map-it a {
  color: #f15c28;
}
.page-property .property .img .map {
  margin-top: 50px;
}
.page-news .news-articles {
  margin-top: 80px;
}
.page-news .news-articles .container {
  display: grid;
  column-gap: 60px;
}
@media (min-width: 1400px) {
  .page-news .news-articles .container {
    grid-template-columns: 1fr 430px;
  }
}
.page-news .news-articles article {
  margin-bottom: 50px;
}
.page-news .news-articles article img {
  width: 100%;
}
.page-news .news-articles article .info {
  padding-left: 50px;
}
.page-news .news-articles article h1 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 17.31477995pt;
  margin-top: 30px;
  color: #f15c28;
}
.page-news .news-articles article p {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13.86pt;
  line-height: 1.6em;
}
.page-news .news-articles article .more a {
  color: #f15c28;
  text-transform: uppercase;
}
.page-contact .contact-us {
  margin-top: 60px;
  margin-bottom: 120px;
}
.page-contact .contact-us .container {
  display: grid;
  column-gap: 120px;
}
.page-contact .contact-us .container h1 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 31.4814181pt;
  color: #f15c28;
  font-weight: 300;
}
.page-contact .contact-us .container h1 strong {
  display: block;
}
.page-contact .contact-us .container .form label {
  display: block;
  margin-bottom: 12px;
}
.page-contact .contact-us .container .form input,
.page-contact .contact-us .container .form textarea {
  display: block;
  width: 100%;
  background-color: #f2f6f7;
  padding: 22px 16px;
  border: none;
  box-sizing: border-box;
}
.page-contact .contact-us .container .form button {
  display: inline-block;
  margin-top: 50px;
}
.page-contact .contact-us .container .static {
  background-color: #f2f6f7;
  align-self: start;
  padding: 44px 64px;
}
.page-contact .contact-us .container .static h2 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20.46292176pt;
  color: #f15c28;
  margin-top: 0;
}
.page-contact .contact-us .container .static p {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13.86pt;
  line-height: 1.6em;
}
.page-contact .contact-us .container .static a {
  color: #f15c28;
  text-decoration: none;
}
.page-contact .contact-us .container .static a:hover {
  text-decoration: underline;
}
.page-contact .contact-us .container .static img {
  vertical-align: middle;
}
@media (min-width: 1400px) {
  .page-contact .contact-us .container {
    grid-template-columns: 50% 1fr;
  }
  .page-contact .contact-us .container h1 {
    grid-column: span 2;
  }
}
.page-about-us .your-success {
  margin-top: 50px;
}
.page-about-us .your-success .content {
  padding-bottom: 60px;
}
.page-about-us .your-success .content img {
  display: block;
  max-width: 100%;
}
.page-about-us .your-success .content h1 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 31.4814181pt;
  color: #f15c28;
  font-weight: 800;
  margin-top: 0;
}
.page-about-us .your-success .content h1 .thin {
  display: block;
  font-weight: 300;
}
.page-about-us .your-success .content p {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13.86pt;
  line-height: 1.65em;
  font-weight: 300;
}
.page-about-us .your-success .content .purple-button {
  margin-top: 30px;
  padding: 32px 50px;
}
.page-about-us .your-success .right {
  aspect-ratio: 1.3;
}
@media (min-width: 1100px) {
  .page-about-us .your-success .right {
    aspect-ratio: unset;
  }
}
.page-about-us .our-values {
  padding-left: 30px;
  padding-right: 30px;
}
.page-about-us .our-values img {
  object-fit: cover;
  object-position: center center;
}
.page-about-us .our-values .content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
.page-about-us .our-values .content h1 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 31.4814181pt;
  color: white;
}
.page-about-us .our-values .content h1 .thin {
  font-weight: 300;
}
.page-about-us .our-values .content p {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13.86pt;
  color: white;
  line-height: 1.65em;
  font-weight: 300;
}
.page-about-us .our-values .content .values {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20.46292176pt;
  color: #f15c28;
  text-transform: uppercase;
}
.page-about-us .our-values .content .values .bar {
  color: white;
}
.page-about-us .client-testimonials {
  background-color: #f2f6f7;
}
.page-about-us .client-testimonials > picture > img {
  height: auto !important;
}
.page-about-us .client-testimonials h1 {
  color: white;
}
