@charset "UTF-8";
/* All Variables should be declared here which makes it easier to update if something changes globally */
/*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  LAYOUT MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  MISC MIXINS
---------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

*,
:before,
:after {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
}

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
  box-sizing: border-box;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
label,
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * 1. Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; /* 1 */
  height: auto;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

textarea {
  resize: vertical;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

[tabindex="-1"]:focus {
  outline: none !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.alignnone {
  margin: 5px 0 20px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .alignnone {
    margin: 5px 20px 20px 0;
  }
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  max-width: 100%;
}

.alignright {
  float: none;
  margin: 5px 0 20px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
}

.alignleft {
  margin: 5px 0 20px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/**
100    Extra Light or Ultra Light
200    Light or Thin
300    Book or Demi
400    Normal or Regular
500    Medium
600    Semibold, Demibold
700    Bold
800    Black, Extra Bold or Heavy
900    Extra Black, Fat, Poster or Ultra Black
**/
@font-face {
  font-family: "Hind";
  src: url("../fonts/Hind-Bold.woff2") format("woff2"), url("../fonts/Hind-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url("../fonts/Hind-Light.woff2") format("woff2"), url("../fonts/Hind-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url("../fonts/Hind-Medium.woff2") format("woff2"), url("../fonts/Hind-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url("../fonts/Hind-Regular.woff2") format("woff2"), url("../fonts/Hind-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url("../fonts/Hind-SemiBold.woff2") format("woff2"), url("../fonts/Hind-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  color: #383838;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
@media (min-width: 768px) {
  body {
    letter-spacing: 0;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-weight: normal;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  color: #383838;
}

h1, .h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 45px;
  }
}

h2, .h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 42px;
  }
}

h3, .h3 {
  font-size: 20px;
  line-height: 35px;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 25px;
  }
}

a {
  text-decoration: none;
  color: #003652;
}

p {
  margin: 0;
}
p:last-child {
  margin: 0;
}

ul li:last-child {
  margin: 0;
}

ol {
  padding-left: 1rem;
}
ol li:last-child {
  margin: 0;
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

.wysiwyg a:not(.btn) {
  text-decoration: underline;
  color: #003652;
}
.wysiwyg h2, .wysiwyg .h2 {
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .wysiwyg h2, .wysiwyg .h2 {
    margin-bottom: 26px;
  }
}
@media (min-width: 1200px) {
  .wysiwyg h2, .wysiwyg .h2 {
    margin-bottom: 30px;
  }
}
.wysiwyg h3, .wysiwyg .h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
.wysiwyg h4, .wysiwyg .h4 {
  font-weight: 500;
  margin-bottom: 13px;
}
.wysiwyg p {
  margin-bottom: 15px;
}
.wysiwyg p:last-child {
  margin-bottom: 0;
}
.wysiwyg ul, .wysiwyg ol {
  margin: 0 0 1em;
  padding-left: 23px;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-top: 7px;
  position: relative;
}
.wysiwyg ul {
  list-style: none;
}
.wysiwyg ul::before {
  content: "•";
  display: block;
  font-size: 11px;
  left: -10px;
  position: absolute;
}

.formContainer input[type=text],
.formContainer input[type=number],
.formContainer input[type=tel],
.formContainer input[type=email],
.formContainer input[type=date],
.formContainer input[type=search],
.formContainer input[type=url],
.formContainer input[type=password],
.formContainer textarea,
.formContainer select {
  border: 1px solid #000000;
  padding: 0;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  background: transparent;
}
.formContainer textarea {
  display: block;
}
.formContainer input[type=checkbox] + span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  position: relative;
  background: #ffffff;
}
.formContainer input[type=checkbox]:checked + span:after {
  display: block;
  content: "";
  color: #000000;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  mask: var(--icon-check) no-repeat center/contain;
  background: currentColor;
}

.btn {
  background: transparent;
  border: 1px solid #003652;
  color: #003652;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .btn {
    font-size: 18px;
    letter-spacing: 0.18px;
    padding: 13px 25px;
  }
}
@media (min-width: 1200px) {
  .btn {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.btn:hover {
  background: #003652;
  color: #ffffff;
}
.btn--white {
  border-color: white;
  color: white;
}
.btn--white:hover {
  background: white;
  color: #003652;
}
.btn--white2 {
  border-color: white;
  color: #003652;
  background: #ffffff;
}
.btn--white2:hover {
  background: transparent;
  color: #ffffff;
}
.btn--blue {
  background: #003652;
  color: #ffffff;
}
.btn--blue:hover {
  background: #ffffff;
  color: #003652;
}
.btn--small {
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 38px;
  margin-top: 12px;
  padding: 0 1em;
}

table {
  width: 100%;
  max-width: 100%;
}
table th,
table td {
  vertical-align: middle;
}
table thead th {
  vertical-align: bottom;
}

:root {
  --icon-arrow: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.175 8.99999H1C0.716667 8.99999 0.479167 8.90415 0.2875 8.71249C0.0958333 8.52082 0 8.28332 0 7.99999C0 7.71665 0.0958333 7.47915 0.2875 7.28749C0.479167 7.09582 0.716667 6.99999 1 6.99999H12.175L7.275 2.09999C7.075 1.89999 6.97917 1.66665 6.9875 1.39999C6.99583 1.13332 7.1 0.899987 7.3 0.699987C7.5 0.516654 7.73333 0.420821 8 0.412487C8.26667 0.404154 8.5 0.499987 8.7 0.699987L15.3 7.29999C15.4 7.39999 15.4708 7.50832 15.5125 7.62499C15.5542 7.74165 15.575 7.86665 15.575 7.99999C15.575 8.13332 15.5542 8.25832 15.5125 8.37499C15.4708 8.49165 15.4 8.59999 15.3 8.69999L8.7 15.3C8.51667 15.4833 8.2875 15.575 8.0125 15.575C7.7375 15.575 7.5 15.4833 7.3 15.3C7.1 15.1 7 14.8625 7 14.5875C7 14.3125 7.1 14.075 7.3 13.875L12.175 8.99999Z' fill='%23005EC9'/%3E%3C/svg%3E%0A");
  --icon-download: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11.575C7.86667 11.575 7.74167 11.5542 7.625 11.5125C7.50833 11.4708 7.4 11.4 7.3 11.3L3.7 7.7C3.5 7.5 3.40417 7.26667 3.4125 7C3.42083 6.73333 3.51667 6.5 3.7 6.3C3.9 6.1 4.1375 5.99583 4.4125 5.9875C4.6875 5.97917 4.925 6.075 5.125 6.275L7 8.15V1C7 0.716667 7.09583 0.479167 7.2875 0.2875C7.47917 0.0958333 7.71667 0 8 0C8.28333 0 8.52083 0.0958333 8.7125 0.2875C8.90417 0.479167 9 0.716667 9 1V8.15L10.875 6.275C11.075 6.075 11.3125 5.97917 11.5875 5.9875C11.8625 5.99583 12.1 6.1 12.3 6.3C12.4833 6.5 12.5792 6.73333 12.5875 7C12.5958 7.26667 12.5 7.5 12.3 7.7L8.7 11.3C8.6 11.4 8.49167 11.4708 8.375 11.5125C8.25833 11.5542 8.13333 11.575 8 11.575ZM2 16C1.45 16 0.979167 15.8042 0.5875 15.4125C0.195833 15.0208 0 14.55 0 14V12C0 11.7167 0.0958333 11.4792 0.2875 11.2875C0.479167 11.0958 0.716667 11 1 11C1.28333 11 1.52083 11.0958 1.7125 11.2875C1.90417 11.4792 2 11.7167 2 12V14H14V12C14 11.7167 14.0958 11.4792 14.2875 11.2875C14.4792 11.0958 14.7167 11 15 11C15.2833 11 15.5208 11.0958 15.7125 11.2875C15.9042 11.4792 16 11.7167 16 12V14C16 14.55 15.8042 15.0208 15.4125 15.4125C15.0208 15.8042 14.55 16 14 16H2Z' fill='%23005EC9'/%3E%3C/svg%3E%0A");
  --icon-link: url("data:image/svg+xml,%3Csvg width='20' height='10' viewBox='0 0 20 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10C3.61667 10 2.4375 9.5125 1.4625 8.5375C0.4875 7.5625 0 6.38333 0 5C0 3.61667 0.4875 2.4375 1.4625 1.4625C2.4375 0.4875 3.61667 0 5 0H8C8.28333 0 8.52083 0.0958333 8.7125 0.2875C8.90417 0.479167 9 0.716667 9 1C9 1.28333 8.90417 1.52083 8.7125 1.7125C8.52083 1.90417 8.28333 2 8 2H5C4.16667 2 3.45833 2.29167 2.875 2.875C2.29167 3.45833 2 4.16667 2 5C2 5.83333 2.29167 6.54167 2.875 7.125C3.45833 7.70833 4.16667 8 5 8H8C8.28333 8 8.52083 8.09583 8.7125 8.2875C8.90417 8.47917 9 8.71667 9 9C9 9.28333 8.90417 9.52083 8.7125 9.7125C8.52083 9.90417 8.28333 10 8 10H5ZM7 6C6.71667 6 6.47917 5.90417 6.2875 5.7125C6.09583 5.52083 6 5.28333 6 5C6 4.71667 6.09583 4.47917 6.2875 4.2875C6.47917 4.09583 6.71667 4 7 4H13C13.2833 4 13.5208 4.09583 13.7125 4.2875C13.9042 4.47917 14 4.71667 14 5C14 5.28333 13.9042 5.52083 13.7125 5.7125C13.5208 5.90417 13.2833 6 13 6H7ZM12 10C11.7167 10 11.4792 9.90417 11.2875 9.7125C11.0958 9.52083 11 9.28333 11 9C11 8.71667 11.0958 8.47917 11.2875 8.2875C11.4792 8.09583 11.7167 8 12 8H15C15.8333 8 16.5417 7.70833 17.125 7.125C17.7083 6.54167 18 5.83333 18 5C18 4.16667 17.7083 3.45833 17.125 2.875C16.5417 2.29167 15.8333 2 15 2H12C11.7167 2 11.4792 1.90417 11.2875 1.7125C11.0958 1.52083 11 1.28333 11 1C11 0.716667 11.0958 0.479167 11.2875 0.2875C11.4792 0.0958333 11.7167 0 12 0H15C16.3833 0 17.5625 0.4875 18.5375 1.4625C19.5125 2.4375 20 3.61667 20 5C20 6.38333 19.5125 7.5625 18.5375 8.5375C17.5625 9.5125 16.3833 10 15 10H12Z' fill='%23005EC9'/%3E%3C/svg%3E ");
  --icon-angle: url("data:image/svg+xml,%3Csvg width='10' height='20' viewBox='0 0 10 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.83101 10L0.298259 2.46725C0.0995927 2.26858 0.00284228 2.03208 0.00800894 1.75775C0.0131756 1.48342 0.115093 1.24683 0.313759 1.048C0.512426 0.849333 0.748926 0.75 1.02326 0.75C1.29759 0.75 1.53418 0.849333 1.73301 1.048L9.38876 8.71925C9.56943 8.90008 9.70334 9.10267 9.79051 9.327C9.87784 9.55133 9.92151 9.77567 9.92151 10C9.92151 10.2243 9.87784 10.4487 9.79051 10.673C9.70334 10.8973 9.56943 11.0999 9.38876 11.2808L1.71751 18.952C1.51884 19.1507 1.28493 19.2474 1.01576 19.2423C0.746426 19.2371 0.512426 19.1352 0.313759 18.9365C0.115093 18.7378 0.0157589 18.5013 0.0157589 18.227C0.0157589 17.9527 0.115093 17.7161 0.313759 17.5173L7.83101 10Z'/%3E%3C/svg%3E ");
  --icon-plus: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.64697C0 8.09469 0.447715 7.64697 1 7.64697H15C15.5523 7.64697 16 8.09469 16 8.64697C16 9.19926 15.5523 9.64697 15 9.64697H1C0.447715 9.64697 0 9.19926 0 8.64697Z' /%3E%3Cpath d='M8 0.646973C8.55228 0.646973 9 1.09469 9 1.64697L9 15.647C9 16.1993 8.55228 16.647 8 16.647C7.44771 16.647 7 16.1993 7 15.647L7 1.64697C7 1.09469 7.44772 0.646973 8 0.646973Z' /%3E%3C/svg%3E%0A");
  --icon-phone-square: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 448'%3E%3Cpath d='M64,0C28.7,0,0,28.7,0,64v320c0,35.3,28.7,64,64,64h320c35.3,0,64-28.7,64-64V64c0-35.3-28.7-64-64-64H64ZM154.7,96.7c9.7-2.6,19.9,2.3,23.7,11.6l20,48c3.4,8.2,1,17.6-5.8,23.2l-24.6,20.2c16.6,35.2,45.1,63.7,80.3,80.3l20.2-24.7c5.6-6.8,15-9.2,23.2-5.8l48,20c9.3,3.9,14.2,14,11.6,23.7l-12,44c-2.4,8.8-10.3,14.8-19.3,14.8-123.7,0-224-100.3-224-224,0-9,6-16.9,14.7-19.3l44-12Z'/%3E%3C/svg%3E");
  --icon-book: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M96,0C43,0,0,43,0,96v320c0,53,43,96,96,96h320c17.7,0,32-14.3,32-32s-14.3-32-32-32v-64c17.7,0,32-14.3,32-32V32c0-17.7-14.3-32-32-32H96ZM96,384h256v64H96c-17.7,0-32-14.3-32-32s14.3-32,32-32ZM128,144c0-8.8,7.2-16,16-16h192c8.8,0,16,7.2,16,16s-7.2,16-16,16h-192c-8.8,0-16-7.2-16-16ZM144,192h192c8.8,0,16,7.2,16,16s-7.2,16-16,16h-192c-8.8,0-16-7.2-16-16s7.2-16,16-16Z'/%3E%3C/svg%3E");
  --icon-envelop: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 384'%3E%3Cpath d='M48,0C21.5,0,0,21.5,0,48c0,15.1,7.1,29.3,19.2,38.4l208,156c17.1,12.8,40.5,12.8,57.6,0l208-156c12.1-9.1,19.2-23.3,19.2-38.4,0-26.5-21.5-48-48-48H48ZM0,132v188c0,35.3,28.7,64,64,64h384c35.3,0,64-28.7,64-64v-188l-198.4,148.8c-34.1,25.6-81.1,25.6-115.2,0L0,132Z'/%3E%3C/svg%3E");
  --icon-map-marker: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384.1 515'%3E%3Cpath d='M.1,188.6C.1,84.4,86.1,0,192.1,0s192,84.4,192,188.6c0,119.3-120.2,262.3-170.4,316.8-11.8,12.8-31.5,12.8-43.3,0C120.2,450.9,0,307.9,0,188.6h.1ZM192.1,256c35.3,0,64-28.7,64-64s-28.7-64-64-64-64,28.7-64,64,28.7,64,64,64Z'/%3E%3C/svg%3E");
  --icon-check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 447.99 416.13'%3E%3Cpath d='M434.77,6.21c14.3,10.4,17.5,30.4,7.1,44.7L185.87,402.91c-5.5,7.6-14,12.3-23.4,13.1-9.4.8-18.5-2.7-25.1-9.3L9.38,278.71c-12.5-12.5-12.5-32.8,0-45.3s32.8-12.5,45.3,0l101.5,101.5L390.18,13.21c10.4-14.3,30.4-17.5,44.7-7.1l-.1.1Z'/%3E%3C/svg%3E");
  --icon-facebook: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.3 50'%3E%3Cpath d='M50.3,25.2A25.15,25.15,0,1,0,21.2,50V32.4H14.8V25.1h6.4V19.6c0-6.3,3.8-9.8,9.5-9.8a36.52,36.52,0,0,1,5.6.5v6.2H33.1c-3.1,0-4.1,1.9-4.1,3.9v4.7h7l-1.1,7.3H29V50A25.16,25.16,0,0,0,50.3,25.2Z'/%3E%3C/svg%3E");
  --icon-facebook-f: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.78 50'%3E%3Cpath d='M25,28.13l1.39-9H17.73V13.2c0-2.47,1.21-4.88,5.1-4.88h4V.61a48.21,48.21,0,0,0-7-.61C12.62,0,8,4.33,8,12.18v6.9H0v9.05H8V50h9.78V28.13Z'/%3E%3C/svg%3E");
  --icon-facebook-square: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M44.64,0H5.36A5.36,5.36,0,0,0,0,5.36V44.64A5.36,5.36,0,0,0,5.36,50H20.68V33h-7V25h7V18.9C20.68,12,24.8,8.13,31.13,8.13a42.67,42.67,0,0,1,6.2.54v6.81H33.84c-3.44,0-4.52,2.14-4.52,4.32V25H37l-1.23,8H29.32V50H44.64A5.36,5.36,0,0,0,50,44.64V5.36A5.36,5.36,0,0,0,44.64,0Z'/%3E%3C/svg%3E");
  --icon-x: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.2 45.38'%3E%3Cpath d='M39.53,0h7.7l-16.82,19.22,19.79,26.16h-15.49l-12.14-15.86-13.88,15.86H.98l17.99-20.56L0,0h15.88l10.96,14.5L39.53,0ZM36.83,40.78h4.27L13.56,4.36h-4.58l27.85,36.41Z'/%3E%3C/svg%3E");
  --icon-instagram: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.01 50'%3E%3Cpath d='M25,12.18A12.82,12.82,0,1,0,37.83,25,12.8,12.8,0,0,0,25,12.18Zm0,21.15A8.33,8.33,0,1,1,33.35,25,8.34,8.34,0,0,1,25,33.33ZM41.34,11.66a3,3,0,1,1-3-3A3,3,0,0,1,41.34,11.66Zm8.5,3c-.19-4-1.11-7.55-4-10.48S39.33.38,35.32.18s-16.5-.24-20.63,0-7.54,1.1-10.48,4S.38,10.67.18,14.68s-.24,16.5,0,20.63,1.1,7.55,4,10.48,6.48,3.83,10.48,4,16.5.24,20.63,0,7.55-1.1,10.48-4,3.83-6.48,4-10.48.23-16.49,0-20.62ZM44.5,39.74a8.41,8.41,0,0,1-4.75,4.75c-3.29,1.31-11.1,1-14.74,1s-11.46.29-14.74-1a8.44,8.44,0,0,1-4.75-4.75c-1.31-3.29-1-11.1-1-14.74s-.29-11.46,1-14.74a8.41,8.41,0,0,1,4.75-4.75c3.29-1.31,11.1-1,14.74-1s11.46-.29,14.74,1a8.41,8.41,0,0,1,4.75,4.75c1.31,3.29,1,11.1,1,14.74S45.81,36.46,44.5,39.74Z'/%3E%3C/svg%3E");
  --icon-instagram-square: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M25,19.05A6,6,0,1,0,31,25,5.95,5.95,0,0,0,25,19.05Zm13.92-4.58a6,6,0,0,0-3.4-3.39c-2.34-.93-7.92-.72-10.52-.72s-8.18-.22-10.53.72a6,6,0,0,0-3.39,3.39c-.92,2.34-.72,7.93-.72,10.53s-.2,8.18.72,10.53a6.06,6.06,0,0,0,3.4,3.39c2.34.93,7.92.72,10.52.72s8.18.21,10.53-.72a6,6,0,0,0,3.39-3.39c.93-2.35.72-7.93.72-10.53s.21-8.18-.72-10.53ZM25,34.15A9.15,9.15,0,1,1,34.15,25,9.15,9.15,0,0,1,25,34.15ZM34.53,17.6a2.14,2.14,0,1,1,2.13-2.14h0a2.12,2.12,0,0,1-2.12,2.14ZM44.64,0H5.36A5.36,5.36,0,0,0,0,5.36V44.64A5.36,5.36,0,0,0,5.36,50H44.64A5.36,5.36,0,0,0,50,44.64V5.36A5.36,5.36,0,0,0,44.64,0ZM42.73,32.37c-.14,2.86-.79,5.39-2.88,7.47s-4.62,2.75-7.48,2.89-11.79.17-14.73,0-5.39-.8-7.48-2.89-2.75-4.62-2.89-7.47-.16-11.79,0-14.74.79-5.39,2.89-7.47,4.63-2.74,7.48-2.88,11.78-.17,14.73,0,5.39.8,7.48,2.88a10.63,10.63,0,0,1,2.88,7.49C42.9,20.58,42.9,29.42,42.73,32.37Z'/%3E%3C/svg%3E");
  --icon-linkedin-square: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M46.43,0H3.56A3.59,3.59,0,0,0,0,3.6V46.4A3.59,3.59,0,0,0,3.56,50H46.43A3.6,3.6,0,0,0,50,46.4V3.6A3.6,3.6,0,0,0,46.43,0ZM15.11,42.86H7.7V19h7.42V42.86Zm-3.7-27.12a4.3,4.3,0,1,1,4.29-4.3A4.3,4.3,0,0,1,11.41,15.74ZM42.89,42.86H35.48V31.25c0-2.77-.06-6.33-3.85-6.33s-4.45,3-4.45,6.13V42.86H19.77V19h7.11v3.25H27a7.8,7.8,0,0,1,7-3.85c7.5,0,8.89,5,8.89,11.38Z'/%3E%3C/svg%3E");
  --icon-linkedin: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M11.19,50H.83V16.62H11.19ZM6,12.06A6,6,0,1,1,12,6,6.05,6.05,0,0,1,6,12.06ZM50,50H39.65V33.75c0-3.87-.08-8.84-5.39-8.84S28,29.12,28,33.47V50H17.69V16.62h9.94v4.55h.14a10.91,10.91,0,0,1,9.81-5.39C48.07,15.78,50,22.69,50,31.66V50Z'/%3E%3C/svg%3E");
  --icon-youtube: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 546.2 384'%3E%3Cpath d='M534.8,60.1c-6.3-23.7-24.8-42.3-48.3-48.6C443.9,0,273.1,0,273.1,0c0,0-170.8,0-213.4,11.5-23.5,6.3-42,24.9-48.3,48.6C0,103,0,192.4,0,192.4c0,0,0,89.4,11.4,132.3,6.3,23.7,24.8,41.5,48.3,47.8,42.6,11.5,213.4,11.5,213.4,11.5,0,0,170.8,0,213.4-11.5,23.5-6.3,42-24.2,48.3-47.8,11.4-42.9,11.4-132.3,11.4-132.3,0,0,0-89.4-11.4-132.3h0ZM217.3,273.6V111.2l142.7,81.2-142.7,81.2h0Z'/%3E%3C/svg%3E");
  --icon-tiktok: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M448 209.9a210.1 210.1 0 0 1 -122.8-39.3V349.4A162.6 162.6 0 1 1 185 188.3V278.2a74.6 74.6 0 1 0 52.2 71.2V0l88 0a121.2 121.2 0 0 0 1.9 22.2h0A122.2 122.2 0 0 0 381 102.4a121.4 121.4 0 0 0 67 20.1z'/%3E%3C/svg%3E");
  --icon-pinterest: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath d='M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3 .8-3.4 5-20.3 6.9-28.1 .6-2.5 .3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z'/%3E%3C/svg%3E%0A");
  --icon-pinterest-p: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z'/%3E%3C/svg%3E%0A");
  --icon-pinterest-square: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h72.6l-2.2-.8c-5.4-48.1-3.1-57.5 15.7-134.7c3.9-16 8.5-35 13.9-57.9c0 0-7.3-14.8-7.3-36.5c0-70.7 75.5-78 75.5-25c0 13.5-5.4 31.1-11.2 49.8c-3.3 10.6-6.6 21.5-9.1 32c-5.7 24.5 12.3 44.4 36.4 44.4c43.7 0 77.2-46 77.2-112.4c0-58.8-42.3-99.9-102.6-99.9C153 139 112 191.4 112 245.6c0 21.1 8.2 43.7 18.3 56c2 2.4 2.3 4.5 1.7 7c-1.1 4.7-3.1 12.9-4.7 19.2c-1 4-1.8 7.3-2.1 8.6c-1.1 4.5-3.5 5.5-8.2 3.3c-30.6-14.3-49.8-59.1-49.8-95.1C67.2 167.1 123.4 96 229.4 96c85.2 0 151.4 60.7 151.4 141.8c0 84.6-53.3 152.7-127.4 152.7c-24.9 0-48.3-12.9-56.3-28.2c0 0-12.3 46.9-15.3 58.4c-5 19.3-17.6 42.9-27.4 59.3H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64z'/%3E%3C/svg%3E%0A");
  --icon-houzz: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 414.6 448'%3E%3Cpath d='M258.9,298.7h-104.6v149.3H0V0h109.5v104.5l305.1,85.6v257.9h-155.7v-149.3Z'/%3E%3C/svg%3E");
}

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  padding: 0;
  position: relative;
}

#main {
  flex-grow: 1;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1750px;
}
@media (min-width: 1200px) {
  .container {
    padding: 0 20px;
    width: 94vw;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 87.5vw;
  }
}
.container--narrow {
  max-width: 1176px;
}
.container--middle {
  max-width: 1462px;
}

.siteHeader {
  background-color: rgba(0, 54, 82, 0.95);
  height: 80px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1000;
}
@media (min-width: 768px) {
  .siteHeader {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .siteHeader {
    height: 130px;
  }
}
.siteHeader--open .siteHeader__menuBtn {
  z-index: -1;
}
.siteHeader--open .siteHeader__menu {
  display: block;
  height: 100vh;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .siteHeader--open .siteHeader__menu {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .siteHeader--open .siteHeader__menu {
    height: auto;
    padding-top: 0;
  }
}
.siteHeader--open .siteHeader__menu::before {
  background-color: rgba(0, 54, 82, 0.98);
  bottom: 0;
  content: "";
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 1200px) {
  .siteHeader--open .siteHeader__menu::before {
    content: none;
  }
}
.siteHeader--open .siteHeader__menuContent {
  height: 100%;
  overflow: scroll;
}
@media (min-width: 1200px) {
  .siteHeader--open .siteHeader__menuContent {
    overflow: visible;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .siteHeader--open .siteHeader__phoneBox, .siteHeader--open .siteHeader__searchBox {
    top: 50px;
    z-index: -2;
  }
}
.siteHeader--open .siteHeader__closeBtn {
  display: block;
}
@media (min-width: 1200px) {
  .siteHeader--open .siteHeader__closeBtn {
    display: none;
  }
}
.siteHeader .container {
  height: 100%;
}
.siteHeader__inner {
  height: 100%;
  position: relative;
}
.siteHeader__logo {
  background: url("../images/logo-home.png") no-repeat;
  background-size: contain;
  display: block;
  height: 52px;
  position: absolute;
  top: 15px;
  width: 152px;
  z-index: 1;
}
@media (min-width: 768px) {
  .siteHeader__logo {
    height: 60px;
    top: 25px;
    width: 179px;
  }
}
@media (min-width: 1200px) {
  .siteHeader__logo {
    height: 76px;
    top: 29px;
    width: 225px;
  }
}
.siteHeader__menu {
  bottom: 0;
  display: none;
  left: -30px;
  position: absolute;
  right: -30px;
  top: 0;
}
@media (min-width: 768px) {
  .siteHeader__menu {
    display: block;
    overflow: hidden;
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .siteHeader__menu {
    left: 0;
    overflow: visible;
    padding-top: 0;
    right: 0;
  }
}
.siteHeader__menuBtn {
  align-items: center;
  color: white;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
.siteHeader__menuBtn i {
  align-items: center;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  display: inline-flex;
  height: 14px;
  margin-right: 10px;
  width: 20px;
}
.siteHeader__menuBtn i::before {
  background-color: white;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
}
@media (min-width: 768px) {
  .siteHeader__menuBtn {
    right: 195px;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .siteHeader__menuBtn {
    display: none;
  }
}
.siteHeader__phoneBox, .siteHeader__searchBox {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .siteHeader__phoneBox, .siteHeader__searchBox {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .siteHeader__phoneBox, .siteHeader__searchBox {
    border: none;
    padding: 0;
  }
}
.siteHeader__phoneBox {
  border-bottom: 1px solid #004264;
}
@media (min-width: 768px) {
  .siteHeader__phoneBox {
    border: none;
    right: 67px;
  }
}
@media (min-width: 1200px) {
  .siteHeader__phoneBox {
    right: 0;
    top: 75px;
    transform: none;
  }
}
.siteHeader__searchBox {
  display: none;
}
@media (min-width: 768px) {
  .siteHeader__searchBox {
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .siteHeader__searchBox {
    right: 0;
    top: 24px;
    transform: none;
  }
}
.siteHeader__phone {
  align-items: center;
  color: white;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 76px;
}
@media (min-width: 768px) {
  .siteHeader__phone {
    align-items: center;
    color: #bbbbbb;
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .siteHeader__phone {
    color: white;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.24px;
  }
}
.siteHeader__phone:before {
  content: "";
  display: block;
  width: 1.25rem;
  aspect-ratio: 1/1;
  mask: var(--icon-phone-square) no-repeat center/contain;
  background: currentColor;
  margin-right: 0.5em;
}
.siteHeader__search {
  color: white;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 76px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .siteHeader__search {
    color: #acaeb1;
    display: block;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .siteHeader__search {
    font-size: 16px;
  }
}
.siteHeader__search:hover {
  color: white;
}
.siteHeader__search span {
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  .siteHeader__search span {
    display: none;
  }
}
.siteHeader__closeBtn {
  display: none;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
}
.siteHeader__closeBtn::before, .siteHeader__closeBtn::after {
  background-color: white;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 18px;
  width: 100%;
}
.siteHeader__closeBtn::before {
  transform: rotate(45deg);
}
.siteHeader__closeBtn::after {
  transform: rotate(-45deg);
}

.parent-pageid-2397 .siteHeader__logo,
.page-id-2397 .siteHeader__logo {
  background-image: url("../images/logo-commercial.png");
}

@media (min-width: 1200px) {
  .topNav {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .mainNav {
    display: block;
    position: absolute;
    right: 194px;
    top: 58px;
  }
}

.topMenu {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.2px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .topMenu {
    flex-direction: row;
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}
.topMenu__item--depth0 {
  border-bottom: 1px solid #004264;
  padding: 0 30px;
  position: relative;
  color: #ffffff;
}
@media (min-width: 768px) {
  .topMenu__item--depth0 {
    padding: 0 60px;
  }
}
@media (min-width: 1200px) {
  .topMenu__item--depth0 {
    border: none;
    padding: 0;
  }
  .topMenu__item--depth0:not(:first-child) {
    margin-left: 40px;
  }
  .topMenu__item--depth0:not(:first-child)::before {
    background-color: #666666;
    content: "";
    display: inline-block;
    height: 15px;
    left: -20px;
    position: absolute;
    top: 16px;
    width: 1px;
  }
  .topMenu__item--depth0:hover > a {
    color: white;
  }
  .topMenu__item--depth0:hover > ul {
    visibility: visible;
    opacity: 1;
  }
}
.topMenu__item--depth1 {
  border-top: 1px solid #004264;
  padding: 0 55px;
}
@media (min-width: 768px) {
  .topMenu__item--depth1 {
    padding: 0 76px;
  }
}
@media (min-width: 1200px) {
  .topMenu__item--depth1 {
    border-top: 1px solid #e0e0e0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .topMenu__item--depth1:first-child {
    border-top: none;
  }
}
.topMenu__link--depth0 {
  color: white;
  display: block;
  line-height: 76px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .topMenu__link--depth0 {
    color: #bbbbbb;
    line-height: 3;
    text-transform: none;
  }
}
.topMenu__link--depth1 {
  color: #bbbbbb;
  display: block;
  line-height: 59px;
}
@media (min-width: 1200px) {
  .topMenu__link--depth1 {
    color: #383838;
    line-height: 56px;
    padding: 0 1.5em;
  }
}
.topMenu__list {
  display: none;
  list-style: none;
  margin: 0 -30px;
  padding: 0;
}
@media (min-width: 768px) {
  .topMenu__list {
    margin: 0 -60px;
  }
}
@media (min-width: 1200px) {
  .topMenu__list {
    display: block;
    background-color: #fff;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
}
.topMenu__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
  transition: transform 0.3s;
  width: 82px;
}
@media (min-width: 1200px) {
  .topMenu__arrow {
    display: none;
  }
}
.topMenu__arrow--open {
  transform: rotate(0);
}

.mainMenu {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .mainMenu {
    flex-direction: row;
  }
}
.mainMenu__item--depth0 {
  border-bottom: 1px solid #004264;
  padding: 0 30px;
  position: relative;
  color: #ffffff;
}
@media (min-width: 768px) {
  .mainMenu__item--depth0 {
    padding: 0 60px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0 {
    border: none;
    padding: 0;
  }
  .mainMenu__item--depth0:hover > a {
    background-color: #fff;
    color: #003652;
  }
}
.mainMenu__item--depth1 {
  position: relative;
  border-top: 1px solid #004264;
  padding: 0 55px;
  color: #bbbbbb;
}
@media (min-width: 768px) {
  .mainMenu__item--depth1 {
    padding: 0 76px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth1 {
    border-top: 1px solid #e0e0e0;
    padding: 0;
  }
  .mainMenu__item--depth1:hover {
    background: #e0e0e0;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth1:first-child {
    border-top: none;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth1 > a {
    padding-right: 45px;
  }
}
.mainMenu__item--depth1 .mainMenu__arrow {
  width: 58px !important;
  height: 58px !important;
  margin-right: 24px;
}
@media (min-width: 1200px) {
  .mainMenu__item--depth1 .mainMenu__arrow {
    display: flex;
    width: 20px !important;
    height: 20px !important;
    margin: 0;
    transform: rotate(90deg);
    color: #393939;
    position: absolute;
    right: 20px;
    top: 24px;
  }
  .mainMenu__item--depth1 .mainMenu__arrow svg {
    transform: scale(0.5);
  }
}
.mainMenu__item--depth2 {
  position: relative;
  border-top: 1px solid #004264;
  padding: 0 55px;
  color: #bbbbbb;
}
@media (min-width: 768px) {
  .mainMenu__item--depth2 {
    padding: 0 76px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth2 {
    border-top: 1px solid #e0e0e0;
    padding: 0;
  }
  .mainMenu__item--depth2:hover {
    background: #e0e0e0;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth2:first-child {
    border-top: none;
  }
}
.mainMenu__item:hover > ul {
  visibility: visible;
  opacity: 1;
}
.mainMenu__link {
  display: block;
}
@media (min-width: 1200px) {
  .mainMenu__link {
    padding: 0 29px;
  }
}
.mainMenu__link--depth0 {
  color: white;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 76px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .mainMenu__link--depth0 {
    line-height: 66px;
    padding-bottom: 6px;
  }
}
.mainMenu__link--depth1 {
  line-height: 59px;
  color: #bbbbbb;
}
@media (min-width: 1200px) {
  .mainMenu__link--depth1 {
    color: #383838;
    line-height: 66px;
  }
}
.mainMenu__link--depth2 {
  line-height: 59px;
  color: #bbbbbb;
}
@media (min-width: 1200px) {
  .mainMenu__link--depth2 {
    color: #383838;
    line-height: 66px;
  }
}
.mainMenu__list--depth1 {
  display: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.18px;
  list-style: none;
  margin: 0 -30px;
  padding: 0;
}
@media (min-width: 768px) {
  .mainMenu__list--depth1 {
    margin: 0 -60px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__list--depth1 {
    display: block;
    background-color: #fff;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
  }
}
.mainMenu__list--depth2 {
  display: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.18px;
  list-style: none;
  margin: 0 -30px;
  padding: 0;
}
@media (min-width: 768px) {
  .mainMenu__list--depth2 {
    margin: 0 -60px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__list--depth2 {
    display: block;
    background-color: #fff;
    left: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
    min-width: 235px;
    border-left: 1px solid #e0e0e0;
  }
}
.mainMenu__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
  transition: transform 0.3s;
  width: 82px;
}
@media (min-width: 1200px) {
  .mainMenu__arrow {
    display: none;
  }
}
.mainMenu__arrow--open {
  transform: rotate(0);
}

.btnMenu {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  z-index: 5000;
}
.btnMenu span {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}
.btnMenu.open span {
  background: none;
}
.btnMenu.open span:nth-child(1) {
  top: 0 !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btnMenu.open span:nth-child(3) {
  top: 0 !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menuOverlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #ffffff;
  z-index: 800;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menuOverlay.show {
  opacity: 1;
  visibility: visible;
}

.heroSection {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 290px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .heroSection {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .heroSection {
    height: 550px;
  }
}
.heroSection__image {
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heroSection__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 10;
}
@media (min-width: 768px) {
  .heroSection__overlay {
    top: 100px;
  }
}
@media (min-width: 1200px) {
  .heroSection__overlay {
    top: 130px;
  }
}
.heroSection .container {
  align-items: center;
  color: white;
  display: flex;
  justify-content: center;
  height: 100%;
}
.heroSection h1 {
  text-align: center;
}

.pagination .page-numbers {
  margin: 0 5px;
}

.section {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 76px 0;
  }
}
@media (min-width: 1200px) {
  .section {
    padding: 122px 0 108px;
  }
}
.section--lavender {
  background-color: #f1f5fa;
}
.section__text {
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .section__text {
    margin-bottom: 65px;
  }
}
.section__text p {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.sectionReviews {
  padding-bottom: 54px;
}
@media (min-width: 768px) {
  .sectionReviews {
    padding-bottom: 87px;
    padding-top: 87px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .sectionReviews {
    padding-bottom: 96px;
    padding-top: 108px;
  }
}
@media (min-width: 768px) {
  body.page-template-home .sectionReviews h2 {
    margin-bottom: 27px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .sectionReviews h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  body.page-template-about .sectionReviews {
    padding-top: 121px;
    padding-bottom: 92px;
  }
}
@media (min-width: 1200px) {
  body.page-template-about .sectionReviews h2 {
    margin-bottom: 26px;
  }
}
@media (min-width: 1200px) {
  body.page-template-about-why .sectionReviews {
    padding-bottom: 96px;
  }
}
@media (min-width: 1200px) {
  body.page-template-about-careers .sectionReviews {
    padding-bottom: 115px;
    padding-top: 117px;
  }
}
body.page-template-about-careers .sectionReviews h2 {
  margin-bottom: 26px;
}
.sectionReviews h2 {
  text-align: center;
}
.sectionReviews__btnRow {
  margin-top: 41px;
  text-align: center;
}
@media (min-width: 768px) {
  .sectionReviews__btnRow {
    margin-top: 53px;
  }
}
@media (min-width: 1200px) {
  .sectionReviews__btnRow {
    margin-top: 62px;
  }
}
@media (min-width: 768px) {
  body.page-template-about-why .sectionReviews__btnRow {
    margin-top: 63px;
  }
}

.sectionBuildingAreaHighlights h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .sectionBuildingAreaHighlights h2 {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .sectionBuildingAreaHighlights__rows {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .sectionBuildingAreaHighlights__rows {
    padding: 0;
  }
}
.sectionBuildingAreaHighlights__row {
  display: flex;
  flex-direction: column;
  margin-top: 33px;
}
@media (min-width: 768px) {
  .sectionBuildingAreaHighlights__row {
    margin-top: 42px;
  }
}
@media (min-width: 1200px) {
  .sectionBuildingAreaHighlights__row {
    align-items: center;
    flex-direction: row;
    margin-top: 99px;
  }
}
.sectionBuildingAreaHighlights__row:first-child {
  margin-top: 29px;
}
@media (min-width: 768px) {
  .sectionBuildingAreaHighlights__row:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .sectionBuildingAreaHighlights__row:first-child {
    margin-top: 74px;
  }
}
@media (min-width: 1200px) {
  .sectionBuildingAreaHighlights__row--reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .sectionBuildingAreaHighlights__row--reverse .sectionBuildingAreaHighlights__img {
    margin: 0 0 0 5.2742616034%;
  }
}
.sectionBuildingAreaHighlights__img {
  flex-shrink: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sectionBuildingAreaHighlights__img {
    width: 339px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .sectionBuildingAreaHighlights__img {
    margin: 0 5.2742616034% 0 0;
    width: 550px;
  }
}
.sectionBuildingAreaHighlights__text {
  flex-grow: 1;
}
.sectionBuildingAreaHighlights img {
  display: block;
  width: 100%;
}
.sectionBuildingAreaHighlights h3 {
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sectionBuildingAreaHighlights h3 {
    margin-bottom: 18px;
    margin-top: 34px;
  }
}
@media (min-width: 1200px) {
  .sectionBuildingAreaHighlights h3 {
    margin-top: 0;
  }
}
.sectionBuildingAreaHighlights .wysiwyg ul {
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .sectionBuildingAreaHighlights .wysiwyg ul {
    column-count: 2;
    column-gap: 27px;
  }
}
@media (min-width: 1200px) {
  .sectionBuildingAreaHighlights .wysiwyg ul {
    column-gap: 80px;
  }
}
.sectionBuildingAreaHighlights .wysiwyg ul li {
  margin: 0 0 15px;
  padding-left: 37px;
  break-inside: avoid-column;
}
.sectionBuildingAreaHighlights .wysiwyg ul li::before {
  content: "";
  display: block;
  position: absolute;
  background: #b5131b;
  left: 0;
  width: 1.25rem;
  aspect-ratio: 1;
  mask: var(--icon-check) no-repeat center/contain;
}

.sectionResidentialStudentRentalApartments .blockIntro {
  margin-bottom: 55px;
}

.sectionResidentialIntro .ctaList {
  margin-top: 106px;
  margin-bottom: 150px;
}

.sectionNeighbourhoodsInfo {
  padding-top: 0;
  padding-bottom: 124px;
}
.sectionNeighbourhoodsInfo .flexibleRows__row:first-child {
  margin-top: 54px;
}
.sectionNeighbourhoodsInfo .blockCTA {
  margin-top: 120px;
}

.sectionCommercialIntro {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .sectionCommercialIntro {
    padding-top: 74px;
  }
}
@media (min-width: 1200px) {
  .sectionCommercialIntro {
    padding-bottom: 96px;
    padding-top: 118px;
  }
}
.sectionCommercialIntro__downloadButton {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.18px;
  margin-top: 44px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sectionCommercialIntro__downloadButton {
    margin-top: 34px;
  }
}
.sectionCommercialIntro__downloadButton:before {
  content: "";
  display: block;
  width: 1.25rem;
  aspect-ratio: 1/1;
  mask: var(--icon-book) no-repeat center/contain;
  background: currentColor;
  margin-right: 0.75em;
}
@media (min-width: 768px) {
  .sectionCommercialIntro .wysiwyg h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .sectionCommercialIntro .wysiwyg h2 {
    margin-bottom: 23px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sectionCommercialIntro .blockIntro .btn {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .sectionCommercialIntro .btn {
    padding-left: 37px;
    padding-right: 37px;
  }
}

.sectionCommercialForSale {
  padding-bottom: 57px;
}
@media (min-width: 768px) {
  .sectionCommercialForSale {
    padding-bottom: 100px;
    padding-top: 86px;
  }
}
@media (min-width: 1200px) {
  .sectionCommercialForSale {
    padding-bottom: 108px;
    padding-top: 118px;
  }
}
@media (min-width: 768px) {
  .sectionCommercialForSale h2 {
    margin-bottom: 21px;
  }
}
@media (min-width: 1200px) {
  .sectionCommercialForSale h2 {
    margin-bottom: 24px;
  }
}
.sectionCommercialForSale__btnRow {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .sectionCommercialForSale__btnRow {
    margin-top: 41px;
  }
}
@media (min-width: 1200px) {
  .sectionCommercialForSale__btnRow {
    margin-top: 64px;
  }
}
.sectionCommercialForSale .forSaleScores {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .sectionCommercialForSale .forSaleScores {
    margin-top: 34px;
  }
}
@media (min-width: 1200px) {
  .sectionCommercialForSale .forSaleScores {
    margin-top: 58px;
  }
}

.sectionIntegrity {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .sectionIntegrity {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .sectionIntegrity {
    padding-top: 118px;
  }
}
@media (max-width: 767px) {
  .sectionIntegrity h2 {
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .sectionIntegrity h2 {
    margin-bottom: 23px;
  }
}
.sectionIntegrity .blockIntro .btn {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .sectionIntegrity .blockIntro .btn {
    margin-top: 14px;
  }
}
@media (min-width: 1200px) {
  .sectionIntegrity .blockIntro .btn {
    margin-top: 11px;
  }
}
.sectionIntegrity .ctaList {
  margin-top: 51px;
}
@media (min-width: 768px) {
  .sectionIntegrity .ctaList {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .sectionIntegrity .ctaList {
    margin-top: 106px;
  }
}

.sectionOurHistory {
  padding-bottom: 29px;
  padding-top: 46px;
}
@media (min-width: 768px) {
  .sectionOurHistory {
    padding-bottom: 65px;
    padding-top: 77px;
  }
}
@media (min-width: 1200px) {
  .sectionOurHistory {
    padding-bottom: 107px;
    padding-top: 120px;
  }
}
.sectionOurHistory h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .sectionOurHistory h2 {
    margin-bottom: 12px;
  }
}
.sectionOurHistory__text {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sectionOurHistory__text {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .sectionOurHistory__text {
    column-count: 2;
    column-gap: 82px;
    margin-top: 39px;
  }
}

@media (min-width: 768px) {
  .sectionAboutWhyIntro {
    padding-bottom: 99px;
  }
}
@media (min-width: 1200px) {
  .sectionAboutWhyIntro {
    padding-top: 116px;
    padding-bottom: 146px;
  }
}
@media (min-width: 768px) {
  .sectionAboutWhyIntro h2 {
    margin-bottom: 13px;
  }
}
@media (min-width: 1200px) {
  .sectionAboutWhyIntro h2 {
    margin-bottom: 25px;
  }
}
.sectionAboutWhyIntro .flexibleRows {
  margin-top: 82px;
}
@media (min-width: 768px) {
  .sectionAboutWhyIntro .flexibleRows {
    margin-top: 72px;
  }
}
@media (min-width: 1200px) {
  .sectionAboutWhyIntro .flexibleRows {
    margin-top: 84px;
  }
}
.sectionAboutWhyIntro .flexibleRows h3 {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .sectionAboutWhyIntro .flexibleRows h3 {
    margin-top: 0;
  }
}

.sectionCommunity {
  padding-bottom: 38px;
}
@media (min-width: 768px) {
  .sectionCommunity {
    padding-bottom: 62px;
  }
}
@media (min-width: 1200px) {
  .sectionCommunity {
    padding-bottom: 144px;
    padding-top: 119px;
  }
}
.sectionCommunity .blockIntro {
  max-width: 892px;
}
@media (min-width: 768px) {
  .sectionCommunity .blockIntro h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .sectionCommunity .blockIntro h2 {
    margin-bottom: 25px;
  }
}
.sectionCommunity__logos {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
  position: relative;
}
@media (min-width: 1200px) {
  .sectionCommunity__logos {
    margin-top: 30px;
  }
}
.sectionCommunity__logosItem {
  display: flex;
  justify-content: center;
}
.sectionCommunity__logosItem a {
  display: block;
  max-width: 251px;
}
@media (min-width: 768px) {
  .sectionCommunity__logosItem a {
    max-width: 309px;
  }
}
.sectionCommunity__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 42px;
}
@media (min-width: 768px) {
  .sectionCommunity__content {
    margin-top: 92px;
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .sectionCommunity__content {
    flex-direction: row;
    margin-top: 135px;
    padding: 0;
  }
}
.sectionCommunity__image {
  align-self: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .sectionCommunity__image {
    width: 440px;
  }
}
@media (min-width: 1200px) {
  .sectionCommunity__image {
    width: 550px;
  }
}
.sectionCommunity__image img {
  display: block;
  width: 100%;
}
.sectionCommunity__text {
  align-self: center;
  margin-top: -11px;
}
@media (min-width: 768px) {
  .sectionCommunity__text {
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  .sectionCommunity__text {
    margin-left: 30px;
    margin-top: 0;
    width: 768px;
  }
}
.sectionCommunity__text h3 {
  line-height: 26px;
  margin-top: 44px;
}
@media (min-width: 768px) {
  .sectionCommunity__text h3 {
    margin-bottom: 19px;
    margin-top: 46px;
  }
}
@media (min-width: 1200px) {
  .sectionCommunity__text h3 {
    margin-top: 0;
  }
}
.sectionCommunity .owl-stage {
  display: flex;
}
.sectionCommunity .owl-nav {
  bottom: 85px;
  display: flex;
  height: 0;
  justify-content: space-between;
  left: -20px;
  position: absolute;
  right: -20px;
}
@media (min-width: 768px) {
  .sectionCommunity .owl-nav {
    left: 0;
    right: 0;
  }
}
.sectionCommunity .owl-prev, .sectionCommunity .owl-next {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAA2CAYAAADd0Vm+AAACqUlEQVRYha2YS29NURiGn3OaaE1QU2k6d6n+A5qKf6AS6pqgBggSYULq1gojVTVyN2jSMCTOSGJIGKkRJi6TGpA4Umkqn3xk+dbaa++99n6H7/nWfnJy3netdXaj1WpNA0P8r1PAuPGS1AQOAh/N4lGgvy7AV2APsOj4S4AHwFJvRQJA1AKums9WA2PeikSA6CTwxnx+GNjsrUoE/AS2A/OO1wBuAiu9lQkA0WvgtPFWATe8lYkA0RXgmfG2ADu8yUTAArAb+Gb8a0CvN52jEED0AThkvGXAHaDDm44oCyC6C8wYbwNw3JuMKAYQHQA+Ge9cmZbnAbJafh/o8qYDygOIngITxltTdDMsAiDS8k3eZCKgDQwHWn47r+VFAaJXwBnjScunvMlEgOgy8Nx4Q7GWlwUs6MNsyyeyWl4WgLb8iPGWZ7U8BYD+uKGWH6sLIBoBPhvvPLC+LsCc7rrRllcBoC2fNN5a9yyvChCdAGaNJyEYrAvQ1ujalkuquusAiF7qZc3Vn5bXBRD98hzoqAvQrxF1JREeqQMgkbynEf2rRY3wXB2AMY2mq0mNcOUUDQb2pVmNLlUB3RrFhuPNa2TbdQCmNIquRjWy/5QKkONzq/HkILpkB1MAvYFbxndgpx5IlQBNPQtWGF9uGO+96QSAXBs3Gu+hQoMqA+jTa6Mraet+b9JRUUCX/insdDxp6149eDJVFHAho61PvMmEbyBtPWq8t25bY8oDSFtvBdo67LY1pjyAtLXHeGdtW2OKAbZltLXUO4wsQE/gtiBt3RVqa0whQFN3SdtW2ZbfedM5CgEkMQPGe6Q/dmlZQJ9m3tUXYF/KwzGATr32lW5rTC7gIrDOzF4HHkfWFwYMVGlrHiB0tsolSs7WH3UA5CWHbaucrS+qPhzgNz1sfZzx9ufiAAAAAElFTkSuQmCC");
  height: 54px;
  width: 24px;
}
.sectionCommunity .owl-prev.disabled, .sectionCommunity .owl-next.disabled {
  visibility: hidden;
}
.sectionCommunity .owl-prev {
  transform: rotate(180deg);
}

@media (min-width: 1200px) {
  .sectionCurrentOpening {
    padding-top: 118px;
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .sectionCurrentOpening h2 {
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .sectionCurrentOpening h2 {
    margin-bottom: 23px;
  }
}
.sectionCurrentOpening .careers {
  margin-top: 34px;
}
@media (min-width: 768px) {
  .sectionCurrentOpening .careers {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .sectionCurrentOpening .careers {
    margin-top: 28px;
  }
}

@media (min-width: 1200px) {
  .sectionTeam {
    padding-top: 116px;
    padding-bottom: 116px;
  }
}
.sectionTeam .blockIntro h2 {
  margin-bottom: 13px;
}
@media (min-width: 1200px) {
  .sectionTeam .blockIntro h2 {
    margin-bottom: 25px;
  }
}
.sectionTeam .filterTeamBlog {
  margin-top: 37px;
}
@media (min-width: 768px) {
  .sectionTeam .filterTeamBlog {
    margin-top: 41px;
  }
}
@media (min-width: 1200px) {
  .sectionTeam .filterTeamBlog {
    margin-top: 83px;
  }
}
.sectionTeam__teasers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .sectionTeam__teasers {
    margin-top: 50px;
  }
}
.sectionTeam__teasersSizer, .sectionTeam__teasersItem {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sectionTeam__teasersSizer, .sectionTeam__teasersItem {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .sectionTeam__teasersSizer, .sectionTeam__teasersItem {
    width: 23.5%;
  }
}
.sectionTeam__teasersGutter {
  height: 0;
  width: 0;
}
@media (min-width: 768px) {
  .sectionTeam__teasersGutter {
    width: 4%;
  }
}
@media (min-width: 1200px) {
  .sectionTeam__teasersGutter {
    width: 2%;
  }
}
.sectionTeam__teasersItem {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .sectionTeam__teasersItem {
    margin-bottom: 63px;
  }
}
.sectionTeam__teasers a {
  display: block;
  position: relative;
}
.sectionTeam__teasers a:hover::before {
  background-color: #b5131b;
}
.sectionTeam__teasers a::before {
  background-color: #003652;
  bottom: 0;
  content: "";
  display: block;
  height: 45px;
  position: absolute;
  right: 0;
  transition: 0.3s;
  width: 45px;
}
.sectionTeam__teasers a div::before, .sectionTeam__teasers a div::after {
  background-color: white;
  content: "";
  display: block;
  position: absolute;
}
.sectionTeam__teasers a div::before {
  bottom: 21px;
  height: 3px;
  right: 9px;
  width: 26px;
}
.sectionTeam__teasers a div::after {
  bottom: 9px;
  height: 26px;
  right: 21px;
  width: 3px;
}
.sectionTeam__teasers a img {
  display: block;
  width: 100%;
  aspect-ratio: 320/360;
  object-fit: cover;
}
@media (min-width: 768px) {
  .sectionTeam__teasers a img {
    aspect-ratio: 340/380;
  }
}
@media (min-width: 1200px) {
  .sectionTeam__teasers a img {
    aspect-ratio: 1/1;
  }
}
.sectionTeam__teasers h3 {
  color: #383838;
  margin-top: 13px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sectionTeam__teasers h3 {
    margin-top: 26px;
  }
}
@media (min-width: 1200px) {
  .sectionTeam__teasers h3 {
    margin-top: 30px;
    padding-left: 14px;
  }
}
.sectionTeam__teasers h4 {
  font-weight: 300;
  margin-top: 1px;
}
@media (min-width: 1200px) {
  .sectionTeam__teasers h4 {
    margin-top: 3px;
    padding-left: 14px;
  }
}

.sectionCareerPost {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .sectionCareerPost {
    padding-top: 68px;
  }
}
@media (min-width: 1200px) {
  .sectionCareerPost {
    padding-top: 116px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sectionCareerPost .container {
    padding: 0 60px;
  }
}
.sectionCareerPost__fields {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sectionCareerPost hr {
  background-color: #b5131b;
  border: none;
  height: 4px;
  margin: 22px 0 32px;
  width: 52px;
}
.sectionCareerPost__nav {
  margin-top: 74px;
}

.sectionWorkingAtDistrict {
  padding-bottom: 33px;
}
@media (min-width: 768px) {
  .sectionWorkingAtDistrict {
    padding-bottom: 45px;
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .sectionWorkingAtDistrict {
    padding-top: 100px;
    padding-bottom: 124px;
  }
}
.sectionWorkingAtDistrict__row {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .sectionWorkingAtDistrict__row {
    margin-top: 34px;
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .sectionWorkingAtDistrict__row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .sectionWorkingAtDistrict__img {
    width: 440px;
  }
}
@media (min-width: 1200px) {
  .sectionWorkingAtDistrict__img {
    width: 550px;
  }
}
.sectionWorkingAtDistrict__text {
  margin-top: 23px;
}
@media (min-width: 768px) {
  .sectionWorkingAtDistrict__text {
    margin-top: 43px;
  }
}
@media (min-width: 1200px) {
  .sectionWorkingAtDistrict__text {
    padding-left: 5vw;
    width: 869px;
  }
}
.sectionWorkingAtDistrict h2 {
  text-align: center;
}
.sectionWorkingAtDistrict img {
  width: 100%;
}

@media (max-width: 767px) {
  .sectionBlogList {
    padding-top: 45px;
  }
}
@media (min-width: 1200px) {
  .sectionBlogList {
    padding-top: 118px;
  }
}
.sectionBlogList .filterTeamBlog {
  margin-top: 47px;
}
@media (min-width: 768px) {
  .sectionBlogList .filterTeamBlog {
    margin-top: 31px;
  }
}
@media (min-width: 1200px) {
  .sectionBlogList .filterTeamBlog {
    margin-top: 42px;
  }
}
.sectionBlogList__teasers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 49px;
}
@media (min-width: 768px) {
  .sectionBlogList__teasers {
    margin-top: 54px;
  }
}
.sectionBlogList__teaser, .sectionBlogList__teaserSizer {
  width: 100%;
}
@media (min-width: 768px) {
  .sectionBlogList__teaser, .sectionBlogList__teaserSizer {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .sectionBlogList__teaser, .sectionBlogList__teaserSizer {
    width: 23.5%;
  }
}
@media (min-width: 768px) {
  .sectionBlogList__teaserGutter {
    width: 4%;
  }
}
@media (min-width: 1200px) {
  .sectionBlogList__teaserGutter {
    width: 2%;
  }
}
.sectionBlogList__teaser {
  border: 1px solid #d2d2d2;
  margin-bottom: 30px;
  position: relative;
}
.sectionBlogList__teaser::before {
  background-color: #003652;
  bottom: 0;
  content: "";
  display: block;
  height: 45px;
  position: absolute;
  right: 0;
  transition: 0.3s;
  width: 45px;
}
.sectionBlogList__teaser:hover::before {
  background-color: #b5131b;
}
.sectionBlogList__teaser--hidden {
  display: none;
}
.sectionBlogList__teaser h3 {
  color: #383838;
  font-size: 22px;
  line-height: 26px;
  padding: 30px 50px 40px 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sectionBlogList__teaser h3 {
    padding: 30px 50px 40px 30px;
  }
}
@media (min-width: 1200px) {
  .sectionBlogList__teaser h3 {
    font-size: 25px;
    line-height: 30px;
    padding: 30px 50px 30px 30px;
  }
}
.sectionBlogList__teaser a {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.sectionBlogList__teaser a::before, .sectionBlogList__teaser a::after {
  background-color: white;
  content: "";
  display: block;
  position: absolute;
}
.sectionBlogList__teaser a::before {
  bottom: 21px;
  height: 3px;
  right: 9px;
  width: 26px;
}
.sectionBlogList__teaser a::after {
  bottom: 9px;
  height: 26px;
  right: 21px;
  width: 3px;
}
.sectionBlogList__btnRow {
  margin-top: 30px;
  text-align: center;
}

.sectionBlogPost {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .sectionBlogPost {
    padding-top: 77px;
  }
}
@media (min-width: 1200px) {
  .sectionBlogPost {
    padding-bottom: 98px;
    padding-top: 116px;
  }
}
.sectionBlogPost__nav {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .sectionBlogPost__nav {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .sectionBlogPost__nav {
    margin-top: 56px;
  }
}
@media (min-width: 768px) {
  .sectionBlogPost .wysiwyg {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .sectionBlogPost .wysiwyg {
    padding: 0;
  }
}
.sectionBlogPost .wysiwyg h3 {
  line-height: 26px;
  margin-bottom: 16px;
  margin-top: 18px;
}
@media (min-width: 1200px) {
  .sectionBlogPost .wysiwyg h3 {
    line-height: 35px;
    margin-bottom: 13px;
  }
}
.sectionBlogPost .wysiwyg p {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .sectionResidentialRentalApp {
    padding-top: 45px;
  }
}
@media (min-width: 1200px) {
  .sectionResidentialRentalApp {
    padding-bottom: 122px;
    padding-top: 116px;
  }
}
@media (min-width: 768px) {
  .sectionResidentialRentalApp__content {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .sectionResidentialRentalApp__content {
    padding: 0;
  }
}
.sectionResidentialRentalApp__btnRow {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .sectionResidentialRentalApp__btnRow {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionResidentialRentalApp__btnRow {
    margin-top: 33px;
  }
}
@media (min-width: 1200px) {
  .sectionResidentialRentalApp .btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.sectionFAQ h2 {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .sectionFAQ h2 {
    margin-bottom: 44px;
  }
}
.sectionFAQ__category {
  margin-top: 62px;
}
@media (min-width: 768px) {
  .sectionFAQ__category {
    margin-top: 78px;
  }
}
@media (min-width: 1200px) {
  .sectionFAQ__category {
    margin-top: 97px;
  }
}
.sectionFAQ__accordionHead {
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
  margin-top: 37px;
  outline: none;
  padding: 0 0 9px;
  position: relative;
}
@media (min-width: 768px) {
  .sectionFAQ__accordionHead {
    margin-top: 60px;
    padding: 0 0 12px;
  }
}
@media (min-width: 1200px) {
  .sectionFAQ__accordionHead {
    margin-top: 45px;
    padding: 17px 0 5px;
  }
}
.sectionFAQ__accordionHead::before, .sectionFAQ__accordionHead::after {
  background-color: #003652;
  bottom: 20px;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  width: 26px;
}
.sectionFAQ__accordionHead::after {
  transform: rotate(90deg);
}
.sectionFAQ__accordionHead.ui-accordion-header-active::after {
  transform: rotate(0);
}
.sectionFAQ__accordionContent {
  padding: 13px 10px 0;
}
@media (min-width: 768px) {
  .sectionFAQ__accordionContent {
    padding: 34px 30px 0;
  }
}
@media (min-width: 1200px) {
  .sectionFAQ__accordionContent {
    padding: 35px 20px 0;
  }
}
.sectionFAQ h3 {
  line-height: 26px;
  padding-right: 30px;
  text-transform: uppercase;
}
.sectionFAQ .ui-widget {
  font-family: "Hind", sans-serif;
}
.sectionFAQ .ui-widget .ui-accordion-header {
  background: none;
  border: none;
  border-bottom: 1px solid #dddddd;
  color: #383838;
}
.sectionFAQ .ui-widget .ui-icon {
  display: none;
}
.sectionFAQ .ui-widget .ui-widget-content {
  border: none;
}
.sectionFAQ .ui-widget .ui-helper-reset {
  line-height: 28px;
}

@media (min-width: 1200px) {
  .sectionTenantReviews {
    padding-bottom: 120px;
    padding-top: 118px;
  }
}
@media (min-width: 1200px) {
  .sectionTenantReviews h2 {
    margin-bottom: 24px;
  }
}
.sectionTenantReviews .tenantReviews {
  margin-top: 26px;
}
@media (min-width: 768px) {
  .sectionTenantReviews .tenantReviews {
    margin-top: -8px;
  }
}
@media (min-width: 1200px) {
  .sectionTenantReviews .tenantReviews {
    margin-top: 32px;
  }
}
.sectionTenantReviews .ctaList {
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .sectionTenantReviews .ctaList {
    margin-top: 120px;
  }
}

.sectionResidentialStudentRentalApartments {
  padding-top: 0;
}

.sectionAvailableUnits {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .sectionAvailableUnits {
    padding-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  .sectionAvailableUnits {
    padding-bottom: 54px;
  }
}

.sectionBuildingAreaHighlights {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .sectionBuildingAreaHighlights {
    padding-top: 38px;
  }
}
@media (min-width: 1200px) {
  .sectionBuildingAreaHighlights {
    padding-top: 54px;
  }
}

.blockCTA {
  padding: 45px 0 35px;
  background: url("../images/section-cta-mobile.jpg") no-repeat center;
  background-size: cover;
  color: #ffffff;
  margin-top: 50px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .blockCTA {
    background-image: url("../images/section-cta.jpg");
    padding: 55px 0;
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .blockCTA {
    padding: 115px 0;
    margin-top: 65px;
  }
}
.blockCTA__cols {
  position: relative;
}
@media (min-width: 768px) {
  .blockCTA__cols {
    display: flex;
  }
  .blockCTA__cols:after {
    content: "";
    width: 1px;
    position: absolute;
    left: 44%;
    top: 0;
    bottom: 0;
    background: #cccccc;
  }
}
@media (min-width: 1200px) {
  .blockCTA__cols:after {
    left: 50%;
  }
}
@media (min-width: 768px) {
  .blockCTA__col {
    width: 50%;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blockCTA__col:nth-child(1) {
    width: 44%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blockCTA__col:nth-child(2) {
    width: 56%;
  }
}
.blockCTA__link {
  position: relative;
  display: block;
  color: #ffffff;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .blockCTA__link {
    padding: 20px 0 25px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .blockCTA__link {
    padding: 33px 0 20px;
  }
}
.blockCTA__link--tel {
  padding-left: 65px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .blockCTA__link--tel {
    padding-left: 60px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .blockCTA__link--tel {
    padding-left: 20px;
    margin-bottom: 0;
  }
}
.blockCTA__link--tel:before {
  content: "";
  height: 50px;
  width: 50px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -5px;
  transform: translateY(-50%);
  background: url("../images/icon-tel-white.svg") no-repeat center;
  background-size: contain;
}
@media (min-width: 768px) {
  .blockCTA__link--tel:before {
    height: 60px;
    width: 60px;
    margin-top: -3px;
    left: -5px;
  }
}
@media (min-width: 1200px) {
  .blockCTA__link--tel:before {
    height: 75px;
    width: 46px;
    left: -57px;
  }
}
.blockCTA__link--online {
  padding-left: 65px;
}
@media (min-width: 768px) {
  .blockCTA__link--online {
    padding-left: 90px;
  }
}
@media (min-width: 1200px) {
  .blockCTA__link--online {
    padding-left: 70px;
  }
}
.blockCTA__link--online:before {
  content: "";
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  transform: translateY(-50%);
  background: url("../images/icon-envelop-open-white.svg") no-repeat center;
  background-size: contain;
}
@media (min-width: 768px) {
  .blockCTA__link--online:before {
    height: 60px;
    width: 60px;
    margin-top: -5px;
    left: 10px;
  }
}
@media (min-width: 1200px) {
  .blockCTA__link--online:before {
    height: 75px;
    width: 68px;
    left: -25px;
  }
}
.blockCTA__label {
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .blockCTA__label {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 6px;
  }
}
@media (min-width: 1200px) {
  .blockCTA__label {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.blockCTA__value {
  display: block;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .blockCTA__value {
    font-size: 25px;
    line-height: 26px;
    letter-spacing: 0.75px;
  }
}
@media (min-width: 1200px) {
  .blockCTA__value {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}

.blockIntro {
  margin: 0 auto;
  max-width: 946px;
  text-align: center;
}
@media (min-width: 768px) {
  .blockIntro {
    padding: 0 30px;
  }
  .blockIntro h2 {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 1200px) {
  .blockIntro {
    padding: 0;
  }
  .blockIntro h2 {
    margin-left: 0;
    margin-right: 0;
  }
}
.blockIntro .btn {
  margin-top: 11px;
}
@media (max-width: 767px) {
  body.page-template-residential-tenant-reviews .blockIntro {
    padding: 0 6px;
  }
}

.blockText {
  margin: 0 auto 55px;
  max-width: 946px;
  text-align: center;
}
@media (min-width: 768px) {
  .blockText {
    padding: 0 30px;
    margin-bottom: 85px;
  }
  .blockText h2 {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 1200px) {
  .blockText {
    padding: 0;
  }
  .blockText h2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.ctaList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ctaList > li {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .ctaList > li {
    margin-bottom: 30px;
    width: 47.8813559322%;
  }
}
@media (min-width: 1200px) {
  .ctaList > li {
    margin-bottom: 0;
    width: 32.6315789474%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ctaList > li:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .ctaList--col2 > li {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .ctaList--col2 > li {
    width: 49.4736842105%;
  }
}
.ctaList--col2 > li:last-child {
  margin: 0;
}

.cta {
  background-size: cover;
  color: white;
  display: block;
  height: 220px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cta {
    height: 230px;
  }
}
@media (min-width: 1200px) {
  .cta {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .ctaList--col2 .cta {
    height: 380px;
  }
}
.ctaList--col2 .cta h3 {
  margin-top: 28px;
  width: 73%;
}
@media (min-width: 768px) {
  .ctaList--col2 .cta h3 {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .ctaList--col2 .cta h3 {
    margin-top: 1em;
  }
}
.cta:hover .cta__overlay {
  background-color: rgba(181, 19, 27, 0.8);
}
.cta__overlay {
  background-color: rgba(0, 54, 82, 0.85);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
}
.cta__iconWrap {
  align-items: flex-end;
  display: flex;
  height: 118px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .cta__iconWrap {
    height: 195px;
  }
}
.ctaList--col2 .cta__iconWrap {
  height: 129px;
}
@media (min-width: 1200px) {
  .ctaList--col2 .cta__iconWrap {
    height: 236px;
  }
}
.cta__icon--blog {
  height: 75px;
  width: 57px;
}
@media (min-width: 1200px) {
  .cta__icon--blog {
    height: 127px;
    width: 97px;
  }
}
.cta__icon--directory {
  height: 79px;
  width: 66px;
}
@media (min-width: 1200px) {
  .cta__icon--directory {
    height: 134px;
    width: 112px;
  }
}
.cta__icon--careers {
  height: 82px;
  width: 85px;
}
@media (min-width: 1200px) {
  .cta__icon--careers {
    height: 120px;
    width: 123px;
  }
}
.cta__icon--laptop {
  height: 76px;
  width: 124px;
}
@media (min-width: 1200px) {
  .cta__icon--laptop {
    height: 109px;
    width: 177px;
  }
}
.cta__icon--paper {
  height: 82px;
  width: 64px;
}
@media (min-width: 1200px) {
  .cta__icon--paper {
    height: 117px;
    width: 91px;
  }
}
.cta__icon--phone {
  height: 71px;
  width: 44px;
}
@media (min-width: 1200px) {
  .cta__icon--phone {
    height: 104px;
    width: 65px;
  }
}
.cta__icon--residential {
  height: 105px;
  width: 93px;
}
@media (min-width: 1200px) {
  .cta__icon--residential {
    height: 150px;
    width: 133px;
  }
}
.cta__icon--report {
  height: 79px;
  width: 66px;
}
@media (min-width: 1200px) {
  .cta__icon--report {
    height: 113px;
    width: 95px;
  }
}
.cta__icon--team {
  height: 76px;
  width: 92px;
}
@media (min-width: 1200px) {
  .cta__icon--team {
    height: 118px;
    width: 142px;
  }
}
.cta__icon--why-district {
  height: 87px;
  width: 110px;
}
@media (min-width: 1200px) {
  .cta__icon--why-district {
    height: 122px;
    width: 154px;
  }
}
.cta h3 {
  line-height: 22px;
  margin-left: auto;
  margin-top: 23px;
  margin-right: auto;
  width: 65%;
}
@media (min-width: 768px) {
  .cta h3 {
    line-height: 26px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .cta h3 {
    line-height: 30px;
    margin-top: 1em;
  }
}

.careers {
  margin: 0 -30px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .careers {
    margin: 0;
  }
}
.careers__row {
  border-bottom: 1px solid #dddddd;
  display: flex;
  line-height: 30px;
  padding: 22px 0;
}
.careers__row--thead {
  color: #888888;
  font-size: 16px;
  letter-spacing: 0.64px;
  padding: 12px 0;
  text-transform: uppercase;
}
.careers__row:last-child {
  border-bottom-width: 3px;
}
.careers__col {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .careers__col {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .careers__col {
    padding: 0 30px;
  }
}
.careers__col--position {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .careers__col--position {
    min-width: 238px;
  }
}
.careers__col--division {
  display: none;
}
@media (min-width: 768px) {
  .careers__col--division {
    display: block;
    min-width: 160px;
    max-width: 160px;
    width: 320px;
  }
}
@media (min-width: 1200px) {
  .careers__col--division {
    max-width: 320px;
  }
}
.careers__col--term {
  display: none;
}
@media (min-width: 768px) {
  .careers__col--term {
    display: block;
    min-width: 205px;
    max-width: 205px;
    width: 380px;
  }
}
@media (min-width: 768px) {
  .careers__col--term {
    max-width: 380px;
  }
}
.careers__col--location {
  display: none;
}
@media (min-width: 768px) {
  .careers__col--location {
    display: block;
    width: 170px;
  }
}
.careers a {
  color: #003652;
  font-weight: 600;
}

.staff {
  margin: 30px -30px 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .staff {
    margin-left: 0;
    margin-right: 0;
  }
}
.staff__row {
  border-bottom: 1px solid #dddddd;
  display: flex;
  line-height: 30px;
  padding: 22px 0;
}
.staff__row--thead {
  color: #888888;
  font-size: 16px;
  letter-spacing: 0.64px;
  padding: 12px 0;
  text-transform: uppercase;
}
.staff__row:last-child {
  border-bottom-width: 3px;
}
.staff__col {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .staff__col {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .staff__col {
    padding: 0 30px;
  }
}
.staff__col--name {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .staff__col--name {
    width: 40%;
  }
}
.staff__col--title {
  display: none;
}
@media (min-width: 768px) {
  .staff__col--title {
    display: block;
    min-width: 160px;
    width: 40%;
  }
}
.staff__col--ext {
  display: none;
}
@media (min-width: 768px) {
  .staff__col--ext {
    display: block;
    min-width: 100px;
    max-width: 100px;
    width: 20%;
  }
}
.staff a {
  color: #003652;
  font-weight: 600;
}

.reviews article {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .reviews article {
    padding: 0 100px;
  }
}
@media (min-width: 1200px) {
  .reviews article {
    padding: 0 32px;
  }
}
.reviews hr {
  background-color: #b5131b;
  border: none;
  display: block;
  height: 5px;
  margin: 29px 0 24px;
  width: 50px;
}
@media (min-width: 1200px) {
  .reviews hr {
    margin: 24px;
  }
}
.reviews .review__name {
  text-transform: uppercase;
}
.reviews img {
  border-radius: 50%;
  display: block;
  margin-top: 24px;
}
.reviews .owl-stage {
  align-items: stretch;
  display: flex;
}
.reviews .owl-nav {
  bottom: 77px;
  display: flex;
  height: 0;
  justify-content: space-between;
  left: 5px;
  position: absolute;
  right: 5px;
}
@media (min-width: 768px) {
  .reviews .owl-nav {
    bottom: 178px;
    left: 0;
    right: 0;
  }
}
.reviews .owl-prev, .reviews .owl-next {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAA2CAYAAADd0Vm+AAACqUlEQVRYha2YS29NURiGn3OaaE1QU2k6d6n+A5qKf6AS6pqgBggSYULq1gojVTVyN2jSMCTOSGJIGKkRJi6TGpA4Umkqn3xk+dbaa++99n6H7/nWfnJy3netdXaj1WpNA0P8r1PAuPGS1AQOAh/N4lGgvy7AV2APsOj4S4AHwFJvRQJA1AKums9WA2PeikSA6CTwxnx+GNjsrUoE/AS2A/OO1wBuAiu9lQkA0WvgtPFWATe8lYkA0RXgmfG2ADu8yUTAArAb+Gb8a0CvN52jEED0AThkvGXAHaDDm44oCyC6C8wYbwNw3JuMKAYQHQA+Ge9cmZbnAbJafh/o8qYDygOIngITxltTdDMsAiDS8k3eZCKgDQwHWn47r+VFAaJXwBnjScunvMlEgOgy8Nx4Q7GWlwUs6MNsyyeyWl4WgLb8iPGWZ7U8BYD+uKGWH6sLIBoBPhvvPLC+LsCc7rrRllcBoC2fNN5a9yyvChCdAGaNJyEYrAvQ1ujalkuquusAiF7qZc3Vn5bXBRD98hzoqAvQrxF1JREeqQMgkbynEf2rRY3wXB2AMY2mq0mNcOUUDQb2pVmNLlUB3RrFhuPNa2TbdQCmNIquRjWy/5QKkONzq/HkILpkB1MAvYFbxndgpx5IlQBNPQtWGF9uGO+96QSAXBs3Gu+hQoMqA+jTa6Mraet+b9JRUUCX/insdDxp6149eDJVFHAho61PvMmEbyBtPWq8t25bY8oDSFtvBdo67LY1pjyAtLXHeGdtW2OKAbZltLXUO4wsQE/gtiBt3RVqa0whQFN3SdtW2ZbfedM5CgEkMQPGe6Q/dmlZQJ9m3tUXYF/KwzGATr32lW5rTC7gIrDOzF4HHkfWFwYMVGlrHiB0tsolSs7WH3UA5CWHbaucrS+qPhzgNz1sfZzx9ufiAAAAAElFTkSuQmCC");
  height: 54px;
  width: 24px;
}
.reviews .owl-prev.disabled, .reviews .owl-next.disabled {
  visibility: hidden;
}
.reviews .owl-prev {
  transform: rotate(180deg);
}

.singlePostNav {
  display: flex;
  justify-content: center;
}
.singlePostNav ul {
  display: inline-flex;
  font-weight: 400;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
body.single-career .singlePostNav__item {
  margin-left: 30px;
}
body.single-career .singlePostNav__item--prev {
  left: -110px;
}
@media (min-width: 768px) {
  body.single-career .singlePostNav__item--prev {
    left: -208px;
  }
}
body.single-career .singlePostNav__item--next {
  right: -80px;
}
@media (min-width: 768px) {
  body.single-career .singlePostNav__item--next {
    right: -179px;
  }
}
body.single-blogs .singlePostNav__item {
  margin-left: 25px;
}
@media (min-width: 768px) {
  body.single-blogs .singlePostNav__item {
    margin-left: 0;
  }
}
body.single-blogs .singlePostNav__item--prev {
  left: -118px;
}
@media (min-width: 768px) {
  body.single-blogs .singlePostNav__item--prev {
    left: -200px;
  }
}
body.single-blogs .singlePostNav__item--next {
  right: -95px;
}
@media (min-width: 768px) {
  body.single-blogs .singlePostNav__item--next {
    right: -182px;
  }
}
.singlePostNav__item--prev, .singlePostNav__item--next {
  position: absolute;
  margin-left: 0;
}
.singlePostNav__item--prev a, .singlePostNav__item--next a {
  position: relative;
}
.singlePostNav__item--prev a::before, .singlePostNav__item--next a::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAYAAADESFVDAAAA10lEQVQokXXSO0qDURCG4ScmsRXUztZCN5AmIGKjaOdlBWKpZiGxkAQRV+Cl00q87cO4CF1ARCaM8pP/+DUznHmZM/Od09DZVdAsHrGOi5l6faJhAq84KUGnOMIH9jCehjZxhi/s4DMOq9AKbjI/wPtvoZVxHg+YixnwVG0fndq4wzKuMJgeMqBzbOANx7U1EvrOvFmrVqBY+QVrYdx/0Dj9CF8O0StBofBlO2MfWyUoNMJ+5tdYLUGh57wu/LrHQgkKxeNepm+38SOalv66VhWOdyf+sfgDYpEizZqTkyQAAAAASUVORK5CYII=") center center no-repeat;
  content: "";
  display: block;
  height: 80%;
  position: absolute;
  top: 1px;
  width: 9px;
}
.singlePostNav__item--prev {
  left: -100px;
}
@media (min-width: 768px) {
  .singlePostNav__item--prev {
    left: -200px;
  }
}
.singlePostNav__item--prev a {
  padding-left: 20px;
}
.singlePostNav__item--prev a::before {
  left: 0;
}
.singlePostNav__item--next {
  right: -80px;
}
@media (min-width: 768px) {
  .singlePostNav__item--next {
    right: -180px;
  }
}
.singlePostNav__item--next a {
  padding-right: 20px;
}
.singlePostNav__item--next a::before {
  right: 0;
  transform: rotate(180deg);
}
.singlePostNav span {
  display: none;
}
@media (min-width: 768px) {
  .singlePostNav span {
    display: inline;
  }
}

.popupTeamBio {
  background: white;
  overflow: visible;
  padding: 0;
  width: 92.1052631579%;
  z-index: 2000;
}
@media (min-width: 768px) {
  .popupTeamBio {
    width: 84.375%;
  }
}
@media (min-width: 1200px) {
  .popupTeamBio {
    width: 1180px;
  }
}
.popupTeamBio__content {
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  overflow: auto;
  padding: 16px 15px;
}
@media (min-width: 768px) {
  .popupTeamBio__content {
    padding: 36px;
  }
}
@media (min-width: 1200px) {
  .popupTeamBio__content {
    flex-direction: row;
    padding: 56px 62px;
  }
}
.popupTeamBio__img {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .popupTeamBio__img {
    width: 360px;
  }
}
@media (min-width: 1200px) {
  .popupTeamBio__img {
    width: 400px;
  }
}
.popupTeamBio__img img {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .popupTeamBio__text {
    margin-left: 65px;
  }
}
.popupTeamBio__text h3 {
  margin-top: 1em;
  text-transform: uppercase;
}
.popupTeamBio__text h4 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
.popupTeamBio .fancybox-button {
  background-image: url("../images/icon-close-popup--white.svg");
  height: 100px;
  right: -30px;
  top: -80px;
  width: 100px;
}
@media (min-width: 768px) {
  .popupTeamBio .fancybox-button {
    background-image: url("../images/icon-close-popup.svg");
    right: 0;
    top: 0;
  }
}

.flexibleRows__row {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .flexibleRows__row {
    flex-direction: row;
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .flexibleRows__row {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .flexibleRows__row:first-child {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .flexibleRows__row--reverse {
    flex-direction: row-reverse;
  }
}
.flexibleRows__row--mt50 {
  margin-top: 50px;
}
.flexibleRows__row--reverse .flexibleRows__img {
  width: 100%;
}
@media (min-width: 768px) {
  .flexibleRows__row--reverse .flexibleRows__img {
    margin: 0 0 0 30px;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .flexibleRows__row--reverse .flexibleRows__img {
    margin: 0 0 0 132px;
    width: 560px;
  }
}
@media (min-width: 768px) {
  .flexibleRows__row--reverse .flexibleRows__text {
    text-align: right;
  }
}
.flexibleRows__img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .flexibleRows__img {
    margin: 0 30px 0 0;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .flexibleRows__img {
    margin: 0 104px 0 0;
    width: 550px;
  }
}
@media (min-width: 768px) {
  .flexibleRows__text {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .flexibleRows__text {
    width: 456px;
  }
}
.flexibleRows img {
  display: block;
  width: 100%;
}
.flexibleRows h3 {
  font-weight: 500;
  text-transform: uppercase;
}
.flexibleRows__btnRow {
  margin-top: 60px;
  text-align: center;
}

.tenantReviews {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .tenantReviews__gutterSizer {
    width: 4.2372881356%;
  }
}
@media (min-width: 1200px) {
  .tenantReviews__gutterSizer {
    width: 1.0526315789%;
  }
}
.tenantReviews article {
  align-items: center;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 34px 0 42px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .tenantReviews article {
    margin-top: 4.2372881356%;
    padding: 34px 0;
    width: 47.8813559322%;
  }
}
@media (min-width: 1200px) {
  .tenantReviews article {
    margin-top: 1.1695906433%;
    padding: 60px 0;
    width: 32.6315789474%;
  }
}
.tenantReviews q {
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
  width: 86.5625%;
}
@media (min-width: 768px) {
  .tenantReviews q {
    width: 81.7109144543%;
  }
}
@media (min-width: 1200px) {
  .tenantReviews q {
    width: 73.1182795699%;
  }
}
.tenantReviews hr {
  background-color: #b5131b;
  border: none;
  display: block;
  height: 5px;
  margin: 29px 0 24px;
  width: 50px;
}
@media (min-width: 1200px) {
  .tenantReviews hr {
    margin: 24px;
  }
}
.tenantReviews__title {
  text-transform: uppercase;
}

.blockLocations {
  margin-top: 50px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .blockLocations {
    margin-top: 75px;
  }
}
@media (min-width: 1200px) {
  .blockLocations {
    margin-top: 55px;
  }
}

.forSaleScores {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.forSaleScores article {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .forSaleScores article {
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .forSaleScores article {
    width: 33%;
  }
  .forSaleScores article:not(:first-child)::before {
    background-color: #ccc;
    content: "";
    display: block;
    height: 132px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 1px;
  }
}
.forSaleScores article:not(:first-child) {
  margin-top: 34px;
}
@media (min-width: 768px) {
  .forSaleScores article:not(:first-child) {
    margin-top: 39px;
  }
}
@media (min-width: 1200px) {
  .forSaleScores article:not(:first-child) {
    margin-top: 0;
  }
}
.forSaleScores b {
  color: #003652;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .forSaleScores b {
    margin-right: 34px;
    text-align: right;
    width: 33.4745762712%;
  }
}
@media (min-width: 768px) {
  .forSaleScores b {
    font-size: 80px;
  }
}
.forSaleScores span {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .forSaleScores span {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .forSaleScores span {
    margin-top: 12px;
  }
}
.forSaleScores div {
  text-align: center;
}
@media (min-width: 1200px) {
  .forSaleScores div {
    margin-top: 5px;
  }
}

.filterTeamBlog {
  display: flex;
  font-size: 18px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .filterTeamBlog {
    font-size: 20px;
  }
}
.filterTeamBlog__view {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .filterTeamBlog__view {
    display: none;
  }
}
.filterTeamBlog__select {
  position: relative;
}
.filterTeamBlog__choose {
  border-bottom: 2px solid #666666;
  height: 100%;
  margin-left: 30px;
  padding-right: 20px;
  position: relative;
  min-width: 183px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .filterTeamBlog__choose {
    display: none;
  }
}
.filterTeamBlog__choose::after {
  border-bottom: 9px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #666666;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
}
.filterTeamBlog__list {
  background-color: white;
  border: 1px solid #666666;
  box-shadow: 0 0 10px #666666;
  display: none;
  flex-direction: column;
  font-weight: 300;
  letter-spacing: 0.18px;
  line-height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
@media (min-width: 1200px) {
  .filterTeamBlog__list {
    background-color: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    font-weight: 400;
    justify-content: center;
    letter-spacing: 0.2px;
    position: relative;
    top: 0;
  }
}
.filterTeamBlog__list--show {
  display: flex;
}
.filterTeamBlog__list li {
  padding: 5px 20px;
}
@media (min-width: 1200px) {
  .filterTeamBlog__list li {
    margin: 0 33px;
    padding: 0;
  }
  .filterTeamBlog__list li:last-child {
    margin: 0 32px;
  }
}
.filterTeamBlog__link {
  color: #003652;
  display: block;
}
@media (min-width: 1200px) {
  .filterTeamBlog__link {
    padding: 0;
  }
}
.filterTeamBlog__link--active {
  color: #b5131b;
  border-bottom: 3px solid #b5131b;
}

.propertyReviews {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .propertyReviews {
    flex-direction: row;
    margin-top: 60px;
    gap: 10%;
  }
}

.propertyReview {
  text-align: center;
  flex: 1;
  letter-spacing: 0.02em;
}
.propertyReview__header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  gap: 30px;
}
.propertyReview__avatar {
  border-radius: 100%;
  width: 84px;
  height: 84px;
  object-fit: cover;
}
.propertyReview__name {
  font-weight: 600;
  color: #1f3f59;
  font-size: 23px;
}
.propertyReview__rating {
  width: 95px;
  height: 16px;
  margin-top: 5px;
}
.propertyReview__ratingStars {
  height: 16px;
  background: url("../images/stars.png") no-repeat left center;
}
.propertyReview__content {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  margin-top: 70px;
}
.propertyReview__content:before {
  content: "";
  width: 50px;
  height: 6px;
  background: #9c463a;
  position: absolute;
  top: -35px;
  left: 50%;
  translate: -50% -50%;
}

body.page-template-home .siteHeader {
  background-color: #003652;
}
body.page-template-home #main {
  padding-top: 80px;
}
@media (min-width: 768px) {
  body.page-template-home #main {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home #main {
    padding-top: 130px;
  }
}

.sectionHomeHero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  position: relative;
  padding: 0;
}
.sectionHomeHero__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 80px;
}
@media (min-width: 768px) {
  .sectionHomeHero__overlay {
    top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero__overlay {
    top: 130px;
  }
}
.sectionHomeHero h1 {
  margin-top: 69px;
  text-align: center;
}
@media (min-width: 768px) {
  .sectionHomeHero h1 {
    margin-top: 0;
  }
}
.sectionHomeHero__content {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .sectionHomeHero__content {
    flex-direction: row;
    height: 300px;
    margin-top: 85px;
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero__content {
    margin-top: 69px;
  }
}
.sectionHomeHero__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .sectionHomeHero__item {
    width: 50%;
  }
}
.sectionHomeHero__item:first-child {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .sectionHomeHero__item:first-child {
    border-right: 1px solid #cccccc;
    margin-bottom: 0;
    padding-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero__item:first-child {
    padding-bottom: 40px;
  }
}
.sectionHomeHero__icon--residential {
  height: 90px;
  width: 80px;
}
@media (min-width: 768px) {
  .sectionHomeHero__icon--residential {
    height: 113px;
    width: 100px;
  }
}
.sectionHomeHero__icon--commercial {
  height: 103px;
  width: 99px;
}
@media (min-width: 768px) {
  .sectionHomeHero__icon--commercial {
    height: 129px;
    width: 124px;
  }
}
.sectionHomeHero h3 {
  margin: 24px 0 10px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sectionHomeHero h3 {
    line-height: 26px;
    margin: 24px 0 26px;
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero h3 {
    margin: 20px 0 23px;
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sectionHomeHero h3 {
    font-size: 20px;
  }
}
.sectionHomeHero__grid {
  display: flex;
  flex-wrap: wrap;
}
.sectionHomeHero__videoBlock {
  display: none;
  position: relative;
  padding-bottom: 65.79%;
  background: url("../video/poster.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sectionHomeHero__videoBlock {
    display: block;
    padding-bottom: 56.25vw;
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero__videoBlock {
    width: 50%;
    padding-bottom: 45.31vw;
  }
}
.sectionHomeHero__videoBlock video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.sectionHomeHero__smallBlocks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .sectionHomeHero__smallBlocks {
    width: 50%;
  }
}
.sectionHomeHero__smallBlock {
  overflow: hidden;
}
.sectionHomeHero__smallBlock .bgImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
  transition: scale 0.3s;
}
@media (min-width: 1200px) {
  .sectionHomeHero__smallBlock .content {
    background: transparent;
    transition: background 0.3s;
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero__smallBlock:hover .bgImage {
    scale: 1.1;
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero__smallBlock:hover .content {
    background: rgba(0, 54, 82, 0.65);
  }
}
.sectionHomeHero__imageBlock {
  position: relative;
  display: none;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .sectionHomeHero__imageBlock {
    display: block;
    width: 50%;
    height: 22.66vw;
  }
}
.sectionHomeHero__ctaBlock {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sectionHomeHero__apartmentsBlock {
  position: relative;
  width: 100%;
  padding-bottom: 88%;
}
@media (min-width: 768px) {
  .sectionHomeHero__apartmentsBlock {
    width: 50%;
    padding-bottom: 44%;
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero__apartmentsBlock {
    padding-bottom: 0;
  }
}
.sectionHomeHero__commercialBlock {
  position: relative;
  width: 100%;
  padding-bottom: 88%;
}
@media (min-width: 768px) {
  .sectionHomeHero__commercialBlock {
    width: 50%;
    padding-bottom: 44%;
  }
}
@media (min-width: 1200px) {
  .sectionHomeHero__commercialBlock {
    padding-bottom: 0;
  }
}
.sectionHomeHero .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.sectionHomeHero .content .btn {
  position: relative;
  z-index: 50;
}
.sectionHomeHero .lnk--overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.sectionHomeIntro {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .sectionHomeIntro {
    padding: 74px 0;
  }
}
@media (min-width: 1200px) {
  .sectionHomeIntro {
    padding: 128px 0;
  }
}
.sectionHomeIntro h2 {
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .sectionHomeIntro h2 {
    margin-bottom: 26px;
  }
}

@media (min-width: 1200px) {
  .sectionHomeWhyDistrict {
    padding-bottom: 120px;
  }
}
.sectionHomeWhyDistrict h2 {
  text-align: center;
}
.sectionHomeWhyDistrict .flexibleRows {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .sectionHomeWhyDistrict .flexibleRows {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .sectionHomeWhyDistrict .flexibleRows {
    margin-top: 68px;
  }
}
.sectionHomeWhyDistrict .flexibleRows__btnRow {
  margin-top: 30px;
  padding: 0 34px;
}
@media (min-width: 768px) {
  .sectionHomeWhyDistrict .flexibleRows__btnRow {
    margin-top: 76px;
  }
}
@media (min-width: 1200px) {
  .sectionHomeWhyDistrict .flexibleRows__btnRow {
    margin-top: 83px;
  }
}

.sectionHomeCtaBar {
  background: #000000;
  color: white;
  padding-bottom: 13px;
  position: relative;
}
@media (min-width: 768px) {
  .sectionHomeCtaBar {
    padding-bottom: 96px;
    padding-top: 104px;
  }
}
@media (min-width: 1200px) {
  .sectionHomeCtaBar {
    padding-bottom: 111px;
    padding-top: 113px;
  }
}
.sectionHomeCtaBar__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
.sectionHomeCtaBar::before {
  background-color: rgba(0, 54, 82, 0.85);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.sectionHomeCtaBar__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 30;
}
@media (min-width: 768px) {
  .sectionHomeCtaBar__content {
    flex-direction: row;
    height: 300px;
  }
}
.sectionHomeCtaBar__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .sectionHomeCtaBar__item {
    width: 50%;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .sectionHomeCtaBar__item {
    padding-bottom: 40px;
  }
}
.sectionHomeCtaBar__item:first-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sectionHomeCtaBar__item:first-child {
    border-right: 1px solid #cccccc;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .sectionHomeCtaBar__item:first-child {
    padding-bottom: 40px;
  }
}
.sectionHomeCtaBar__icon--residential {
  height: 90px;
  width: 80px;
}
@media (min-width: 768px) {
  .sectionHomeCtaBar__icon--residential {
    height: 113px;
    width: 100px;
  }
}
.sectionHomeCtaBar__icon--commercial {
  height: 103px;
  width: 99px;
}
@media (min-width: 1200px) {
  .sectionHomeCtaBar__icon--commercial {
    height: 129px;
    width: 124px;
  }
}
.sectionHomeCtaBar h3 {
  margin: 23px 0 9px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sectionHomeCtaBar h3 {
    margin: 20px 0 23px;
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .sectionHomeCtaBar h3 {
    padding: 0;
  }
}

.sectionPromo {
  color: #ffffff;
  position: relative;
  padding: 0;
}
.sectionPromo__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sectionPromo__inner {
  position: relative;
  text-align: center;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .sectionPromo__inner {
    padding: 76px 0;
  }
}
@media (min-width: 1200px) {
  .sectionPromo__inner {
    padding: 130px 0;
  }
}
.sectionPromo .container {
  max-width: 690px;
}
.sectionPromo__logo {
  margin-bottom: 45px;
  max-width: 220px;
}
.sectionPromo__buttons {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sectionPromo__buttons {
    margin-top: 45px;
  }
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.ui-slider {
  position: relative;
  text-align: center;
  background: #ffffff;
  color: #333333;
  border-radius: 2px;
}
.ui-slider:before, .ui-slider:after {
  content: "$";
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.ui-slider:before {
  left: -30px;
}
.ui-slider:after {
  right: -30px;
}

.ui-slider-horizontal {
  height: 4px;
}

.ui-slider-handle {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #ffffff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  outline: none;
}

.ui-slider-range {
  background: #003652;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  border: none;
}

.popup {
  width: 100%;
  max-width: 600px;
  padding: 15px 15px 15px;
  overflow: visible;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .popup {
    padding: 60px 55px;
  }
}
.popup__btnClose {
  position: absolute;
  bottom: 100%;
  right: -10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  outline: none;
  background: transparent;
  border: none;
  color: #ffffff;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg fill='currentColor' fill-rule='evenodd' xmlns='http://www.w3.org/2000/svg' width='20' viewBox='0 0 13.56 13.56'%3E%3Cpath d='M1140.64,1174.22l12.14,12.14-1.42,1.42-12.14-12.14Z' transform='translate(-1139.22 -1174.22)'/%3E%3Cpath d='M1151.36,1174.22l-12.14,12.14,1.42,1.42,12.14-12.14Z' transform='translate(-1139.22 -1174.22)'/%3E%3C/svg%3E") no-repeat center;
}
.popup p:has(.btn) {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .popup p:has(.btn) {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .popup p:has(.btn) {
    margin-top: 30px;
  }
}
.popup .gform_wrapper {
  text-align: left;
}

.popup--apartmentGallery .fancybox-slide {
  padding: 0;
}
.popup--apartmentGallery .fancybox-content {
  width: 80%;
  max-width: 1200px;
  padding: 0;
}
.popup--apartmentGallery .fancybox-content img {
  width: 100%;
}

.popup--unit {
  width: 100%;
  max-width: 1180px;
  padding: 15px 15px 15px;
}
@media (min-width: 768px) {
  .popup--unit {
    padding: 60px 68px 35px;
  }
}
.popup--unit .tabs {
  border: none;
  border-radius: 0;
}
.popup--unit .tabs .ui-tabs-nav {
  display: flex;
  border: none;
  background: transparent;
  color: #999999;
  font-size: 16px;
  letter-spacing: 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .popup--unit .tabs .ui-tabs-nav {
    font-size: 25px;
    margin-bottom: 40px;
  }
}
.popup--unit .tabs .ui-tabs-nav li {
  border: none;
  border-radius: 0;
  line-height: 40px;
  margin-right: 20px;
  border-bottom: 3px solid transparent;
  outline: none;
  background: transparent no-repeat left center;
}
@media (min-width: 768px) {
  .popup--unit .tabs .ui-tabs-nav li {
    line-height: 62px;
    margin-right: 45px;
  }
}
.popup--unit .tabs .ui-tabs-nav li a {
  display: block;
  outline: none;
  color: #999999;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .popup--unit .tabs .ui-tabs-nav li a {
    padding-left: 58px;
  }
}
.popup--unit .tabs .ui-tabs-nav li.galleryTab {
  background-image: url("../images/icon-image-grey.svg");
  background-size: 22px auto;
}
@media (min-width: 768px) {
  .popup--unit .tabs .ui-tabs-nav li.galleryTab {
    background-size: 42px auto;
  }
}
.popup--unit .tabs .ui-tabs-nav li.tourTab {
  background-image: url("../images/icon-tour-grey.svg");
  background-size: 22px auto;
}
@media (min-width: 768px) {
  .popup--unit .tabs .ui-tabs-nav li.tourTab {
    background-size: 42px auto;
  }
}
.popup--unit .tabs .ui-tabs-nav li.ui-state-active {
  border-bottom-color: #b5131b;
}
.popup--unit .tabs .ui-tabs-nav li.ui-state-active a {
  color: #383838;
}
.popup--unit .tabs .ui-tabs-nav li.ui-state-active.galleryTab {
  background-image: url("../images/icon-image-black.svg");
}
.popup--unit .tabs .ui-tabs-nav li.ui-state-active.tourTab {
  background-image: url("../images/icon-tour-black.svg");
}
.popup--unit .tabs .ui-tabs-panel {
  border: none;
  border-radius: 0;
}
.popup--unit .propertyGallery {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.popup--unit [style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
.popup--unit [style*="--aspect-ratio"] > img {
  height: auto;
}
@supports (--custom:property) {
  .popup--unit [style*="--aspect-ratio"] {
    position: relative;
  }
  .popup--unit [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  .popup--unit [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

.fancybox-close-small {
  width: 30px;
  height: 30px;
  background: url("../images/icon-close-popup.svg") no-repeat center;
  background-size: 20px auto;
}
@media (min-width: 768px) {
  .fancybox-close-small {
    width: 84px;
    height: 84px;
    background-size: 40px auto;
  }
}
.fancybox-close-small svg {
  display: none;
}

.rentalsAvailablePopup {
  padding: 0;
  max-width: 845px;
  width: 100%;
}
.rentalsAvailablePopup__text {
  text-align: center;
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .rentalsAvailablePopup__text {
    padding: 50px 50px 60px;
  }
}
.rentalsAvailablePopup__title {
  color: #003652;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .rentalsAvailablePopup__title {
    margin-bottom: 50px;
  }
}
.rentalsAvailablePopup__image {
  width: 100%;
}
.rentalsAvailablePopup .btn {
  outline: none;
}

.iframePopup {
  padding: 30px;
}
@media (min-width: 768px) {
  .iframePopup {
    padding: 60px 55px;
  }
}

.gform_wrapper .validation_error {
  color: red;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
.gform_wrapper .gform_fields {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.gform_wrapper .gfield {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .gform_wrapper .gfield {
    width: 48%;
    margin-bottom: 30px;
  }
}
.gform_wrapper .gfield:before,
.gform_wrapper .gfield li:before {
  display: none;
}
.gform_wrapper .gfield_html {
  margin-bottom: 10px;
}
.gform_wrapper .gfield input[type=text],
.gform_wrapper .gfield input[type=tel],
.gform_wrapper .gfield input[type=email] {
  width: 100%;
  height: 28px;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
  outline: none;
  background: #eee;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .gform_wrapper .gfield input[type=text],
  .gform_wrapper .gfield input[type=tel],
  .gform_wrapper .gfield input[type=email] {
    height: 36px;
  }
}
.gform_wrapper .gfield select {
  height: 36px;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 35px;
  outline: none;
  width: 100%;
  background: #eee;
}
.gform_wrapper .gfield textarea {
  height: 100px;
  border: 2px solid #ccc;
  font-size: 16px;
  width: 100%;
  outline: none;
  padding: 10px;
  background: #eee;
}
.gform_wrapper .gfield .validation_message {
  top: 100%;
  right: 0;
  font-size: 14px;
  color: red;
}
.gform_wrapper .gfield--width100, .gform_wrapper .gfield.gform_validation_container {
  width: 100%;
}
.gform_wrapper .gfield.gform_validation_container {
  display: none;
}
.gform_wrapper .gfield .ginput_complex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gform_wrapper .gfield .ginput_complex span {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gform_wrapper .gfield .ginput_complex span {
    width: 48%;
    margin-bottom: 30px;
  }
}
.gform_wrapper .gfield .ginput_complex .gf_clear_complex {
  display: none;
}
.gform_wrapper .gfield--hideAsterisk .gfield_required {
  display: none;
}
.gform_wrapper .gfield--hiddenLabel .gfield_label {
  display: none;
}
.gform_wrapper .gfield_label {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
@media (min-width: 768px) {
  .gform_wrapper .gfield_label {
    font-size: 20px;
    line-height: 30px;
  }
}
.gform_wrapper .ginput_container {
  position: relative;
}
.gform_wrapper .ginput_container_select {
  position: relative;
}
.gform_wrapper .ginput_container_select:after {
  /*
  content: "";
  border: solid transparent;
  border-width: 9px 7px 0 7px;
  border-top-color: #666666;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  */
}
.gform_wrapper .ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.gform_wrapper .ginput_container_consent {
  display: flex;
  align-items: baseline;
}
.gform_wrapper .ginput_container_consent input[type=checkbox] {
  margin-right: 15px;
}
.gform_wrapper .gfield_radio {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.gform_wrapper .gfield_radio li {
  display: flex;
  align-items: flex-start;
}
.gform_wrapper .gfield_radio li input {
  margin-right: 20px;
  margin-top: 5px;
}
.gform_wrapper .gform_button {
  display: inline-block;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 25px;
  font-size: 20px;
  letter-spacing: 0.2px;
  color: #003652;
  border: 1px solid #003652;
  background: #ffffff;
  font-weight: 400;
  transition: background 0.3s, color 0.3s;
  outline: none;
}
.gform_wrapper .gform_button:hover {
  background: #003652;
  color: #ffffff;
}
.gform_wrapper .button {
  display: inline-block;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 25px;
  font-size: 20px;
  letter-spacing: 0.2px;
  background: #003652;
  color: #ffffff;
  border: 1px solid #003652;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
}
.gform_wrapper .button:hover {
  background: transparent;
  color: #003652;
}

.gform_delete {
  width: auto;
}

.wpcf7 span.wpcf7-not-valid-tip {
  text-align: right;
  font-size: 14px;
  color: red;
}
.wpcf7 .wpcf7-response-output {
  text-align: center;
  margin: 0;
  padding: 0;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ok {
  border: none;
}
.wpcf7 div.wpcf7-validation-errors {
  color: red;
}
.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

/*# sourceMappingURL=primary.css.map */
