/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

body {
  font-family: "Outfit", "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 300;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ul:last-child {
  margin-bottom: 0;
}

p, li {
  font-size: 1.1rem;
}
p:last-child, li:last-child {
  margin-bottom: 0;
}

.site-header {
  height: 0;
  position: relative;
  z-index: 9;
}
.site-header .inner {
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.site-header .inner .logo img {
  display: block;
  width: auto;
  height: 65px;
  filter: invert(100%);
  filter: saturate(0) brightness(0) invert(1);
}
.site-header .inner .logo.logo-1 img {
  height: 100px;
}
.site-header .inner .info {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.site-header .inner .info .contact {
  text-align: center;
}
.site-header .inner .info .contact .tel {
  color: #FFF;
  width: max-content;
}
.site-header .inner .info .contact .tel a {
  display: block;
  color: #FFF;
  text-decoration: underline;
  font-weight: 600;
}
.site-header .inner .info .networks {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.site-header .inner .info .networks a {
  display: block;
  flex: 0 0 30px;
}
.site-header .inner .info .networks a img {
  display: block;
  width: 100%;
  height: auto;
  filter: invert(100%);
}
@media (min-width: 768px) {
  .site-header .inner {
    justify-content: space-between;
  }
  .site-header .inner .info {
    flex-flow: row-reverse;
  }
  .site-header .inner .info .contact {
    text-align: right;
  }
  .site-header .inner .info .networks {
    flex: 0 0 auto;
  }
}

.hero {
  position: relative;
}
.hero .picture-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: brightness(0.5);
}
.hero .picture-wrapper .bg-image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.hero .picture-wrapper .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  visibility: hidden;
}
.hero .picture-wrapper .bg-image.active {
  opacity: 1;
}
.hero .picture-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero .inner {
  position: relative;
  padding: 400px 20px 60px;
  display: flex;
  flex-flow: column;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  min-height: 100vh;
}
.hero .inner .heading .hero-title {
  margin: 0;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
}
.hero .inner .heading .hero-subtitle {
  margin: 0;
  color: #FFF;
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 1.4rem;
}
.hero .inner .heading .hero-subtitle-2 p {
  margin: 0;
  color: #FFF;
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 1.4rem;
}
.hero .inner .heading a {
  color: #FFF;
  text-decoration: underline;
}
.hero .inner .form {
  flex: 0 0 350px;
  background-color: #003564;
  padding: 20px;
  color: #FFF;
}
.hero .inner .form .form-title {
  margin: 0;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.hero .inner .form .wpcf7-form p {
  margin-top: 0;
}
.hero .inner .form .wpcf7-form p label {
  display: block;
  width: 100%;
  font-size: 0;
  color: transparent;
}
.hero .inner .form .wpcf7-form p label span {
  display: block;
  width: 100%;
}
.hero .inner .form .wpcf7-form p label span .wpcf7-form-control {
  width: 100%;
  font-size: 14px;
  padding: 10px 20px;
}
.hero .inner .form .wpcf7-form p:last-of-type {
  display: flex;
  justify-content: flex-start;
  flex-flow: row-reverse;
  margin-bottom: 0;
}
.hero .inner .form .wpcf7-form .wpcf7-submit {
  background-color: #fff;
  border: 0;
  padding: 15px 20px;
  font-weight: 700;
  cursor: pointer;
}
.hero .inner .form .wpcf7-form textarea {
  height: 120px;
}
@media (min-width: 768px) {
  .hero .inner {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 120px 40px 40px;
  }
  .hero .inner .heading {
    margin-bottom: 50px;
  }
  .hero .inner .heading .hero-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1080px) {
  .hero .inner {
    gap: 100px;
    padding: 180px 40px 100px;
  }
  .hero .inner .heading .hero-title {
    font-size: 3.8rem;
  }
  .hero .inner .form {
    flex: 0 0 370px;
    padding: 30px;
  }
  .hero .inner .form .wpcf7 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .hero .inner .form .wpcf7 p {
    flex: 0 0 100%;
  }
  .hero .inner .form .wpcf7 p label span .wpcf7-form-control {
    padding: 10px;
  }
  .hero .inner .form .wpcf7 p:nth-of-type(1), .hero .inner .form .wpcf7 p:nth-of-type(2), .hero .inner .form .wpcf7 p:nth-of-type(3) {
    flex: 0 0 32.5%;
  }
}

.media-slider {
  line-height: 0;
}
.media-slider * {
  min-width: 0;
  min-height: 0;
}
.media-slider .inner {
  margin: 0 auto;
}
.media-slider .inner .slider {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.media-slider .inner .slider .item {
  background-color: #003564;
}
.media-slider .inner .slider .item .item-inner {
  display: flex;
  flex-flow: column;
}
.media-slider .inner .slider .item .item-inner .media {
  height: 250px;
  position: relative;
}
.media-slider .inner .slider .item .item-inner .media .media-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-slider .inner .slider .item .item-inner .media .media-wrapper video,
.media-slider .inner .slider .item .item-inner .media .media-wrapper img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.media-slider .inner .slider .item .item-inner .content {
  padding: 20px;
  color: #FFF;
  line-height: 1.5;
}
.media-slider .inner .slider .slick-dots {
  bottom: 20px;
}
.media-slider .inner .slider .slick-dots li button::before {
  color: #FFF;
  font-size: 0.6rem;
}
@media (min-width: 768px) {
  .media-slider .inner .slider {
    padding-bottom: 0;
  }
  .media-slider .inner .slider .item .item-inner {
    flex-flow: row;
    height: 600px;
  }
  .media-slider .inner .slider .item .item-inner .media {
    height: auto;
    flex: 0 0 55%;
  }
  .media-slider .inner .slider .item .item-inner .content {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 40px;
  }
}
@media (min-width: 1100px) {
  .media-slider .inner .slider .item .item-inner .content {
    padding: 40px 100px;
  }
}

.property-info .inner {
  padding: 40px 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.property-info .inner .tagline {
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.property-info .inner .block-title {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.property-info .inner .columns {
  display: flex;
  flex-flow: column;
  gap: 40px;
}
.property-info .inner .columns .details .details-title {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.property-info .inner .columns .details .data {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.property-info .inner .columns .details .data li {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.property-info .inner .columns .details .data li:last-child {
  margin-bottom: 0;
}
.property-info .inner .columns .details .data li span {
  display: block;
  flex: 1;
}
.property-info .inner .columns .details .data li .value {
  text-align: left;
}
@media (min-width: 768px) {
  .property-info .inner {
    padding: 40px;
  }
}
@media (min-width: 1080px) {
  .property-info .inner {
    padding: 100px 40px;
  }
  .property-info .inner .tagline {
    font-size: 1.4rem;
  }
  .property-info .inner .block-title {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .property-info .inner .columns {
    flex-flow: row;
    justify-content: space-between;
    gap: 140px;
  }
  .property-info .inner .columns .info,
  .property-info .inner .columns .details {
    flex: 1;
  }
  .property-info .inner .columns .details .data li {
    margin-bottom: 20px;
  }
}

.map {
  height: 50vh;
  position: relative;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-image-slider {
  position: relative;
  line-height: 0;
}
.full-image-slider .slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.full-image-slider .slider .item {
  height: 100vh;
  position: relative;
}
.full-image-slider .slider .item picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-image-slider .slider .item picture img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.full-image-slider .slider .slick-dots {
  bottom: 20px;
}
.full-image-slider .slider .slick-dots li button {
  color: #003564;
}
.full-image-slider .slider .slick-dots li button::before {
  color: #003564;
  font-size: 0.6rem;
}

.site-footer {
  background-color: #003564;
}
.site-footer .inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
.site-footer p {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 200;
}
.site-footer a {
  color: #FFF;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .site-footer .inner {
    padding: 40px;
  }
}
