.atp-d-none {
  display: none !important;
}
.scale-effect {
  transform: scale(1.3);
  will-change: transform;
}
.grow-in {
  opacity: 0;
  transform: scale(0.8);
  -webkit-clip-path: inset(20% 20% 20% 20%);
  clip-path: inset(20% 20% 20% 20%);
  will-change: transform, opacity, clip-path;
}
.slide-in-children > * {
  opacity: 0;
  transform: translateX(50px);
  will-change: transform, opacity;
}
.line-in {
  visibility: hidden;
}
.fade-in {
  opacity: 0;
  will-change: opacity;
}
.parallax-image {
  margin-top: -10%;
}
.parallax-image-30 {
  margin-top: -30%;
}
@media (prefers-reduced-motion: reduce) {
  .scale-effect,
  .grow-in,
  .slide-in-children > *,
  .line-in {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
}
.cta {
  display: block;
  font-family: HelveticaNeueATPBodyBold;
  background-color: #02463a;
  color: #f1f6ef !important;
  width: fit-content;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  padding: 1rem 0rem;
  overflow: hidden;
  width: fit-content;
  width: -moz-fit-content;
  transition: 0.3s !important;
}
@media screen and (min-width: 768px) {
  .cta {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .cta {
    font-size: 18px;
  }
}
.cta:hover {
  cursor: pointer;
  color: #f1f6ef;
  text-decoration: none;
  opacity: 1;
  filter: opacity(0.8);
}
.cta .cta-text {
  padding: 1rem;
}
.cta .cta-icon {
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 1200px) {
  .cta .cta-icon {
    padding: 1rem 2rem;
  }
}
.cta .cta-icon.readmore {
  -webkit-mask: url("../img/svg/icon_button_arrow_v2.svg") no-repeat 50% 50%;
  mask: url("../img/svg/icon_button_arrow_v2.svg") no-repeat 50% 50%;
  background-color: #adc200;
}
.cta .cta-icon.download {
  background-image: url("../img/svg/Download.svg");
}
.properties-wrapper .cta-icon {
  padding: 15px;
}
.arrow-down .atp-btn-3::after {
  position: relative;
  transform: rotate(90deg);
}
.atp-btn-3 {
  background-color: #adc200;
  color: #02463a !important;
  padding: 0.3rem 0.5rem 0.3rem 1rem;
  text-decoration: none !important;
  font-weight: 600;
  border-radius: 3rem;
  font-size: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: max-content;
  transition: all 0.25s;
}
.atp-btn-3:hover {
  transition: all 0.25s;
  filter: brightness(1.25);
}
.atp-btn-3::after {
  content: '';
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 2rem;
  background-color: #02463a;
  background-image: url("../img/svg/arrow_v3_lime.svg");
  background-size: 55%;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 2rem;
}
.atp-btn-3.invert {
  background-color: #02463a;
  color: #f1f6ef !important;
}
.atp-btn-3.invert::after {
  background-color: #adc200;
  background-image: url("../img/svg/arrow_v3_dark.svg");
}
.atp-btn-3.big {
  padding: 0.5rem 0.4rem 0.5rem 1.5rem;
}
.atp-btn-3.big::after {
  width: 3rem;
  height: 3rem;
  margin-left: 2.5rem;
}
.atp-btn-3.phone::after {
  background-color: #adc200;
  background-image: url("../img/svg/phone_v3.svg");
}
@font-face {
  font-family: HelveticaNeueATPBodyBold;
  font-style: normal;
  src: url("../fonts/hlb__atp.woff2");
}
@font-face {
  font-family: HelveticaNeueATPBody;
  font-style: normal;
  src: url("../fonts/hlv__atp.woff2");
}
@font-face {
  font-family: HelveticaNeueATPHead;
  font-style: normal;
  src: url("../fonts/hlmv_atp.woff2");
}
@font-face {
  font-family: HelveticaNeueATPBodyLight;
  font-style: normal;
  src: url("../fonts/hll__atp.woff2");
}
@font-face {
  font-family: HelveticaNeueATPBodyItalic;
  font-style: normal;
  src: url("../fonts/hli__atp.woff2");
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
div.site {
  background-color: #f0f7ef;
}
html {
  color: #000;
  background: #fff;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
a img {
  border: none;
}
blockquote,
q {
  quotes: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
.clear {
  margin: 0 0 -1px 0;
  line-height: 1px;
  display: block;
  font-size: 1px;
  clear: both;
  height: 1px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  line-height: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child+html .clearfix {
  zoom: 1;
}
.grecaptcha-badge {
  display: none;
}
.right-aligned .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: start;
  align-self: start;
}
.right-aligned .image-wrapper img {
  width: 85%;
}
@media screen and (min-width: 767px) {
  .right-aligned .image-wrapper img {
    width: 100%;
  }
}
.left-aligned .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.left-aligned .image-wrapper img {
  width: 85%;
}
@media screen and (min-width: 767px) {
  .left-aligned .image-wrapper img {
    width: 100%;
  }
}
@media screen and (max-width: 415px) {
  #Coi-Renew {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  body.focus {
    height: 100vh;
    overflow: hidden;
  }
}
.table-wrapper {
  overflow-x: auto;
}
.tel-label.hide {
  display: none !important;
}
html,
body {
  overflow-x: hidden;
  font-family: HelveticaNeueATPBodyLight;
  font-size: 14px;
  line-height: 1.2;
  color: #02463a;
  margin-top: 0 !important;
  background-color: #f0f7ef;
}
h1 {
  font-size: 31px;
  line-height: 44px;
  margin-bottom: 1em;
  font-family: HelveticaNeueATPHead;
}
@media screen and (max-width: 321px) {
  h1 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 64px;
    line-height: 72px;
  }
}
h2 {
  font-family: HelveticaNeueATPHead;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 1em;
  word-break: break-word;
}
@media screen and (max-width: 415px) {
  h2 {
    font-family: HelveticaNeueATPHead;
    font-size: 26px;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
h3 {
  font-family: HelveticaNeueATPHead;
  font-size: 14px;
  line-height: 20px;
  margin: 1em 0;
}
@media screen and (min-width: 767px) {
  h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1em;
}
@media screen and (min-width: 767px) {
  h4 {
    font-size: 23px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
h5 {
  font-family: HelveticaNeueATPBodyLight;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 1em;
}
@media screen and (min-width: 767px) {
  h5 {
    font-size: 24px;
    line-height: 36px;
  }
}
h6 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 1em;
}
@media screen and (min-width: 767px) {
  h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
p {
  font-family: HelveticaNeueATPBodyLight;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 1em;
}
@media screen and (min-width: 767px) {
  p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 18px;
    line-height: 32px;
  }
}
b,
strong {
  font-weight: bold;
}
label {
  font-size: 18px;
  line-height: 24px;
  font-family: HelveticaNeueATPHead;
}
a {
  color: #02463a;
  text-decoration: underline;
  font-family: HelveticaNeueATPBody;
  transition: 100ms;
  outline: none;
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 26px;
}
@media screen and (min-width: 767px) {
  a {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  a {
    font-size: 18px;
    line-height: 32px;
  }
}
a:hover,
a:focus {
  color: #000;
  text-decoration: underline;
}
a:active {
  background-color: #c8dcbe;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transform: scale(0.98);
  transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
ul,
ol {
  margin: 0 0 1em;
  padding: 0 0 0 25px;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: disc;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 1em;
}
@media screen and (min-width: 767px) {
  ul li {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  ul li {
    font-size: 18px;
    line-height: 32px;
  }
}
ol li {
  list-style: decimal;
}
.p-35 {
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1400px;
  }
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0 25px;
}
@media screen and (min-width: 767px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding: 0 15px;
  }
}
.container-fluid {
  max-width: 1680px;
}
.container,
.container-fluid {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .container,
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 767px) {
  .container,
  .container-fluid {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.single-news-article .standard-hero .container,
.single-post .standard-hero .container,
.jobs-template-default .standard-hero .container {
  position: relative;
  height: 100%;
}
.single-news-article .standard-hero .standard-hero_image,
.single-post .standard-hero .standard-hero_image,
.page-template-news-template .standard-hero .standard-hero_image,
.jobs-template-default .standard-hero .standard-hero_image {
  top: 0;
}
.single-news-article .standard-hero .article-publish-date,
.single-post .standard-hero .article-publish-date,
.page-template-news-template .standard-hero .article-publish-date,
.jobs-template-default .standard-hero .article-publish-date {
  height: 64px;
  width: 425px;
  background: #c8dcbe;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
}
.single-news-article .standard-hero .article-publish-date p,
.single-post .standard-hero .article-publish-date p,
.page-template-news-template .standard-hero .article-publish-date p,
.jobs-template-default .standard-hero .article-publish-date p {
  font-family: HelveticaNeueATPBodyBold;
  font-size: 16px;
  line-height: 64px;
  text-align: right;
  padding: 0 25px;
}
.single-news-article .article-intro h1,
.single-post .article-intro h1,
.page-template-news-template .article-intro h1,
.jobs-template-default .article-intro h1 {
  margin-bottom: 25px;
}
.single-news-article .article-intro label,
.single-post .article-intro label,
.page-template-news-template .article-intro label,
.jobs-template-default .article-intro label {
  color: #727272;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .single-news-article .contact_module_section,
  .single-post .contact_module_section,
  .page-template-news-template .contact_module_section,
  .jobs-template-default .contact_module_section {
    padding: 0px;
    margin-top: 100px;
  }
}
.news-category {
  color: #727272;
  font-size: 18px;
  line-height: 24px;
  font-family: HelveticaNeueATPHead;
}
.go-back-link {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #000;
  height: 50px;
  display: block;
  position: relative;
}
.go-back-icon {
  width: 32px;
  height: 32px;
  background: url("../img/svg/icon_arrow_back.svg");
  display: inline-block;
}
.go-back-text {
  position: absolute;
  top: 50%;
  transform: translate(10%, -85%);
}
.jobs-template-default .description {
  padding-top: 0 !important;
}
.jobs-template-default .heading-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.jobs-template-default .heading-wrapper h2 {
  margin-bottom: 0;
}
.jobs-template-default .heading-wrapper h3 {
  margin-bottom: 32px;
}
.jobs-template-default .image-wrapper {
  display: none;
}
@media screen and (min-width: 767px) {
  .jobs-template-default .image-wrapper {
    display: block;
  }
}
.jobs-template-default .article-publish-date {
  height: 64px;
  width: 381px !important;
  background: #cdebef !important;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0 !important;
}
@media screen and (min-width: 767px) {
  .jobs-template-default .article-publish-date {
    width: 300px !important;
    right: 61px !important;
  }
}
@media screen and (min-width: 1023px) {
  .jobs-template-default .article-publish-date {
    width: 308px !important;
    right: 76px !important;
  }
}
@media screen and (min-width: 1200px) {
  .jobs-template-default .article-publish-date {
    width: 381px !important;
  }
}
@media screen and (min-width: 1920px) {
  .jobs-template-default .article-publish-date {
    width: 392px !important;
    right: 191px !important;
  }
}
.jobs-template-default .article-publish-date p {
  font-family: HelveticaNeueATPBodyBold;
  font-size: 16px;
  line-height: 64px;
  text-align: right;
  padding: 0 25px;
}
@media screen and (min-width: 1400px) {
  .single-news-article .text-image_slider .description {
    padding-top: 0;
  }
}
.building-layout .container .row img {
  width: 100%;
}
.building-layout .container .row .description p:last-child {
  padding-bottom: 3rem;
}
.chosen-properties .container {
  padding-bottom: 0;
}
.chosen-properties .row.text-wrapper {
  padding: 5rem 0 0 0;
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.text-wrapper .col-12 {
    padding: 0;
  }
}
.chosen-properties .row.text-wrapper .col-12.description {
  padding: 0;
}
.chosen-properties .row.properties-wrapper {
  padding: 5rem 0 0 0;
  margin-bottom: -2rem;
}
.chosen-properties .row.properties-wrapper .img-container {
  padding: 0;
  height: 370px;
  max-width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.properties-wrapper .img-container {
    height: auto;
    margin: 0;
    max-width: 100%;
  }
}
.chosen-properties .row.properties-wrapper .img-container img {
  object-fit: cover;
  width: 100%;
  height: 185px;
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.properties-wrapper .img-container img {
    height: 268px;
  }
}
@media screen and (min-width: 1200px) {
  .chosen-properties .row.properties-wrapper .img-container img {
    height: 351px;
  }
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.properties-wrapper .img-container .col-12 {
    padding: 0;
  }
}
.chosen-properties .row.properties-wrapper .img-container:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.properties-wrapper .img-container:not(:last-child) {
    margin-bottom: 0;
  }
}
.chosen-properties .row.properties-wrapper .img-container a:hover {
  opacity: unset;
}
.chosen-properties .row.properties-wrapper .img-container .content-overlay {
  background: #000;
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.properties-wrapper .img-container .content-overlay {
    background: rgba(0,0,0,0.7);
    top: 0;
    height: 100%;
    opacity: 0;
  }
}
.chosen-properties .row.properties-wrapper .img-container .content-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  text-align: left;
  padding: 0 2em;
  width: 100%;
  top: 80%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.properties-wrapper .img-container .content-details {
    top: 60%;
    opacity: 0;
  }
}
.chosen-properties .row.properties-wrapper .img-container .content-details .address {
  margin-bottom: 0;
}
.chosen-properties .row.properties-wrapper .img-container:hover .content-overlay,
.chosen-properties .row.properties-wrapper .img-container:hover .content-details,
.chosen-properties .row.properties-wrapper .img-container:active.content-overlay,
.chosen-properties .row.properties-wrapper .img-container:active.content-details {
  opacity: 1;
}
.chosen-properties .row.properties-wrapper .img-container:active > a {
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .chosen-properties .row.properties-wrapper .img-container:active > a {
    pointer-events: auto;
  }
}
.chosen-properties .row.properties-wrapper .img-container .content-details-link {
  pointer-events: auto !important;
}
@media screen and (min-width: 1200px) {
  .chosen-properties .row.properties-wrapper .img-container .content-details-link {
    pointer-events: none;
  }
}
.chosen-properties .row.properties-wrapper .img-container .content-details h4 {
  font-family: HelveticaNeueATPHead;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.properties-wrapper .img-container .content-details h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
.chosen-properties .row.properties-wrapper .img-container .content-details p {
  font-family: HelveticaNeueATPHead;
  color: #aaa;
  font-size: 12px;
  line-height: 14px;
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.properties-wrapper .img-container .content-details p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.properties-wrapper .list-wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.properties-wrapper .list-wrapper .image {
    padding-right: 0;
    max-width: 293px;
  }
}
.chosen-properties .row.properties-wrapper .list-wrapper img {
  width: 100%;
  height: 100%;
  cursor: default;
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.properties-wrapper .list-wrapper img {
    max-height: 163px;
  }
}
.chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper {
  text-decoration: none;
  color: inherit;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f6ef;
  transition: 0.3s;
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper {
    border-top: 1px solid #d9d9d6;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 0;
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .info {
    padding: 0 2rem;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1023px) {
  .chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .info {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .info .type,
.chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .info .rent,
.chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .info .areal {
  font-family: HelveticaNeueATPBodyBold;
  font-size: 14px;
  line-height: 22px;
}
.chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .info .value {
  font-family: HelveticaNeueATPBodyLight;
  font-size: 16px;
  line-height: 22px;
}
.chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .info div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .info div {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1023px) {
  .chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .info div {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 17%;
  }
}
.chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .info div:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .info div:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1023px) {
  .chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .info div:not(:last-child) {
    margin-right: 10px;
  }
}
.chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .info div:last-child {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: -6rem;
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .info div:last-child {
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-top: 0rem;
  }
}
.chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .info div span {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .info div span {
    margin-right: 1em;
  }
}
@media screen and (min-width: 1023px) {
  .chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .info div span {
    margin-right: 0;
  }
}
@media screen and (min-width: 767px) {
  .chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .address {
    padding: 1rem 0 0 2rem;
  }
}
.chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .address h5 {
  font-family: HelveticaNeueATPBodyBold;
  margin-bottom: 0;
}
.chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .address p {
  font-family: HelveticaNeueATPBodyBold;
  color: #727272;
  font-size: 14px;
  line-height: 18px;
}
.chosen-properties .row.properties-wrapper .list-wrapper .info-wrapper .address p span {
  margin-right: 0.5em;
}
.chosen-properties .row.properties-wrapper .list-wrapper a:hover {
  opacity: unset;
}
.contact-form-section {
  position: relative;
}
.contact-form-section.split::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 32%;
  width: 100%;
  background-color: #02463a;
  z-index: 0;
}
.contact-form-section__wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .contact-form-section__wrapper {
    padding: 0;
  }
}
.contact-form-section__wrapper .wpcf7-form {
  background-color: #c8dcbe;
  overflow: hidden;
  padding: 3rem 2rem;
}
@media screen and (min-width: 576px) {
  .contact-form-section__wrapper .wpcf7-form {
    border-radius: 3rem;
  }
}
@media screen and (min-width: 767px) {
  .contact-form-section__wrapper .wpcf7-form {
    padding: 3rem 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .contact-form-section__wrapper .wpcf7-form {
    padding: 3rem 6rem;
  }
}
@media screen and (min-width: 1583px) {
  .contact-form-section__wrapper .wpcf7-form {
    padding: 3rem 8rem;
  }
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .contact-form-section__wrapper .wpcf7-form .contact-form__content {
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 5rem;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .contact-form-section__wrapper .wpcf7-form .contact-form__content {
    gap: 8rem;
  }
}
@media screen and (min-width: 1583px) {
  .contact-form-section__wrapper .wpcf7-form .contact-form__content {
    gap: 11rem;
  }
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields {
  position: relative;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields h3 {
  margin: 0 0 2rem 0;
  line-height: 1.4;
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .contact-form-section__wrapper .wpcf7-form .contact-form__content--fields h3 {
    line-height: 1.5;
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-form-section__wrapper .wpcf7-form .contact-form__content--fields h3 {
    font-size: 24px;
  }
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .subheading {
  font-size: 18px;
  line-height: 1.3;
  font-family: HelveticaNeueATPBodyLight;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 767px) {
  .contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .subheading {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .subheading {
    font-size: 24px;
    max-width: 82%;
  }
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields br {
  display: none;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .form-fields {
  margin-bottom: 1rem;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .form-fields > p {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 0;
  gap: 1rem;
}
@media screen and (min-width: 767px) {
  .contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .form-fields > p {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 3rem;
  }
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .form-fields > p label {
  width: 100%;
  font-family: HelveticaNeueATPBodyLight;
  font-size: 1.1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .form-fields > p label:last-child {
  grid-column: 1/-1;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .form-fields > p label input,
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .form-fields > p label textarea {
  width: 100%;
  border: 0;
  outline: none;
  padding: 0.4rem 0 0.6rem 0;
  background-color: transparent;
  border-bottom: 2px solid rgba(2,70,58,0.5);
  font-family: HelveticaNeueATPBodyBold;
  color: #02463a;
  max-height: 100px;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .form-fields > p label input:-ms-input-placeholder,
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .form-fields > p label textarea:-ms-input-placeholder {
  color: rgba(2,70,58,0.5);
  font-family: HelveticaNeueATPBodyLight;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .form-fields > p label input::placeholder,
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .form-fields > p label textarea::placeholder {
  color: rgba(2,70,58,0.5);
  font-family: HelveticaNeueATPBodyLight;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .form-fields .wpcf7-not-valid-tip {
  margin-top: 1rem;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .wpcf7-list-item {
  margin: 0;
  cursor: pointer;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .wpcf7-list-item label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.2rem;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .wpcf7-list-item label .check {
  margin: 5px 0 0 0;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .wpcf7-list-item label .check input {
  display: none;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .wpcf7-list-item label .check input:checked + .box {
  background-color: #02463a;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .wpcf7-list-item label .check input:checked + .box::after {
  display: block;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .wpcf7-list-item label .check .box {
  cursor: pointer;
  width: 2.2rem;
  height: 2.2rem;
  background-color: #f1f6ef;
  border: 1px solid #02463a;
  position: relative;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .wpcf7-list-item label .check .box::after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/svg/checkmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .wpcf7-list-item label .wpcf7-list-item-label {
  font-family: HelveticaNeueATPBodyLight;
  font-size: 14px;
  cursor: pointer;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content--fields .wpcf7-list-item label .wpcf7-list-item-label a {
  font-size: 14px;
  font-family: HelveticaNeueATPBodyLight;
  font-weight: 600;
}
.contact-form-section__wrapper .wpcf7-form .contact-form__content .atp-btn-3 {
  outline: none;
  border: 0;
  font-family: HelveticaNeueATPBody;
  font-weight: 600;
}
.contact-form-section__wrapper .wpcf7-form .wpcf7-response-output {
  margin: 1rem 0 0 0;
  padding: 1rem;
  border-width: 3px;
  font-size: 1.1rem;
}
.contact_module_section {
  padding: 5rem 0;
}
.contact_module_section .container {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .contact_module_section {
    padding: 10rem 0;
    padding-top: 200px;
  }
}
.contact_module_section .contact_text {
  padding: 50px 25px;
}
@media screen and (min-width: 767px) {
  .contact_module_section .contact_text {
    top: 50%;
    padding-right: 20%;
    position: absolute;
    transform: translate(0%, -50%);
  }
}
.contact_module_section .contact_text a {
  margin-top: 3rem;
}
.contact_module_section .contact_text .cta {
  display: inline-block;
}
.contact_module_section .contact_person_info {
  background: #f1f6ef;
  text-align: right;
  padding: 50px;
  display: grid;
  margin: 0 25px;
}
@media screen and (max-width: 415px) {
  .contact_module_section .contact_person_info {
    padding: 50px 10px 50px 0;
  }
}
@media screen and (min-width: 1200px) {
  .contact_module_section .contact_person_info {
    position: absolute;
    top: 50%;
    width: auto;
    transform: translate(-40%, -55%) !important;
    padding: 50px;
  }
}
.contact_module_section .contact_person_info .contact_email,
.contact_module_section .contact_person_info .contact_phone,
.contact_module_section .contact_person_info .contact_job_title,
.contact_module_section .contact_person_info .contact_name {
  font-family: HelveticaNeueATPHead;
}
.contact_module_section .contact_person_info .contact_name {
  font-size: 24px;
  line-height: 28px;
}
.contact_module_section .contact_person_info .contact_job_title {
  font-size: 15px;
  line-height: 18px;
  color: #727272;
}
.contact_module_section .contact_person_info .contact_phone,
.contact_module_section .contact_person_info .contact_email {
  position: relative;
  left: 20px;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}
.contact_module_section .contact_person_info .contact_phone svg:not(.fa-phone),
.contact_module_section .contact_person_info .contact_email svg:not(.fa-phone) {
  height: 35px;
  position: relative;
  right: 5px;
}
.contact_module_section .contact_person_info .contact_phone svg.fa-phone,
.contact_module_section .contact_person_info .contact_email svg.fa-phone {
  height: 20px;
  position: relative;
  top: -2px;
}
.contact_module_section .contact_person_info .contact_phone {
  margin-bottom: 10px;
}
.contact_module_section .contact_person_info .contact_phone .number-label {
  position: relative;
  left: -20px;
}
.contact_module_section .contact_person_info a {
  color: #000;
}
.contact_module_section .contact_img {
  width: 100%;
  height: 268px;
  object-fit: cover;
}
@media screen and (min-width: 767px) {
  .contact_module_section .contact_img {
    height: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .contact_module_section .contact_img {
    height: auto;
    min-width: 700px;
  }
}
@media screen and (max-width: 415px) {
  .default-text-editor .col-12.tag h2 {
    font-size: 18px !important;
    word-break: normal !important;
  }
}
.default-text-editor ul li {
  font-family: HelveticaNeueATPBodyLight;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 1em;
}
@media screen and (min-width: 767px) {
  .default-text-editor ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 767px) {
  .default-text-editor ul li {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 1em;
  }
}
.default-text-editor a {
  color: #000;
}
.facts_and_facilities,
.questions-and-answers {
  margin-bottom: 50px;
  padding: 0 15px;
}
@media screen and (max-width: 321px) {
  .facts_and_facilities .facts_wrapper,
  .questions-and-answers .facts_wrapper {
    padding: 0 !important;
  }
}
.facts_and_facilities .facts_wrapper .accordion,
.questions-and-answers .facts_wrapper .accordion {
  margin-bottom: 13px;
}
.facts_and_facilities .facts_wrapper .accordion .card,
.questions-and-answers .facts_wrapper .accordion .card {
  background-color: transparent;
  border: 0;
}
.facts_and_facilities .facts_wrapper .accordion .card .card-header,
.questions-and-answers .facts_wrapper .accordion .card .card-header {
  background-color: #c8dcbe;
  padding: 20px 35px;
}
.facts_and_facilities .facts_wrapper .accordion .card .card-header button,
.questions-and-answers .facts_wrapper .accordion .card .card-header button {
  text-decoration: none;
  color: #02463a;
  padding: 0;
  font-size: 1.3rem;
}
.facts_and_facilities .facts_wrapper .accordion .card .card-header button span,
.questions-and-answers .facts_wrapper .accordion .card .card-header button span {
  position: absolute;
  right: 26px;
  transition: all 0.5s;
  transform: rotate(-180deg);
}
.facts_and_facilities .facts_wrapper .accordion .card .card-header button:focus,
.questions-and-answers .facts_wrapper .accordion .card .card-header button:focus {
  box-shadow: unset;
}
.facts_and_facilities .facts_wrapper .accordion .card .card-header button.collapsed span,
.questions-and-answers .facts_wrapper .accordion .card .card-header button.collapsed span {
  transform: rotate(0);
}
.facts_and_facilities .facts_wrapper .accordion .card .card-body,
.questions-and-answers .facts_wrapper .accordion .card .card-body {
  padding: 0;
}
.facts_and_facilities .facts_wrapper .fact.active,
.questions-and-answers .facts_wrapper .fact.active {
  background: rgba(200,220,190,0.5);
}
.facts_and_facilities .facts_wrapper .fact.no-hover:hover,
.questions-and-answers .facts_wrapper .fact.no-hover:hover {
  background: inherit;
  cursor: default;
}
.facts_and_facilities .facts_wrapper .fact,
.questions-and-answers .facts_wrapper .fact {
  position: relative;
  min-height: 50px;
  width: 100%;
  transition: 200ms;
  border-top: 1px solid #000;
  cursor: pointer;
}
@media screen and (max-width: 415px) {
  .facts_and_facilities .facts_wrapper .fact,
  .questions-and-answers .facts_wrapper .fact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0 10px 0;
  }
}
.facts_and_facilities .facts_wrapper .fact:hover,
.questions-and-answers .facts_wrapper .fact:hover {
  background: rgba(200,220,190,0.5);
}
.facts_and_facilities .facts_wrapper .fact:last-child,
.questions-and-answers .facts_wrapper .fact:last-child {
  border-bottom: 1px solid #000;
}
.facts_and_facilities .facts_wrapper .fact .fact_title,
.questions-and-answers .facts_wrapper .fact .fact_title,
.facts_and_facilities .facts_wrapper .fact .fact_answer,
.questions-and-answers .facts_wrapper .fact .fact_answer {
  width: 47.5%;
  line-height: 50px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 415px) {
  .facts_and_facilities .facts_wrapper .fact .fact_title,
  .questions-and-answers .facts_wrapper .fact .fact_title,
  .facts_and_facilities .facts_wrapper .fact .fact_answer,
  .questions-and-answers .facts_wrapper .fact .fact_answer {
    width: 100%;
  }
}
@media screen and (max-width: 321px) {
  .facts_and_facilities .facts_wrapper .fact h3.fact_title,
  .questions-and-answers .facts_wrapper .fact h3.fact_title {
    width: calc(100% - 30px) !important;
  }
}
.facts_and_facilities .facts_wrapper .fact p.fact_title,
.questions-and-answers .facts_wrapper .fact p.fact_title {
  left: 10%;
  font-size: 16px;
}
@media screen and (max-width: 415px) {
  .facts_and_facilities .facts_wrapper .fact p.fact_title,
  .questions-and-answers .facts_wrapper .fact p.fact_title {
    left: 10%;
    line-height: initial;
  }
}
@media screen and (min-width: 767px) {
  .facts_and_facilities .facts_wrapper .fact p.fact_title,
  .questions-and-answers .facts_wrapper .fact p.fact_title {
    font-size: 18px;
    left: 5.5%;
  }
}
@media screen and (min-width: 992px) {
  .facts_and_facilities .facts_wrapper .fact p.fact_title,
  .questions-and-answers .facts_wrapper .fact p.fact_title {
    font-size: 20px;
  }
}
.facts_and_facilities .facts_wrapper .fact h3.fact_title,
.questions-and-answers .facts_wrapper .fact h3.fact_title {
  font-family: HelveticaNeueATPBody !important;
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  left: 10%;
}
@media screen and (min-width: 767px) {
  .facts_and_facilities .facts_wrapper .fact h3.fact_title,
  .questions-and-answers .facts_wrapper .fact h3.fact_title {
    left: 7.5%;
    font-size: 18px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .facts_and_facilities .facts_wrapper .fact h3.fact_title,
  .questions-and-answers .facts_wrapper .fact h3.fact_title {
    font-size: 20px;
    line-height: 23px;
  }
}
.facts_and_facilities .facts_wrapper .fact .fact_answer,
.questions-and-answers .facts_wrapper .fact .fact_answer {
  right: 0;
  text-align: right;
  font-size: 16px;
  line-height: 50px;
}
@media screen and (max-width: 415px) {
  .facts_and_facilities .facts_wrapper .fact .fact_answer,
  .questions-and-answers .facts_wrapper .fact .fact_answer {
    line-height: initial;
  }
}
@media screen and (min-width: 992px) {
  .facts_and_facilities .facts_wrapper .fact .fact_answer,
  .questions-and-answers .facts_wrapper .fact .fact_answer {
    font-size: 18px;
  }
}
.facts_and_facilities .facts_wrapper .fact_additional-text,
.questions-and-answers .facts_wrapper .fact_additional-text {
  display: none;
  position: relative;
  width: 100%;
  padding-left: 10%;
  padding-right: 5%;
}
@media screen and (min-width: 767px) {
  .facts_and_facilities .facts_wrapper .fact_additional-text,
  .questions-and-answers .facts_wrapper .fact_additional-text {
    padding-left: 5.5%;
    padding-right: 5.5%;
  }
}
.facts_and_facilities .facts_wrapper .fact_additional-text p,
.questions-and-answers .facts_wrapper .fact_additional-text p {
  margin-bottom: 0px;
}
.facts_and_facilities .facts_wrapper .fact_additional-text a:hover,
.questions-and-answers .facts_wrapper .fact_additional-text a:hover {
  color: #000;
  opacity: 1;
}
.facts_and_facilities .facts_wrapper .fact .open_fact_arrow,
.questions-and-answers .facts_wrapper .fact .open_fact_arrow {
  background-image: url("../img/svg/icon_dropdown_small.svg");
  cursor: pointer;
  background-size: 40%;
  width: 30px;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: rotate(0deg);
  transition: transform 250ms linear;
  margin-top: 0;
}
@media screen and (min-width: 767px) {
  .facts_and_facilities .facts_wrapper .fact .open_fact_arrow,
  .questions-and-answers .facts_wrapper .fact .open_fact_arrow {
    width: 5%;
    background-size: 80%;
  }
}
@media screen and (min-width: 992px) {
  .facts_and_facilities .facts_wrapper .fact .open_fact_arrow,
  .questions-and-answers .facts_wrapper .fact .open_fact_arrow {
    background-size: auto;
  }
}
.facts_and_facilities .facts_wrapper .fact .open_fact_arrow.rotate-arrow,
.questions-and-answers .facts_wrapper .fact .open_fact_arrow.rotate-arrow {
  transform: rotate(180deg);
  transition: transform 250ms linear;
}
.facts_and_facilities .facilities_wrapper,
.questions-and-answers .facilities_wrapper {
  display: inline-table;
  margin-top: 50px;
}
@media screen and (min-width: 767px) {
  .facts_and_facilities .facilities_wrapper,
  .questions-and-answers .facilities_wrapper {
    margin-top: 0;
  }
}
.facts_and_facilities .facilities_wrapper .col-4,
.questions-and-answers .facilities_wrapper .col-4 {
  display: inline-block;
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .facts_and_facilities .facilities_wrapper .col-4,
  .questions-and-answers .facilities_wrapper .col-4 {
    margin-bottom: 40px;
  }
}
.facts_and_facilities .facilities_wrapper .facility_icon,
.questions-and-answers .facilities_wrapper .facility_icon {
  display: block;
  height: 50px;
  width: 80px;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1em;
}
.facts_and_facilities .facilities_wrapper .facility_text,
.questions-and-answers .facilities_wrapper .facility_text {
  margin-bottom: 0px;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  max-width: 90%;
  line-break: anywhere;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .facts_and_facilities .facilities_wrapper .facility_text,
  .questions-and-answers .facilities_wrapper .facility_text {
    font-size: 15px;
    line-height: 20px;
  }
}
.questions-and-answers .fact.no-hover:hover {
  background: inherit;
  cursor: default;
}
.questions-and-answers .fact {
  padding: 1.5rem 0;
}
.questions-and-answers .fact .open_fact_arrow {
  width: 7%;
  height: 19px !important;
}
@media screen and (min-width: 767px) {
  .questions-and-answers .fact .open_fact_arrow {
    margin-top: 10px;
    height: 25px !important;
  }
}
@media screen and (min-width: 992px) {
  .questions-and-answers .fact .open_fact_arrow {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .questions-and-answers .fact .open_fact_arrow {
    margin-top: 22px;
  }
}
.questions-and-answers .fact_additional-text {
  display: none;
  position: relative;
  width: 100%;
  padding: 5% 5% 0 3% !important;
}
@media screen and (min-width: 767px) {
  .questions-and-answers .fact_additional-text {
    padding: 5% 7.5% 3% 7.5% !important;
  }
}
.questions-and-answers .fact_additional-text p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .questions-and-answers .fact_additional-text p {
    line-height: 28px;
  }
}
@media screen and (min-width: 767px) {
  .questions-and-answers .fact_additional-text p {
    font-size: 18px;
    line-height: 32px;
  }
}
.frontpage-hero-v2,
.standard-hero-v2 {
  --top-gap: 295px;
  background-color: #02463a;
  color: #f1f6ef;
  position: relative;
  min-height: 640px;
}
.frontpage-hero-v2 .container-fluid,
.standard-hero-v2 .container-fluid {
  max-width: none;
  padding: 0;
  height: 100%;
}
.frontpage-hero-v2 .container-fluid h1,
.standard-hero-v2 .container-fluid h1,
.frontpage-hero-v2 .container-fluid h2,
.standard-hero-v2 .container-fluid h2,
.frontpage-hero-v2 .container-fluid h3,
.standard-hero-v2 .container-fluid h3,
.frontpage-hero-v2 .container-fluid h4,
.standard-hero-v2 .container-fluid h4 {
  color: #f1f6ef;
}
.frontpage-hero-v2 .container-fluid .text-container,
.standard-hero-v2 .container-fluid .text-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .frontpage-hero-v2 .container-fluid .text-container,
  .standard-hero-v2 .container-fluid .text-container {
    -ms-flex-order: 0;
    order: 0;
  }
}
.frontpage-hero-v2 .container-fluid .text-container .description,
.standard-hero-v2 .container-fluid .text-container .description {
  width: 90%;
  padding-top: 66px;
  padding-bottom: 120px;
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (min-width: 1200px) {
  .frontpage-hero-v2 .container-fluid .text-container .description,
  .standard-hero-v2 .container-fluid .text-container .description {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .frontpage-hero-v2 .container-fluid .text-container .description,
  .standard-hero-v2 .container-fluid .text-container .description {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1920px) {
  .frontpage-hero-v2 .container-fluid .text-container .description,
  .standard-hero-v2 .container-fluid .text-container .description {
    width: 50%;
  }
}
.frontpage-hero-v2 .container-fluid .text-container .description .title,
.standard-hero-v2 .container-fluid .text-container .description .title {
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}
@media screen and (min-width: 992px) {
  .frontpage-hero-v2 .container-fluid .text-container .description .title,
  .standard-hero-v2 .container-fluid .text-container .description .title {
    font-size: 64px;
  }
}
.frontpage-hero-v2 .container-fluid .text-container .description .text,
.standard-hero-v2 .container-fluid .text-container .description .text,
.frontpage-hero-v2 .container-fluid .text-container .description .text p,
.standard-hero-v2 .container-fluid .text-container .description .text p {
  font-family: HelveticaNeueATPBody;
  line-height: normal;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .frontpage-hero-v2 .container-fluid .text-container .description .text,
  .standard-hero-v2 .container-fluid .text-container .description .text,
  .frontpage-hero-v2 .container-fluid .text-container .description .text p,
  .standard-hero-v2 .container-fluid .text-container .description .text p {
    font-size: 24px;
  }
}
.frontpage-hero-v2 .container-fluid .text-container .description .cta,
.standard-hero-v2 .container-fluid .text-container .description .cta {
  padding: 13px 71px 14px 24px;
  margin-top: 5px;
  background: #adc200;
  color: #02463a !important;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}
.frontpage-hero-v2 .container-fluid .text-container .description .cta:after,
.standard-hero-v2 .container-fluid .text-container .description .cta:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 15px;
  top: 17px;
  right: 18px;
  display: inline-block;
  -webkit-mask: url("../img/svg/icon_button_arrow_v2.svg") no-repeat 50% 50%;
  mask: url("../img/svg/icon_button_arrow_v2.svg") no-repeat 50% 50%;
  background-color: #02463a;
}
@media screen and (min-width: 992px) {
  .frontpage-hero-v2 .container-fluid .text-container .description .cta,
  .standard-hero-v2 .container-fluid .text-container .description .cta {
    font-size: 18px;
    margin-top: 40px;
  }
}
.frontpage-hero-v2 .container-fluid .text-container .description .cta:hover,
.standard-hero-v2 .container-fluid .text-container .description .cta:hover {
  filter: saturate(0.5) brightness(1.3);
}
.frontpage-hero-v2 .container-fluid .image-container,
.standard-hero-v2 .container-fluid .image-container {
  height: var(--top-gap);
  max-height: 100%;
}
@media screen and (min-width: 992px) {
  .frontpage-hero-v2 .container-fluid .image-container,
  .standard-hero-v2 .container-fluid .image-container {
    -ms-flex-order: 1;
    order: 1;
    height: unset;
  }
}
.frontpage-hero-v2 .container-fluid .image-container button[data-action='stop'],
.standard-hero-v2 .container-fluid .image-container button[data-action='stop'] {
  display: none;
}
.frontpage-hero-v2 .container-fluid .tns-outer .tns-controls,
.standard-hero-v2 .container-fluid .tns-outer .tns-controls,
.frontpage-hero-v2 .container-fluid .tns-outer .tns-nav,
.standard-hero-v2 .container-fluid .tns-outer .tns-nav {
  display: none;
}
.frontpage-hero-v2 .container-fluid .row,
.standard-hero-v2 .container-fluid .row {
  height: 100%;
}
.frontpage-hero-v2 .container-fluid .row > div[class*='col-'] .tns-outer,
.standard-hero-v2 .container-fluid .row > div[class*='col-'] .tns-outer {
  height: 100%;
}
.frontpage-hero-v2 .container-fluid .row > div[class*='col-'] .tns-outer .tns-ovh,
.standard-hero-v2 .container-fluid .row > div[class*='col-'] .tns-outer .tns-ovh {
  height: 100%;
}
.frontpage-hero-v2 .container-fluid .row > div[class*='col-'] .tns-outer .tns-ovh .tns-inner,
.standard-hero-v2 .container-fluid .row > div[class*='col-'] .tns-outer .tns-ovh .tns-inner {
  height: 100%;
}
.frontpage-hero-v2 .container-fluid .row > div[class*='col-'] .tns-outer .tns-ovh .tns-inner .sliders,
.standard-hero-v2 .container-fluid .row > div[class*='col-'] .tns-outer .tns-ovh .tns-inner .sliders {
  height: 100%;
}
.frontpage-hero-v2 .container-fluid .row > div[class*='col-'] .tns-outer .tns-ovh .tns-inner .sliders .tns-item,
.standard-hero-v2 .container-fluid .row > div[class*='col-'] .tns-outer .tns-ovh .tns-inner .sliders .tns-item {
  height: 100%;
}
.frontpage-hero-v2 .container-fluid .row > div[class*='col-'] .tns-outer .tns-ovh .tns-inner .sliders .tns-item img,
.standard-hero-v2 .container-fluid .row > div[class*='col-'] .tns-outer .tns-ovh .tns-inner .sliders .tns-item img {
  width: 100%;
  height: 120%;
  object-fit: cover;
}
.frontpage-hero-v2 .slider-navigations,
.standard-hero-v2 .slider-navigations {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  left: calc(50% - 15px);
  transform: translateX(calc(-50% + 15px));
  bottom: 30px;
}
.slider-prev,
.slider-next {
  width: 10px;
  height: 15px;
  background: url("../img/svg/caret_icon_lime.svg") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.slider-prev {
  transform: rotate(180deg);
}
.slider-pagination ul {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.slider-pagination ul li {
  list-style-type: none;
  width: 16px;
  height: 16px;
  margin-bottom: 0;
  border-radius: 100%;
  cursor: pointer;
  background-color: #d9d9d6;
}
.slider-pagination ul li.active,
.slider-pagination ul li:hover {
  background-color: #adc200;
}
.frontpage-hero-v2 .container-fluid .text-container .description {
  padding-top: 1rem;
}
@media screen and (min-width: 992px) {
  .frontpage-hero-v2 .container-fluid .text-container .description {
    padding-top: 100px;
  }
}
.frontpage-hero-v3 {
  min-height: 100vh;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.frontpage-hero-v3__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.frontpage-hero-v3__img--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.frontpage-hero-v3__img::after {
  content: '';
  position: absolute;
  inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0 */
  background: rgba(0,0,0,0.45); /* dark overlay */
  z-index: 1;
}
.frontpage-hero-v3__content {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .frontpage-hero-v3__content {
    padding-top: 7rem;
  }
}
.frontpage-hero-v3__content--title,
.frontpage-hero-v3__content--subtitle {
  color: #f1f6ef;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .frontpage-hero-v3__content--title {
    font-size: 44px;
  }
}
.frontpage-hero-v3__content--subtitle {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  .frontpage-hero-v3__content--subtitle {
    font-size: 22px;
    max-width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .frontpage-hero-v3__content--subtitle.mobile-hide {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .frontpage-hero-v3__content--cta.mobile-hide {
    display: none;
  }
}
.frontpage-hero-v3__content--multiple-cta {
  width: 100%;
  margin-top: 7rem;
}
@media screen and (min-width: 1200px) {
  .frontpage-hero-v3__content--multiple-cta {
    display: none;
  }
}
.frontpage-hero-v3__content--multiple-cta .multiple-cta-headline {
  color: #f1f6ef;
  line-height: 1.3;
  font-size: 18px;
  text-align: center;
}
.frontpage-hero-v3__content--multiple-cta .multiple-ctas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
}
.frontpage-hero-v3__content--multiple-cta .multiple-ctas a {
  width: 100%;
}
.frontpage-hero-v3__content--multiple-cta .multiple-ctas a::after {
  margin-left: auto;
}
.hiring-process h2 {
  font-family: HelveticaNeueATPHead;
}
.hiring-process h3 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .hiring-process h3 {
    padding-bottom: 8px;
    padding-top: 34px;
  }
}
.hiring-process .process-title,
.hiring-process .process-description {
  padding: 0;
}
.hiring-process .process-description p {
  font-size: 16px;
}
.hiring-process .row.steps {
  margin: 0;
  padding: 0 15px;
}
@media screen and (min-width: 767px) {
  .hiring-process .row.steps {
    padding: 0;
  }
}
.hiring-process .row.steps .step {
  padding: 15px;
}
@media screen and (min-width: 767px) {
  .hiring-process .row.steps .step {
    padding: 0;
  }
}
.hiring-process .row.steps .step div {
  padding: 0 15px;
  word-break: break-word;
}
.process-icon {
  width: 100%;
}
.process-icon img {
  width: 80px;
  height: 80px;
  padding: 0 0 1rem 0;
}
.step-1.line-color-4 {
  border-left: 4px solid #cdebef;
}
@media screen and (min-width: 767px) {
  .step-1.line-color-4 {
    border-left: none;
  }
}
@media screen and (min-width: 767px) {
  .step-1.line-color-4 .process-icon {
    border-bottom: 4px solid #cdebef;
  }
}
.step-2.line-color-4 {
  border-left: 4px solid #4e70b6;
}
@media screen and (min-width: 767px) {
  .step-2.line-color-4 {
    border-left: none;
  }
}
@media screen and (min-width: 767px) {
  .step-2.line-color-4 .process-icon {
    border-bottom: 4px solid #4e70b6;
  }
}
.step-3.line-color-4 {
  border-left: 4px solid #82af82;
}
@media screen and (min-width: 767px) {
  .step-3.line-color-4 {
    border-left: none;
  }
}
@media screen and (min-width: 767px) {
  .step-3.line-color-4 .process-icon {
    border-bottom: 4px solid #82af82;
  }
}
.step-4.line-color-4 {
  border-left: 4px solid #82af82;
}
@media screen and (min-width: 767px) {
  .step-4.line-color-4 {
    border-left: none;
  }
}
@media screen and (min-width: 767px) {
  .step-4.line-color-4 .process-icon {
    border-bottom: 4px solid #82af82;
  }
}
.step-1.line-color-3 {
  border-left: 4px solid #4e70b6;
}
@media screen and (min-width: 767px) {
  .step-1.line-color-3 {
    border-left: none;
  }
}
@media screen and (min-width: 767px) {
  .step-1.line-color-3 .process-icon {
    border-bottom: 4px solid #4e70b6;
  }
}
.step-2.line-color-3 {
  border-left: 4px solid #82af82;
}
@media screen and (min-width: 767px) {
  .step-2.line-color-3 {
    border-left: none;
  }
}
@media screen and (min-width: 767px) {
  .step-2.line-color-3 .process-icon {
    border-bottom: 4px solid #82af82;
  }
}
.step-3.line-color-3 {
  border-left: 4px solid #82af82;
}
@media screen and (min-width: 767px) {
  .step-3.line-color-3 {
    border-left: none;
  }
}
@media screen and (min-width: 767px) {
  .step-3.line-color-3 .process-icon {
    border-bottom: 4px solid #82af82;
  }
}
.image_module_section {
  background-color: #f0f7ef;
  padding: 2.5rem 0;
}
@media screen and (min-width: 767px) {
  .image_module_section {
    padding: 5rem 0;
  }
}
.image_module_section picture {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.image_module_section .image_module {
  height: 201px;
  width: 96%;
  object-fit: cover;
}
@media screen and (max-width: 415px) {
  .image_module_section .image_module {
    width: calc(100% - 25px);
  }
}
@media screen and (min-width: 767px) {
  .image_module_section .image_module {
    height: 307px;
    width: 114%;
  }
}
@media screen and (min-width: 1023px) {
  .image_module_section .image_module {
    width: 91%;
  }
}
@media screen and (min-width: 1583px) {
  .image_module_section .image_module {
    width: 88%;
  }
}
@media screen and (min-width: 1200px) {
  .image_module_section .image_module {
    width: 84%;
    height: 547px;
  }
}
#nearest-transportation-map {
  height: 500px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #nearest-transportation-map {
    height: 800px;
    max-width: 1400px;
    top: 100px;
  }
}
.nearest-transportation-section {
  position: relative;
}
.nearest-transportation-section .nearest_transportation_title {
  top: 0px;
  position: absolute;
  background: #f1f6ef;
  z-index: 5;
  padding: 30px;
}
.transit-wrapper {
  position: relative;
}
.transit-information {
  background: #fff;
  position: relative;
  z-index: 2;
  width: 395px;
}
@media screen and (min-width: 992px) {
  .transit-information {
    position: absolute;
    right: 50px;
    top: 180px;
  }
}
.transit-information div {
  padding-left: 10px;
  padding-right: 20px;
  height: 90px;
  border-bottom: 1px solid #c4c4c4;
}
.transit-information div:last-child {
  border-bottom: none;
}
.transit-information div p {
  margin-bottom: 0;
}
.transit-information .bus-info,
.transit-information .metro-info,
.transit-information .train-info,
.transit-information .s-train-info {
  position: relative;
}
.transit-information .bus-info .text-wrap,
.transit-information .metro-info .text-wrap,
.transit-information .train-info .text-wrap,
.transit-information .s-train-info .text-wrap {
  width: 80%;
  position: absolute;
  right: -5px;
  top: 25px;
}
.transit-information .bus-info p,
.transit-information .metro-info p,
.transit-information .train-info p,
.transit-information .s-train-info p {
  font-size: 14px;
  line-height: 20px;
}
.transit-information .bus-info p:first-child,
.transit-information .metro-info p:first-child,
.transit-information .train-info p:first-child,
.transit-information .s-train-info p:first-child {
  font-size: 15px;
  margin-bottom: 0.2em;
  line-height: 18px;
  font-family: HelveticaNeueATPBodyBold;
}
.transit-information .bus-icon,
.transit-information .metro-icon,
.transit-information .train-icon,
.transit-information .s-train-icon {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 20%;
}
.transit-information .bus-icon {
  background-image: url("../img/svg/icon_bus.svg");
}
.transit-information .metro-icon {
  background-image: url("../img/svg/logo_metro.svg");
}
.transit-information .train-icon {
  background-image: url("../img/svg/logo_train.svg");
}
.transit-information .s-train-icon {
  background-image: url("../img/svg/logo_stog.svg");
}
.news-module-section {
  background-color: #f0f7ef;
}
.news-module-section .news-module-card-wrapper {
  transition-property: opacity;
  transition-timing-function: ease-out;
  transition-duration: 1000ms;
}
@media screen and (min-width: 767px) {
  .news-module-section .news-module-card-wrapper {
    margin-top: 30px;
  }
  .news-module-section .news-module-card-wrapper:nth-child(1) {
    margin-top: 0;
  }
  .news-module-section .news-module-card-wrapper:nth-child(2) {
    margin-top: 0;
  }
  .news-module-section .news-module-card-wrapper:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1920px) {
  .news-module-section .news-module-card-wrapper {
    margin-top: 50px;
  }
}
.news-module-section .news-card {
  height: 420px;
}
@media screen and (min-width: 992px) {
  .news-module-section .news-card {
    height: 510px;
  }
}
.news-module-section .cta {
  display: none;
}
@media screen and (min-width: 992px) {
  .news-module-section .cta {
    position: relative;
    display: block;
    float: right;
    bottom: 75px;
  }
}
.news-module-section .intro {
  max-width: 90;
}
@media screen and (min-width: 992px) {
  .news-module-section .intro {
    padding-bottom: 0px;
    max-width: 50%;
  }
}
.news-module-section .intro h2 {
  font-family: HelveticaNeueATPHead;
}
@media screen and (min-width: 767px) {
  .news-module-section .intro h2 {
    margin-bottom: 58px;
  }
}
.news-module-section .filter-heading {
  font-family: HelveticaNeueATPHead;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
}
.news-module-section .readmore-news-wrapper {
  text-align: center;
  display: inline-block;
  margin: auto;
  width: 100%;
}
.news-module-section .readmore-news-wrapper .cta {
  margin-bottom: 50px;
  bottom: 0;
  padding: 10px 20px;
  display: inline-block;
  float: none;
}
.news-module-section #readmore-news {
  float: unset;
}
.filters-btns-wrapper {
  padding-top: 0px !important;
}
.filters-btns-wrapper .news-filter-btn.active {
  border-color: #82af82;
}
.filters-btns-wrapper .news-filter-btn.active .filter-icon {
  opacity: 0.8;
}
.filters-btns-wrapper .news-filter-btn.active .cat-name {
  opacity: 1;
}
.filters-btns-wrapper a {
  display: block;
  width: 100%;
  height: 100px;
  border-left: 4px solid #c4c4c4;
  margin-bottom: 20px;
  position: relative;
}
.filters-btns-wrapper a:focus {
  color: #000;
  opacity: 1;
}
.filters-btns-wrapper a .cat-name {
  color: #000;
  text-decoration: none;
  position: absolute;
  font-family: HelveticaNeueATPHead;
  font-size: 16px;
  line-height: 32px;
  transform: translate(80px, -50%);
  top: 50%;
}
@media screen and (min-width: 767px) {
  .filters-btns-wrapper a .cat-name {
    transform: translate(85px, -50%);
  }
}
@media screen and (min-width: 992px) {
  .filters-btns-wrapper a .cat-name {
    transform: translate(110px, -50%);
  }
}
.filters-btns-wrapper a .filter-icon {
  margin-left: 10px;
  background-size: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 50px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .filters-btns-wrapper a .filter-icon {
    margin-left: 20px;
  }
}
.filters-btns-wrapper a .filter-icon img {
  width: 50.25px;
  height: 46.5px;
}
@media screen and (min-width: 767px) {
  .filters-btns-wrapper a .filter-icon img {
    width: 53.7px;
    height: 49.6px;
  }
}
@media screen and (min-width: 1200px) {
  .filters-btns-wrapper a .filter-icon img {
    width: 67px;
    height: 62px;
  }
}
.property-template-default .news-module-section > .container {
  padding-bottom: 30px;
}
.page-template-default .readmore-news-wrapper {
  display: none !important;
}
.postcard-module {
  padding-bottom: 3rem;
}
.postcard-module.is-dark {
  background-color: #02463a;
}
.postcard-module.is-light {
  background-color: #f0f7ef;
}
.postcard-module__wrapper--title {
  margin-bottom: 2rem;
  white-space: normal !important;
}
@media screen and (min-width: 1200px) {
  .postcard-module__wrapper--title {
    font-size: 31px;
  }
}
.postcard-module__wrapper--subtitle {
  font-size: 1.15rem;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .postcard-module__wrapper--subtitle {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .postcard-module__wrapper--subtitle {
    max-width: 80%;
  }
}
.postcard-module__wrapper--posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (min-width: 576px) {
  .postcard-module__wrapper--posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .postcard-module__wrapper--posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .postcard-module__wrapper--posts {
    gap: 3rem;
  }
}
@media screen and (min-width: 1583px) {
  .postcard-module__wrapper--posts {
    gap: 4rem;
  }
}
.postcard-module__wrapper--posts .post-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  color: #02463a !important;
  overflow: hidden;
}
.postcard-module__wrapper--posts .post-card:hover .post-card__img {
  transition: transform 1s;
  transform: scale(1.1);
}
.postcard-module__wrapper--posts .post-card:hover .post-card__content--cta {
  transition: transform 0.5s;
  transform: translateX(3px);
}
.postcard-module__wrapper--posts .post-card__img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  position: relative;
  transform: scale(1);
  transition: transform 1s;
}
@media screen and (min-width: 1200px) {
  .postcard-module__wrapper--posts .post-card__img {
    height: 270px;
  }
}
@media screen and (min-width: 1583px) {
  .postcard-module__wrapper--posts .post-card__img {
    height: 300px;
  }
}
.postcard-module__wrapper--posts .post-card__content {
  padding: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .postcard-module__wrapper--posts .post-card__content {
    gap: 2rem;
    padding: 3rem 2rem;
  }
}
.postcard-module__wrapper--posts .post-card__content--title {
  font-family: HelveticaNeueATPHead;
  font-weight: 600;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0;
}
.postcard-module__wrapper--posts .post-card__content--excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2;
  height: 37px;
  color: rgba(0,0,0,0.8);
}
.postcard-module__wrapper--posts .post-card__content--cta {
  display: block;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 2rem;
  height: 2rem;
  background-color: #adc200;
  background-image: url("../img/svg/arrow_v3_white.svg");
  border-radius: 2rem;
  background-size: 55%;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(0);
  transition: transform 1s;
  position: relative;
}
.postcard-module.is-dark .postcard-module__wrapper--title {
  color: #f1f6ef;
}
.postcard-module.is-light .postcard-module__wrapper--title {
  color: #02463a;
}
.postcard-module.is-dark .postcard-module__wrapper--subtitle {
  color: #f1f6ef;
}
.postcard-module.is-light .postcard-module__wrapper--subtitle {
  color: #02463a;
}
.postcard-module.is-dark .post-card__content {
  background-color: #f0f7ef;
}
.postcard-module.is-light .post-card__content {
  background-color: #fff;
}
.non-auto iframe {
  width: 100vw;
  height: 100vh !important;
  max-height: 100vh;
  min-height: 100vh;
  position: relative;
  top: 50%;
  left: 50%;
}
@media screen and (min-device-width: 319px) and (max-device-width: 812px) and (orientation: landscape) {
  .non-auto iframe {
    height: 56.25vw !important;
    min-width: 177.77vh;
  }
}
.slider-item {
  height: 100vh;
  width: 100%;
}
.gallery-mode-on #autoplaying-video.tns-slide-active video {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 5;
  object-fit: contain;
  background: #000;
}
@media screen and (min-width: 992px) {
  .gallery-mode-on #autoplaying-video.tns-slide-active video {
    object-fit: cover;
  }
}
#video-autoplaying {
  width: 100%;
}
#autoplaying-video video {
  width: 100%;
  height: 94vh;
  left: 0;
  top: 0;
  z-index: 5;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  #autoplaying-video video {
    height: 100vh;
  }
}
#hero-map,
#frontpage-hero-map {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: none;
  z-index: 5;
  margin-top: 0;
  transition: 300ms;
}
.hero-section {
  height: 70vh;
  position: relative;
  overflow: hidden;
  transition: 300ms;
}
.hero-section.ios {
  height: calc(var(--vh, 1vh) * 100);
}
@media screen and (min-width: 992px) {
  .hero-section {
    height: 100vh;
  }
  .hero-section.hide {
    height: calc(100vh - 50px);
    padding: 50px 0;
  }
  .hero-section.hide .hero-slider .slider-item img,
  .hero-section.hide .hero-slider-building .slider-item img {
    height: calc(100vh - 100px);
  }
}
.hero-section .container {
  padding-top: 0;
  padding-bottom: 0;
}
.hero-section .hero-title {
  color: #f1f6ef;
  position: absolute;
  z-index: 6000;
  top: 55%;
  padding: 0 20px;
  width: 80%;
}
@media screen and (max-width: 415px) {
  .hero-section .hero-title {
    font-size: 32px;
    top: initial;
    bottom: 10vh;
  }
}
@media screen and (max-width: 321px) {
  .hero-section .hero-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 767px) {
  .hero-section .hero-title {
    top: 60%;
    z-index: 1000;
  }
}
@media screen and (min-device-width: 319px) and (max-device-width: 812px) and (orientation: landscape) {
  .hero-section .hero-title {
    width: 100%;
    left: 0;
  }
}
.hero-section .hero-black-overlay {
  position: absolute;
  height: 94vh;
  width: 100%;
  z-index: 9;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.3) 100%), rgba(0,0,0,0.45);
}
@media screen and (min-width: 992px) {
  .hero-section .hero-black-overlay {
    height: 100vh;
  }
}
.hero-section .hero-slider-building.off {
  display: none;
}
.hero-section .hero-slider-building {
  position: absolute;
  width: 100%;
  top: 0;
}
@media screen and (min-width: 992px) {
  .hero-section .hero-slider-building {
    top: 50px;
  }
}
.hero-section .hero-slider-building .slider-item {
  position: absolute;
  background: #f1f6ef;
  width: 100%;
  top: 0;
}
.hero-section .hero-slider-building .slider-item img {
  width: auto !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  object-fit: cover;
}
@media screen and (max-width: 415px) {
  .hero-section .hero-slider-building .slider-item img {
    object-fit: contain;
  }
}
.hero-section .hero-slider .slider-item img {
  object-fit: cover;
}
.hero-section .hero-slider .slider-item img,
.hero-section .hero-slider-building .slider-item img {
  width: 100%;
  height: 60vh;
  opacity: 1;
}
@media screen and (max-width: 415px) {
  .hero-section .hero-slider .slider-item img,
  .hero-section .hero-slider-building .slider-item img {
    height: 70vh;
    max-width: 100vw !important;
  }
}
@media screen and (min-width: 992px) {
  .hero-section .hero-slider .slider-item img,
  .hero-section .hero-slider-building .slider-item img {
    height: 100vh;
  }
}
.hero-section .hero-actions-wrap {
  height: 60px;
  width: 50%;
  right: 0;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.hero-section .hero-actions-wrap .action_btns_container {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: -2px;
}
@media screen and (min-width: 767px) {
  .hero-section .hero-actions-wrap .action_btns_container {
    right: 40%;
  }
}
.hero-section .hero-actions-wrap .gallery-toggle,
.hero-section .hero-actions-wrap .building-plan-toggle,
.hero-section .hero-actions-wrap .map-toggle,
.hero-section .hero-actions-wrap .scroll-down-btn,
.hero-section .hero-actions-wrap .frontpage-map-toggle,
.hero-section .hero-actions-wrap .toggle-video {
  height: 50px;
  width: 50px;
  border: none;
  display: inline-block;
  cursor: pointer;
  background-color: #000;
  opacity: 0.7;
  background-repeat: no-repeat;
  background-position: center;
  transition: 200ms;
}
.hero-section .hero-actions-wrap .gallery-toggle:hover,
.hero-section .hero-actions-wrap .building-plan-toggle:hover,
.hero-section .hero-actions-wrap .map-toggle:hover,
.hero-section .hero-actions-wrap .scroll-down-btn:hover,
.hero-section .hero-actions-wrap .frontpage-map-toggle:hover,
.hero-section .hero-actions-wrap .toggle-video:hover {
  transition: 200ms;
  opacity: 0.8;
  height: 60px;
}
.hero-section .hero-actions-wrap .gallery-toggle.active,
.hero-section .hero-actions-wrap .building-plan-toggle.active,
.hero-section .hero-actions-wrap .map-toggle.active {
  opacity: 1;
  background-color: #f1f6ef;
  height: 60px;
}
.hero-section .hero-actions-wrap .scroll-down-btn {
  height: 20px;
  position: absolute;
  bottom: 0px;
  display: none;
  background-image: url("../img/svg/icon_dropdown_small_white.svg");
}
.hero-section .hero-actions-wrap .scroll-down-btn:hover {
  height: 30px !important;
}
@media screen and (min-width: 767px) {
  .hero-section .hero-actions-wrap .scroll-down-btn {
    display: block;
  }
}
.hero-section .hero-actions-wrap .gallery-toggle.active {
  background-image: url("../img/svg/icon_gallery_black.svg");
}
.hero-section .hero-actions-wrap .building-plan-toggle.active {
  background-image: url("../img/svg/icon_plan_black.svg");
}
.hero-section .hero-actions-wrap .map-toggle.active {
  background-image: url("../img/svg/icon_map_black.svg");
}
.hero-section .hero-actions-wrap .gallery-toggle {
  background-image: url("../img/svg/icon_gallery_white.svg");
}
.hero-section .hero-actions-wrap .building-plan-toggle {
  background-image: url("../img/svg/icon_plan_white.svg");
}
.hero-section .hero-actions-wrap .map-toggle {
  background-image: url("../img/svg/icon_map_white.svg");
}
.hero-section .tns-controls {
  position: absolute;
  display: block;
  z-index: 3;
  width: 100%;
  top: 50%;
}
.hero-section .tns-controls button {
  display: block !important;
  border-radius: 100%;
  background: #f1f6ef;
  border: none;
  position: absolute;
  padding: 0;
  transition: 300ms;
  box-shadow: 10px 10px 83px 15px rgba(0,0,0,0.25);
}
.hero-section .tns-controls button:nth-child(1) {
  left: -10%;
}
.hero-section .tns-controls button:nth-child(2) {
  right: -10%;
}
.hero-section .tns-controls button .prev-btn,
.hero-section .tns-controls button .next-btn {
  height: 30px;
  width: 30px;
  background-position: 54% 50% !important;
  background-size: 8px !important;
}
@media screen and (min-width: 767px) {
  .hero-section .tns-controls button .prev-btn,
  .hero-section .tns-controls button .next-btn {
    height: 50px;
    width: 50px;
    background-size: 12px !important;
  }
}
.hero-section .tns-controls button .prev-btn:hover,
.hero-section .tns-controls button .next-btn:hover {
  background-size: 10px !important;
}
@media screen and (min-width: 767px) {
  .hero-section .tns-controls button .prev-btn:hover,
  .hero-section .tns-controls button .next-btn:hover {
    background-size: 14px !important;
  }
}
.hero-section .tns-controls button .prev-btn {
  background: url("../img/svg/icon_button_arrow.svg") no-repeat;
  transform: rotate(180deg);
}
.hero-section .tns-controls button .next-btn {
  background: url("../img/svg/icon_button_arrow.svg") no-repeat;
}
.hero-section.hide .tns-controls button:nth-child(1) {
  left: 2%;
}
.hero-section.hide .tns-controls button:nth-child(2) {
  right: 2%;
}
@media screen and (min-width: 992px) {
  .hero-section.hide #hero-map {
    top: 50px !important;
    height: calc(100% - 50px) !important;
  }
  .hero-section.hide #hero-map #hero-map-control .tns-controls {
    transform: translateY(-50px);
  }
}
.hero-section .tns-nav {
  display: none;
}
.hero-section .animate-in {
  opacity: 1;
  transition-duration: 500ms;
}
.hero-section .animate-out {
  opacity: 0;
  transition-duration: 500ms;
}
@media screen and (min-width: 992px) {
  .hero-section.hide + section {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .standard-hero .hero-title {
    font-size: 26px;
  }
}
.single-property .sliders .tns-item {
  vertical-align: bottom !important;
  aspect-ratio: 16/9;
}
.single-property .sliders .tns-item video {
  height: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .single-property .sliders .tns-item video {
    height: auto;
  }
}
.single-property .sliders .tns-item img {
  aspect-ratio: 16/9 !important;
  max-height: unset !important;
  height: auto !important;
}
@media only screen and (max-width: 992px) {
  .single-property .sliders .tns-item img {
    height: unset !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1945px) {
  .single-property .sliders .tns-item img {
    min-height: 500px !important;
  }
}
.pr-s-properties {
  background-color: #fff;
}
.pr-s-properties__wrapper--headline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.pr-s-properties__wrapper--headline h2 {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .pr-s-properties__wrapper--headline h2 {
    font-size: 31px;
  }
}
.pr-s-properties__wrapper--headline .pr-s-link-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .pr-s-properties__wrapper--headline .pr-s-link-desktop {
    display: -ms-flexbox;
    display: flex;
  }
}
.pr-s-properties__wrapper--slides .swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.pr-s-properties__wrapper--slides .swiper-wrapper .swiper-slide .property-card {
  height: 30rem;
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .pr-s-properties__wrapper--slides .swiper-wrapper .swiper-slide .property-card {
    height: 35rem;
  }
}
@media screen and (min-width: 1583px) {
  .pr-s-properties__wrapper--slides .swiper-wrapper .swiper-slide .property-card {
    height: 40rem;
  }
}
.pr-s-properties__wrapper--slides .swiper-wrapper .swiper-slide .property-card:hover .property-card__img {
  transition: transform 1s;
  transform: scale(1.1);
}
.pr-s-properties__wrapper--slides .swiper-wrapper .swiper-slide .property-card:hover .property-card__content--price-cta .cta {
  transition: transform 2s;
  transform: translateX(3px);
}
.pr-s-properties__wrapper--slides .swiper-wrapper .swiper-slide .property-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(1);
  transition: transform 1s;
}
.pr-s-properties__wrapper--slides .swiper-wrapper .swiper-slide .property-card__content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 2rem;
  background-color: rgba(2,70,58,0.8);
}
.pr-s-properties__wrapper--slides .swiper-wrapper .swiper-slide .property-card__content--type {
  color: #adc200;
  margin: 0;
  font-size: 1.2rem;
}
.pr-s-properties__wrapper--slides .swiper-wrapper .swiper-slide .property-card__content--title {
  color: #f1f6ef !important;
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 3rem 0 0 0;
}
.pr-s-properties__wrapper--slides .swiper-wrapper .swiper-slide .property-card__content--address {
  color: #f1f6ef !important;
  font-size: 1.4rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0.5rem 0 0 0;
}
.pr-s-properties__wrapper--slides .swiper-wrapper .swiper-slide .property-card__content--price-cta {
  margin-top: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pr-s-properties__wrapper--slides .swiper-wrapper .swiper-slide .property-card__content--price-cta .price {
  color: #f1f6ef !important;
  font-size: 1.4rem;
  font-family: HelveticaNeueATPBodyLight;
}
.pr-s-properties__wrapper--slides .swiper-wrapper .swiper-slide .property-card__content--price-cta .cta {
  width: 2rem;
  height: 2rem;
  background-color: #adc200;
  background-size: 55%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/svg/arrow_v3_dark.svg");
  border-radius: 50%;
  display: block;
  line-height: 0;
  padding: 0;
  border: none;
  position: relative;
  transform: translateX(0);
  transition: transform 1s;
}
.pr-s-properties__wrapper .pr-s-link-mobile {
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .pr-s-properties__wrapper .pr-s-link-mobile {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .quote-section .image span,
  .quote-section .image h6 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .quote-section .image span,
  .quote-section .image h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 767px) {
  .quote-section .container.mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .quote-section .container.desktop {
    display: none;
  }
}
.quote-section .container .row img {
  width: 100%;
  max-width: 392px;
}
.quote-section .container .row h6 {
  font-size: 14px;
  line-height: 18px;
  font-family: HelveticaNeueATPHead;
  padding-top: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .quote-section .container .row h6 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .quote-section .container .row h6 {
    font-size: 16px;
  }
}
.quote-section .description .quote {
  font-family: HelveticaNeueATPBody;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (min-width: 767px) {
  .quote-section .description .quote {
    margin-bottom: 2em;
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (min-width: 992px) {
  .quote-section .description .quote {
    font-size: 32px;
    line-height: 46px;
  }
}
.quote-section.right-aligned .image {
  text-align: left;
  margin-bottom: 3rem;
}
@media screen and (min-width: 767px) {
  .quote-section.right-aligned .image {
    text-align: right;
    margin-bottom: 0;
  }
}
.quote-section.right-aligned .image span {
  display: block;
  width: 70%;
  float: left;
}
@media screen and (min-width: 767px) {
  .quote-section.right-aligned .image span {
    float: right;
  }
}
.quote-section.left-aligned .image {
  text-align: left;
  margin-bottom: 3rem;
}
@media screen and (min-width: 767px) {
  .quote-section.left-aligned .image {
    margin-bottom: 0;
  }
}
.quote-section.left-aligned .image span {
  display: block;
  width: 70%;
  float: left;
}
.related-properties .properties-wrapper {
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.related-properties .properties-wrapper .img-container {
  padding: 0;
  height: 370px;
  max-width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .related-properties .properties-wrapper .img-container {
    height: auto;
    margin: 0;
    max-width: 100%;
  }
}
.related-properties .properties-wrapper .img-container img {
  width: 100%;
  height: 185px;
  object-fit: cover;
}
@media screen and (min-width: 767px) {
  .related-properties .properties-wrapper .img-container img {
    height: 268px;
  }
}
@media screen and (min-width: 1200px) {
  .related-properties .properties-wrapper .img-container img {
    height: 351px;
  }
}
.related-properties .properties-wrapper .img-container:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 767px) {
  .related-properties .properties-wrapper .img-container:not(:last-child) {
    margin-bottom: 0;
  }
}
.related-properties .properties-wrapper .img-container a:hover {
  opacity: unset;
}
.related-properties .properties-wrapper .img-container .content-overlay {
  background: #000;
  width: 100%;
  left: 0;
  bottom: 5%;
  right: 0;
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
  height: auto;
  padding: 1.5rem 0;
}
@media screen and (min-width: 767px) {
  .related-properties .properties-wrapper .img-container .content-overlay {
    position: absolute;
    background: linear-gradient(180deg, rgba(0,0,0,0) 45.19%, rgba(0,0,0,0.5) 100%), rgba(0,0,0,0.7);
    top: 0;
    height: 100%;
    opacity: 0;
  }
}
.related-properties .properties-wrapper .img-container .content-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  padding: 0 1.5em;
  width: 100%;
  top: 73%;
  left: 50%;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 767px) {
  .related-properties .properties-wrapper .img-container .content-details {
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1200px) {
  .related-properties .properties-wrapper .img-container .content-details {
    padding: 0 2.5em;
    top: 70%;
  }
}
.related-properties .properties-wrapper .img-container .content-details .address {
  margin-bottom: 0;
}
.related-properties .properties-wrapper .img-container:hover .content-overlay,
.related-properties .properties-wrapper .img-container:hover .content-details,
.related-properties .properties-wrapper .img-container:active.content-overlay,
.related-properties .properties-wrapper .img-container:active.content-details {
  opacity: 1;
}
.related-properties .properties-wrapper .img-container:active > a {
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .related-properties .properties-wrapper .img-container:active > a {
    pointer-events: auto;
  }
}
.related-properties .properties-wrapper .img-container .content-details h4 {
  font-family: HelveticaNeueATPBodyBold;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0.5em;
  word-break: break-word;
}
@media screen and (min-width: 1200px) {
  .related-properties .properties-wrapper .img-container .content-details h4 {
    font-size: 32px;
    line-height: 38px;
  }
}
.related-properties .properties-wrapper .img-container .content-details p {
  font-family: HelveticaNeueATPBodyBold;
  color: #aaa;
  font-size: 12px;
  line-height: 14px;
  word-break: break-word;
}
@media screen and (min-width: 767px) {
  .related-properties .properties-wrapper .img-container .content-details p {
    width: 90%;
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .related-properties .properties-wrapper .img-container .content-details p {
    width: 100%;
  }
}
.related-properties .properties-wrapper .img-container .zip-code {
  margin-right: 0.5em;
}
.related-properties .properties-wrapper a {
  text-decoration: none;
  text-align: left;
}
.related-properties .properties-wrapper a .icon {
  display: inline-block;
  background-image: url("../img/svg/icon_arrow_news_box.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .related-properties .properties-wrapper a .icon {
    color: #000;
    background-image: none;
    background-color: #82af82;
    text-indent: initial;
    width: unset;
    height: unset;
    padding: 0.5rem 1.5rem;
  }
}
.related-properties .description p:last-child {
  padding-bottom: 3rem;
}
.standard-hero {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  max-height: 640px;
  position: relative;
  z-index: 1;
}
.standard-hero_image-wrap {
  height: 100%;
  width: 100%;
  position: relative;
}
.standard-hero_image {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.standard-hero_image img {
  width: 100%;
  height: 120%;
  object-fit: cover;
}
.standard-hero .hero-overlay {
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 9;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.3) 100%), rgba(0,0,0,0.45);
}
@media screen and (min-width: 767px) {
  .standard-hero .hero-overlay {
    height: 100%;
  }
}
.standard-hero .container {
  padding-top: 0;
  padding-bottom: 0;
}
.standard-hero .hero-title {
  color: #f1f6ef;
  position: absolute;
  z-index: 1000000;
  top: 60%;
  padding-left: 25px;
}
@media screen and (max-width: 415px) {
  .standard-hero .hero-title {
    top: initial;
    bottom: 10vh;
  }
}
@media screen and (min-width: 767px) {
  .standard-hero .hero-title {
    z-index: 1000;
  }
}
@media screen and (min-width: 992px) {
  .standard-hero .hero-title {
    padding-left: 0px;
  }
}
.standard-hero #autoplaying-video,
.standard-hero #video-autoplaying {
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 767px) {
  .standard-hero #autoplaying-video,
  .standard-hero #video-autoplaying {
    height: 100%;
  }
}
.cluster div {
  width: 48px !important;
  line-height: 48px !important;
}
.table table:first-of-type {
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.23) 100%);
  width: 100% !important;
}
.table table:first-of-type table {
  background: none !important;
  padding: 0px !important;
}
.table-module {
  padding: 0 20px;
}
@media screen and (min-width: 767px) {
  .table-module {
    margin-bottom: 50px;
  }
}
.table-module .table td,
.table-module .table th {
  padding: 0.5rem;
}
@media screen and (min-width: 767px) {
  .table-module .table td,
  .table-module .table th {
    padding: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .table-module h2 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .table-module table:nth-of-type(1) {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    height: auto !important;
  }
}
.table-module table:nth-of-type(1) tbody tr td table tbody tr td,
.table-module table:nth-of-type(1) tbody tr td table tbody tr td:first-child,
.table-module table:nth-of-type(1) tbody tr td table tbody tr td:last-child {
  text-align: center;
  font-weight: normal;
  background: inherit !important;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 14px !important;
  position: initial;
}
@media screen and (min-width: 767px) {
  .table-module table:nth-of-type(1) tbody tr td table tbody tr td,
  .table-module table:nth-of-type(1) tbody tr td table tbody tr td:first-child,
  .table-module table:nth-of-type(1) tbody tr td table tbody tr td:last-child {
    font-size: 16px !important;
  }
}
.table-module table:nth-of-type(1) tbody tr td:nth-child(1) {
  padding-right: 20px;
  text-align: right;
  background: #f1f6ef;
}
@media screen and (max-width: 1024px) {
  .table-module table:nth-of-type(1) tbody tr td:nth-child(1) {
    position: sticky;
    left: 0;
  }
}
.table-module table:nth-of-type(1) tbody tr:first-child {
  text-align: center;
  font-weight: normal;
}
.table-module table:nth-of-type(1) tbody tr:first-child td {
  font-size: 18px;
}
.table-module table:nth-of-type(1) tbody tr:last-child td {
  background: #f1f6ef;
}
.table-module table:nth-of-type(1) tbody tr:last-child td:last-child {
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
}
.table-module table:nth-of-type(2) td:first-child {
  text-align: left;
}
.table-module table:nth-of-type(2) td:last-child {
  text-align: right;
}
.table-module table:nth-of-type(2) td {
  background: #f1f6ef !important;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal !important;
}
.table-module h6 {
  margin-top: -25px;
}
.table-module .table-blue-light {
  background: rgba(205,235,239,0.5);
}
.table-module .table-blue-dark {
  background: rgba(78,112,182,0.5);
}
.table-module .table-green-light {
  background: rgba(200,220,190,0.5);
}
.table-module .table-green-dark {
  background: rgba(130,175,130,0.5);
}
.table-module .table-grey {
  background: rgba(217,217,214,0.5);
}
.table-module .table-yellow {
  background: rgba(252,245,173,0.5);
}
.table-module .table-white {
  background: #f1f6ef;
}
.table-module.no-custom-colors td:nth-child(2) {
  background: rgba(205,235,239,0.5);
}
.table-module.no-custom-colors td:nth-child(3) {
  background: rgba(78,112,182,0.5);
}
.table-module.no-custom-colors td:nth-child(4) {
  background: rgba(200,220,190,0.5);
}
.table-module.no-custom-colors td:nth-child(5) {
  background: rgba(217,217,214,0.5);
}
.table-module.no-custom-colors td:nth-child(6) {
  background: rgba(252,245,173,0.5);
}
.table-module.no-custom-colors td:-nth-child(7) {
  background: rgba(130,175,130,0.5);
}
.table-module.no-custom-colors td:last-child {
  background: #f1f6ef !important;
}
.text-image_gallery {
  background-color: #f0f7ef;
  padding-top: 5rem;
  padding-bottom: 5rem;
  max-width: 1655px;
  margin: 0 auto;
}
.text-image_gallery.light {
  background-color: #f0f7ef;
}
.text-image_gallery.none {
  background-color: #fff;
}
.text-image_gallery__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media screen and (min-width: 1200px) {
  .text-image_gallery__wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
  }
  .text-image_gallery__wrapper.left {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.text-image_gallery__wrapper .description {
  width: 100%;
  padding: 2rem;
}
@media screen and (min-width: 1200px) {
  .text-image_gallery__wrapper .description {
    padding: 0 5rem;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .text-image_gallery__wrapper .description__wrapper {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1583px) {
  .text-image_gallery__wrapper .description__wrapper {
    max-width: 85%;
  }
}
.text-image_gallery__wrapper .description__wrapper .line-container {
  white-space: normal !important;
}
.text-image_gallery__wrapper .description__wrapper .title {
  font-family: HelveticaNeueATPHead;
}
.text-image_gallery__wrapper .description__wrapper .text-image_gallery__cta-btn {
  padding-top: 1.5rem;
}
.text-image_gallery__wrapper .image {
  width: 100%;
  max-height: 42vh;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .text-image_gallery__wrapper .image {
    width: 50%;
    max-height: none;
  }
}
.text-image_gallery__wrapper .image .text-image_gallery--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image_gallery .gallery-wrapper {
  position: relative;
  height: 485px;
  width: 100%;
  display: none;
}
@media screen and (min-width: 1200px) {
  .text-image_gallery .gallery-wrapper {
    display: block;
  }
}
.text-image_gallery .gallery-wrapper .gallery-image--img {
  position: absolute;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 767px) {
  .text-image_gallery .gallery-wrapper .gallery-image--img:nth-child(1) {
    width: 500px;
    height: 350px;
    left: 130px;
    top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .text-image_gallery .gallery-wrapper .gallery-image--img:nth-child(1) {
    width: 600px;
    height: 350px;
    left: 230px;
    top: 0;
  }
}
@media screen and (min-width: 767px) {
  .text-image_gallery .gallery-wrapper .gallery-image--img:nth-child(2) {
    width: 420px;
    height: 280px;
    top: 205px;
    left: 630px;
  }
}
@media screen and (min-width: 1400px) {
  .text-image_gallery .gallery-wrapper .gallery-image--img:nth-child(2) {
    width: 420px;
    height: 280px;
    top: 205px;
    left: 830px;
  }
}
@media screen and (min-width: 767px) {
  .text-image_gallery .gallery-wrapper .gallery-image--img:nth-child(3) {
    width: 300px;
    height: 205px;
    top: 0;
    left: 630px;
  }
}
@media screen and (min-width: 1400px) {
  .text-image_gallery .gallery-wrapper .gallery-image--img:nth-child(3) {
    width: 300px;
    height: 205px;
    top: 0;
    left: 830px;
  }
}
@media screen and (min-width: 767px) {
  .text-image_gallery .gallery-wrapper.right .gallery-image--img:nth-child(1) {
    width: 270px;
    height: 225px;
    left: 100px;
    top: 95px;
  }
}
@media screen and (min-width: 767px) {
  .text-image_gallery .gallery-wrapper.right .gallery-image--img:nth-child(2) {
    width: 470px;
    height: 320px;
    top: 0px;
    left: 370px;
  }
}
@media screen and (min-width: 767px) {
  .text-image_gallery .gallery-wrapper.right .gallery-image--img:nth-child(3) {
    width: 350px;
    height: 230px;
    top: 0;
    left: 840px;
  }
}
.text-image_slider {
  background-color: #f0f7ef;
}
@media screen and (min-width: 767px) {
  .text-image_slider .container {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 767px) {
  .text-image_slider .description {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .text-image_slider .description .title {
    font-family: HelveticaNeueATPHead;
    font-size: 64px;
    line-height: 72px;
    margin-top: 1em;
  }
}
.text-image_slider .description .sub-title {
  color: #727272;
  font-size: 16px;
  line-height: 19px;
}
.text-image_slider .image-slider {
  position: relative;
  z-index: 0;
  margin-top: 5rem;
}
@media screen and (min-width: 767px) {
  .text-image_slider .image-slider {
    margin-top: 0;
    float: right;
  }
}
.text-block {
  text-align: right;
}
.text-block .slider-text {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 767px) {
  .text-block .slider-text {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .text-block .slider-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.slider-wrap {
  width: 100%;
}
.slider-wrap ul.slider {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.slider-wrap ul.slider li {
  float: right;
  height: auto;
  width: 320px;
  display: none;
}
@media screen and (max-width: 415px) {
  .slider-wrap ul.slider li {
    width: calc(100%);
    padding-left: 82px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 767px) {
  .slider-wrap ul.slider li {
    width: 320px;
  }
}
@media screen and (min-width: 992px) {
  .slider-wrap ul.slider li {
    width: 425px;
  }
}
.slider-wrap ul.slider li img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
@media screen and (min-width: 767px) {
  .slider-wrap ul.slider li img {
    height: 472px;
    width: 320px;
  }
}
@media screen and (min-width: 992px) {
  .slider-wrap ul.slider li img {
    height: 700px;
    width: 425px;
  }
}
.arrow-down {
  margin-top: 3rem;
}
li.active {
  display: block !important;
}
.controls-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  left: -7px;
  position: relative;
/*
  @media $small-mobile-max {
    justify-content end
    position: relative;
    left: -7px;
  }
  */
}
@media screen and (min-width: 992px) {
  .controls-wrapper {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 415px) {
  .text-image_slider .text-block .slider-title {
    margin-top: 0.5em;
  }
  .text-image_slider .text-block .slider-text {
    margin-bottom: 0;
    width: 80%;
    margin-left: auto;
  }
}
.btns {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 48px;
  background-color: #000;
  -webkit-mask: url("../img/svg/icon_button_arrow_v2.svg") no-repeat 50% 50%;
  mask: url("../img/svg/icon_button_arrow_v2.svg") no-repeat 50% 50%;
}
.previous {
  transform: scale(-1, -1);
}
.text-image .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
}
.text-image .container.right {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media screen and (max-width: 576px) {
  .text-image .container {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .text-image .container {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10rem;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-image .container.right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.text-image__img {
  width: calc(100% + 4rem);
  transform: translateX(-2rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .text-image__img {
    width: 100%;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1200px) {
  .text-image__img {
    width: 40%;
  }
}
.text-image__img--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 500px;
}
@media screen and (min-width: 1200px) {
  .text-image__img--img {
    max-height: none;
  }
}
.text-image__img--img-caption {
  margin-top: 1rem;
  padding-left: 15px;
}
@media screen and (min-width: 992px) {
  .text-image__img--img-caption {
    padding-left: 0;
  }
}
.text-image__text {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .text-image__text {
    width: 60%;
  }
}
.text-image__text .title {
  font-family: HelveticaNeueATPHead;
}
.text-image__text .text {
  margin-bottom: 25px;
}
.text-image__text .cta-btn {
  margin-top: 3rem;
}
.text-image .fn-image {
  width: 573px;
  height: 517px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 375px) {
  .text-image .fn-image {
    transform: scale(0.7) !important;
  }
}
@media screen and (max-width: 767px) {
  .text-image .fn-image {
    transform: scale(0.8);
    overflow: inherit;
    width: 100%;
  }
}
.text-image .fn-image img {
  position: absolute;
}
.text-image .fn-image .square {
  margin-left: -40%;
  visibility: hidden;
}
@media screen and (max-width: 375px) {
  .text-image .fn-image .square {
    margin-left: -50%;
  }
}
@media screen and (min-device-width: 319px) and (max-device-width: 812px) and (orientation: landscape) {
  .text-image .fn-image .square {
    margin-left: -35%;
  }
}
@media screen and (min-width: 992px) {
  .text-image .fn-image .square {
    margin-left: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .text-image .fn-image .square {
    margin-left: -130px;
    visibility: initial;
  }
}
.text-image .fn-image .slideLeft {
  animation-duration: 2s;
  animation-name: slideInFromLeft;
  visibility: visible;
}
.text-image .fn-image .slideRight {
  animation-duration: 2s;
  animation-name: slideInFromRight;
  visibility: visible;
}
.text-image .fn-image .slideDown {
  animation-duration: 2s;
  animation-name: slideDown;
  visibility: visible;
}
.text-image .fn-image .slideUp {
  animation-duration: 2s;
  animation-name: slideUp;
  visibility: visible;
}
.text-image .fn-image .square1 {
  height: 177px;
  width: 177px;
  left: 320px;
  top: 156px;
}
.text-image .fn-image .square2 {
  height: 188px;
  width: 188px;
  left: 132px;
  top: 191px;
}
.text-image .fn-image .square3 {
  height: 145px;
  width: 145px;
  left: 175px;
  top: 46px;
}
.text-image .fn-image .square4 {
  height: 144px;
  width: 144px;
  left: 320px;
  top: 333px;
}
@keyframes slideInFromLeft {
  from {
    left: -100px;
  }
  to {
    left: 132px;
  }
}
@keyframes slideInFromRight {
  from {
    left: 573px;
  }
  to {
    left: 320px;
  }
}
@keyframes slideDown {
  from {
    top: -100px;
  }
  to {
    top: 46px;
  }
}
@keyframes slideUp {
  from {
    top: 450px;
  }
  to {
    top: 333px;
  }
}
.employees .container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 767px) {
  .employees .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.employees .filter-row {
  -ms-flex-align: end;
  align-items: flex-end;
}
.employees .search {
  margin-top: 0 !important;
}
.employees .search .search-icon {
  margin-bottom: 10px;
}
.employees input:-ms-input-placeholder {
  font-family: HelveticaNeueATPBodyBold;
  font-size: 18px;
  color: #727272 !important;
  margin-bottom: -10px;
}
.employees input::placeholder {
  font-family: HelveticaNeueATPBodyBold;
  font-size: 18px;
  color: #727272 !important;
  margin-bottom: -10px;
}
.employee-image {
  overflow: hidden;
}
.employee-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  transition: 1000ms;
}
.employees-result .container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 767px) {
  .employees-result .container {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}
.single-employee .container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 767px) {
  .single-employee .container {
    padding-top: 9rem;
    padding-bottom: 5rem;
  }
}
.employees-result .reset-search-result,
.video-module-section .reset-search-result {
  cursor: pointer;
}
.employees-result .row,
.video-module-section .row {
  -ms-flex-pack: start;
  justify-content: start;
}
.employees-result .row .col-lg-4,
.video-module-section .row .col-lg-4 {
  padding-bottom: 65px;
}
.employees-result h5,
.video-module-section h5 {
  font-family: HelveticaNeueATPBody;
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 7px;
}
@media screen and (min-width: 767px) {
  .employees-result h5,
  .video-module-section h5 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .employees-result h5,
  .video-module-section h5 {
    font-size: 24px;
    line-height: 36px;
  }
}
.employees-result .employee-job_title,
.video-module-section .employee-job_title,
.employees-result .employee-department,
.video-module-section .employee-department {
  font-family: HelveticaNeueATPBody;
  font-size: 14px;
  line-height: 18px;
  color: #767676;
}
@media screen and (min-width: 767px) {
  .employees-result .employee-job_title,
  .video-module-section .employee-job_title,
  .employees-result .employee-department,
  .video-module-section .employee-department {
    font-size: 15px;
  }
}
.employees-result .employee-department,
.video-module-section .employee-department {
  margin-bottom: 26px;
}
.employees-result .employee-phone svg,
.video-module-section .employee-phone svg,
.employees-result .employee-mail svg,
.video-module-section .employee-mail svg {
  height: 35px;
  position: relative;
  left: -10px;
}
.employees-result .employee-phone,
.video-module-section .employee-phone {
  font-family: HelveticaNeueATPBody;
  color: #181818;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}
.employees-result .employee-phone svg.fa-phone,
.video-module-section .employee-phone svg.fa-phone {
  height: 20px;
  left: 0;
  top: -3px;
}
@media screen and (min-width: 767px) {
  .employees-result .employee-phone,
  .video-module-section .employee-phone {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .employees-result .employee-phone,
  .video-module-section .employee-phone {
    line-height: 32px;
  }
}
.employees-result .employee-mail a,
.video-module-section .employee-mail a {
  font-family: HelveticaNeueATPBody;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .employees-result .employee-mail a,
  .video-module-section .employee-mail a {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .employees-result .employee-mail a,
  .video-module-section .employee-mail a {
    font-size: 20px;
    line-height: 32px;
  }
}
.video-module-section h2 {
  font-family: HelveticaNeueATPHead;
}
@media screen and (min-width: 767px) {
  .video-module-section h2 {
    margin-bottom: 80px;
  }
}
.video-module-section .col-12 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 767px) {
  .video-module-section .col-12 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.video-module-section .employee-image {
  background-color: #000;
}
.video-module-section .employee-image img {
  width: 100%;
  opacity: 0.7;
}
@media screen and (min-width: 1200px) {
  .video-module-section .employee-image img {
    height: 379px;
  }
}
.employees-result .size-employee_card_img {
  width: 100%;
  height: auto;
}
.iframe {
  background-color: #f2f1ef;
  display: none;
  height: 300px;
}
@media screen and (min-width: 1200px) {
  .iframe {
    height: 379px;
  }
}
.employees-result .iframe {
  height: 300px;
}
.show-iframe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.employee-image.thumbnail {
  position: relative;
}
.play-button {
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-image: url("../img/svg/icon_play.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
}
.play-button:hover {
  cursor: pointer;
}
.video-module-section .play-button {
  top: 50%;
  left: 10%;
}
@media screen and (min-width: 767px) {
  .video-module-section .play-button {
    top: 50%;
    left: 8%;
  }
}
@media screen and (min-width: 1023px) {
  .video-module-section .play-button {
    top: 45%;
  }
}
@media screen and (min-width: 1023px) {
  .video-module-section .play-button {
    top: 56%;
  }
}
.page-template-404-template {
  background-color: #d9d9d6;
}
.page-template-404-template .go-back-link {
  font-family: HelveticaNeueATPBodyBold;
}
.page-template-404-template ul {
  padding-top: 40px;
}
.page-template-404-template .main-navigation .menu-logo {
  background: url("../img/svg/logo_black.svg") no-repeat;
}
.chosen-properties .load-more {
  margin-top: 100px;
}
.chosen-properties .load-more p {
  margin: 0 auto 50px auto;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
body {
  padding-right: 0px !important;
}
.modal.contact-modal,
.modal.download-modal {
  z-index: 99999999;
  border: none;
  font-family: HelveticaNeueATPHead;
  top: 10%;
}
@media screen and (min-width: 576px) {
  .modal.contact-modal .modal-dialog,
  .modal.download-modal .modal-dialog {
    max-width: 600px;
  }
}
.modal.contact-modal .modal-dialog .modal-content,
.modal.download-modal .modal-dialog .modal-content {
  padding: 48px;
}
.modal.contact-modal .modal-dialog .modal-content .modal-header,
.modal.download-modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border-bottom: none;
  display: inline-block;
}
.modal.contact-modal .modal-dialog .modal-content .modal-header .heading,
.modal.download-modal .modal-dialog .modal-content .modal-header .heading {
  font-size: 32px;
  line-height: 38px;
  margin-top: 0;
  width: 95%;
}
.modal.contact-modal .modal-dialog .modal-content .modal-header p,
.modal.download-modal .modal-dialog .modal-content .modal-header p {
  margin-bottom: 45px;
  width: 95%;
}
.modal.contact-modal .modal-dialog .modal-content .modal-header button.close,
.modal.download-modal .modal-dialog .modal-content .modal-header button.close {
  width: 29px;
  height: 29px;
  display: block;
  position: absolute;
  top: 29px;
  right: 29px;
  margin: 0;
}
.modal.contact-modal .modal-dialog .modal-content .modal-header button.close span.left-cross-icon,
.modal.download-modal .modal-dialog .modal-content .modal-header button.close span.left-cross-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 44%;
  bottom: 45%;
  background: #000;
  border-radius: 4px;
  transform: rotate(45deg);
}
.modal.contact-modal .modal-dialog .modal-content .modal-header button.close span.right-cross-icon,
.modal.download-modal .modal-dialog .modal-content .modal-header button.close span.right-cross-icon {
  position: absolute;
  left: 0%;
  right: 0;
  top: 44%;
  bottom: 45%;
  background: #000;
  border-radius: 4px;
  transform: rotate(-45deg);
}
.modal.contact-modal .modal-dialog .modal-content .modal-body,
.modal.download-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form label,
.modal.download-modal .modal-dialog .modal-content .modal-body form label {
  font-size: 18px;
  line-height: 28px;
  color: #727272;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form label input,
.modal.download-modal .modal-dialog .modal-content .modal-body form label input {
  font-size: 14px;
  border-bottom: 2px solid #000;
  border-top: none;
  border-left: none;
  border-right: none;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form label input:focus,
.modal.download-modal .modal-dialog .modal-content .modal-body form label input:focus,
.modal.contact-modal .modal-dialog .modal-content .modal-body form label input:active,
.modal.download-modal .modal-dialog .modal-content .modal-body form label input:active,
.modal.contact-modal .modal-dialog .modal-content .modal-body form label input:visited,
.modal.download-modal .modal-dialog .modal-content .modal-body form label input:visited {
  border-bottom: 2px solid #000;
  border-top: none;
  outline: none;
  outline-width: 0;
  border-left: none;
  border-right: none;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form .cta,
.modal.download-modal .modal-dialog .modal-content .modal-body form .cta {
  width: 223px;
  border: none;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-top: 57px;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form .cta br,
.modal.download-modal .modal-dialog .modal-content .modal-body form .cta br {
  display: none !important;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form .cta span.cta-text,
.modal.download-modal .modal-dialog .modal-content .modal-body form .cta span.cta-text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 24px;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form .contact_checkbox,
.modal.download-modal .modal-dialog .modal-content .modal-body form .contact_checkbox {
  width: 22px;
  height: 22px;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form .wpcf7-not-valid-tip,
.modal.download-modal .modal-dialog .modal-content .modal-body form .wpcf7-not-valid-tip {
  color: #727272;
  font-size: 14px;
  line-height: 28px;
  font-family: HelveticaNeueATPBody;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form .check,
.modal.download-modal .modal-dialog .modal-content .modal-body form .check {
  margin-left: 0;
  width: 22px;
  height: 22px;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form .check input[type="checkbox"],
.modal.download-modal .modal-dialog .modal-content .modal-body form .check input[type="checkbox"] {
  display: none;
  width: 22px;
  height: 22px;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form .check input[type="checkbox"]:checked + .box,
.modal.download-modal .modal-dialog .modal-content .modal-body form .check input[type="checkbox"]:checked + .box {
  background-color: #fff;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form .check input[type="checkbox"]:checked + .box:after,
.modal.download-modal .modal-dialog .modal-content .modal-body form .check input[type="checkbox"]:checked + .box:after {
  width: 0;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form .check input[type="checkbox"]:checked + .box:before,
.modal.download-modal .modal-dialog .modal-content .modal-body form .check input[type="checkbox"]:checked + .box:before {
  width: 0;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form .check .box,
.modal.download-modal .modal-dialog .modal-content .modal-body form .check .box {
  width: 100%;
  height: 100%;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  border: 2px solid #000;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form .check .box:after,
.modal.download-modal .modal-dialog .modal-content .modal-body form .check .box:after {
  width: 300%;
  height: 100%;
  content: '';
  position: absolute;
  border-left: 2px solid;
  border-color: #000;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transform-origin: center center;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form .check .box:before,
.modal.download-modal .modal-dialog .modal-content .modal-body form .check .box:before {
  width: 300%;
  height: 100%;
  content: '';
  position: absolute;
  border-right: 2px solid;
  border-color: #000;
  transform: rotate(45deg) translate3d(0, 0, 0);
  transform-origin: center center;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form span.wpcf7-form-control-wrap[class*="acceptance-"],
.modal.download-modal .modal-dialog .modal-content .modal-body form span.wpcf7-form-control-wrap[class*="acceptance-"] {
  display: inline-block;
  position: absolute;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form .acceptance-text,
.modal.download-modal .modal-dialog .modal-content .modal-body form .acceptance-text {
  font-size: 16px;
  line-height: 24px;
  padding-left: 50px;
  display: inline-block;
  max-width: 418px;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form input:-internal-autofill-selected,
.modal.download-modal .modal-dialog .modal-content .modal-body form input:-internal-autofill-selected {
  background-color: #f1f6ef;
}
.modal.contact-modal .modal-dialog .modal-content .modal-body form .wpcf7-response-output,
.modal.download-modal .modal-dialog .modal-content .modal-body form .wpcf7-response-output {
  margin: 0;
}
#Coi-Renew {
  opacity: 0.5;
}
#coiOverlay {
  font-family: HelveticaNeueATPBody !important;
}
#coiOverlay .coi-banner__accept {
  color: #f1f6ef;
  background-color: #02463a;
}
#coiOverlay .coi-banner__decline {
  text-transform: initial;
}
#coiOverlay .coi-button-group button {
  font-size: 14px;
  line-height: 16px;
  padding: 15px;
}
#coiOverlay .coi-banner__header img {
  width: 225px !important;
}
#coiOverlay .coi-banner__policy {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
#coiOverlay .coi-checkboxes input[type=checkbox]:checked + .checkbox-toggle {
  background-color: #02463a;
}
.properties-result .reset-search-result {
  cursor: pointer;
}
.properties-result .container {
  padding-top: 1rem;
  padding-bottom: 0;
}
@media screen and (min-width: 767px) {
  .properties-result .container {
    padding-top: 0;
  }
}
@media screen and (min-width: 767px) {
  .properties-result .container .properties-wrapper {
    padding-bottom: 3rem;
  }
}
.properties-result .container > div {
  padding: 0;
}
.properties-result .content-details-link {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 415px) {
  .properties-result .content-details-link .address {
    padding-right: 20px;
  }
  .properties-result .content-details-link .address .city {
    margin-top: 10px;
  }
}
.properties-result .content-details-link:hover {
  color: #000;
  text-decoration: none;
}
.filter {
  position: relative;
  top: 71px;
  margin-bottom: 71px;
  padding: 7rem 0;
}
@media screen and (min-width: 576px) {
  .filter {
    padding: 7rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .filter {
    top: 102.38px;
    padding: 5rem 7%;
    min-height: 85vh;
    max-width: 1620px;
    margin: 0 auto 102.38px auto;
  }
}
.filter .loader-wrapper {
  position: fixed;
  z-index: 4;
  width: 100%;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .filter .loader-wrapper {
    width: 70%;
    right: 0;
    left: unset;
    margin-top: 5rem;
  }
}
.filter .count-results {
  text-align: center;
  font-size: 21px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .filter .count-results {
    text-align: right;
    font-size: 24px;
    margin-bottom: 2rem;
  }
}
.filter .filter-result-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid rgba(2,70,58,0.4);
}
@media screen and (min-width: 1200px) {
  .filter .filter-result-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5rem;
    border-bottom: none;
  }
}
.filter .filter-result-wrapper .filters {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: fixed;
  top: 71px;
  left: 0;
  z-index: 3;
  background-color: #c8dcbe;
}
@media screen and (min-width: 1200px) {
  .filter .filter-result-wrapper .filters {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    position: relative;
    top: unset;
    left: unset;
    background-color: #f1f6ef;
    gap: 2.5rem;
  }
}
.filter .filter-result-wrapper .filters .reset-search-result {
  font-family: HelveticaNeueATPBodyLight;
  margin-top: 2rem;
  padding: 0.8rem 2rem;
  font-size: 17px;
  border: 1px solid #02463a;
  width: max-content;
  cursor: pointer;
  border-radius: 2rem;
}
.filter .filter-result-wrapper .filters__filter {
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.filter .filter-result-wrapper .filters__filter[data-mobile="show"] {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .filter .filter-result-wrapper .filters__filter {
    display: -ms-flexbox;
    display: flex;
    max-width: 250px;
  }
}
.filter .filter-result-wrapper .filters__filter--label {
  font-weight: 600;
  margin: 0;
  cursor: pointer;
  padding: 1.5rem 2rem;
  text-align: center;
  font-family: HelveticaNeueATPBodyBold;
  font-size: 1.3rem;
  background-color: transparent;
  transition: all 0.2s;
}
.filter .filter-result-wrapper .filters__filter--label.active {
  background-color: #c8dcbe;
  transition: all 0.2s;
}
.filter .filter-result-wrapper .filters__filter--label.non-active {
  background-color: #f1f6ef;
  transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .filter .filter-result-wrapper .filters__filter--label {
    padding: 0;
    text-align: left;
    font-family: HelveticaNeueATPHead;
    font-size: 1.2rem;
    background-color: transparent !important;
  }
}
.filter .filter-result-wrapper .filters__filter--filters {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  background-color: #c8dcbe;
  top: 100%;
  left: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  gap: 1rem;
  padding: 2rem 2rem 0 2rem;
  max-height: 50vh;
  overflow-y: auto;
  box-shadow: 0 10px 13px rgba(0,0,0,0.3);
}
.filter .filter-result-wrapper .filters__filter--filters.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s;
}
@media screen and (min-width: 576px) {
  .filter .filter-result-wrapper .filters__filter--filters {
    padding: 2rem 20% 0 20%;
  }
}
@media screen and (min-width: 1200px) {
  .filter .filter-result-wrapper .filters__filter--filters {
    box-shadow: none;
    position: relative;
    top: unset;
    left: unset;
    max-height: none;
    overflow-y: inherit;
    background-color: transparent;
    padding: 0;
    opacity: 1;
    visibility: visible;
  }
}
.filter .filter-result-wrapper .filters__filter--filters .reset-wrapper {
  position: sticky;
  bottom: 0;
  background-color: #c8dcbe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 1200px) {
  .filter .filter-result-wrapper .filters__filter--filters .reset-wrapper {
    display: none;
  }
}
.filter .filter-result-wrapper .filters__filter--filters .reset-wrapper .reset-search-result {
  font-family: HelveticaNeueATPBodyLight;
  margin: 2rem 0;
  padding: 0.6rem 2rem;
  font-size: 17px;
  border: 1px solid #02463a;
  width: max-content;
  cursor: pointer;
  border-radius: 2rem;
}
.filter .filter-result-wrapper .filters__filter .search-form {
  width: 100%;
}
.filter .filter-result-wrapper .filters__filter .search-form .search {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  background: none;
  padding-right: 1rem;
  border-bottom: 2px solid #adc200;
}
.filter .filter-result-wrapper .filters__filter .search-form .search .searchTerm {
  background: none;
  width: 100%;
  border: none;
  padding: 1rem;
  outline: none;
  font-size: 17px;
  font-weight: 600;
  font-family: HelveticaNeueATPBodyLight;
  color: #02463a !important;
}
.filter .filter-result-wrapper .filters__filter .search-form .search .searchTerm:-ms-input-placeholder {
  font-family: HelveticaNeueATPBodyLight;
  font-weight: 500;
  color: rgba(2,70,58,0.6) !important;
}
.filter .filter-result-wrapper .filters__filter .search-form .search .searchTerm::placeholder {
  font-family: HelveticaNeueATPBodyLight;
  font-weight: 500;
  color: rgba(2,70,58,0.6) !important;
}
.filter .filter-result-wrapper .filters__filter .search-form .search .search-icon {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-mask: url("../img/svg/search_icon_v3.svg") no-repeat center;
  mask: url("../img/svg/search_icon_v3.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #02463a;
}
.filter .filter-result-wrapper .filters__filter .search-form .search .search-icon:hover {
  cursor: pointer;
}
.filter .filter-result-wrapper .filters__filter .input-radio {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.filter .filter-result-wrapper .filters__filter .input-radio .radio-replace {
  padding-left: 2.2rem;
  font-family: HelveticaNeueATPBodyLight;
  font-size: 17px;
}
.filter .filter-result-wrapper .filters__filter .input-radio .radio-replace::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #adc200;
  border-radius: 50%;
  background: transparent;
}
.filter .filter-result-wrapper .filters__filter .input-radio .radio-replace::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #adc200;
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  border-radius: 50%;
}
.filter .filter-result-wrapper .filters__filter .input-radio input {
  display: none;
}
.filter .filter-result-wrapper .filters__filter .input-radio input:checked + .radio-replace::after {
  display: block;
}
.filter .filter-result-wrapper .filters__filter .input-checkbox {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.filter .filter-result-wrapper .filters__filter .input-checkbox .checkbox-replace {
  padding-left: 2.2rem;
  font-family: HelveticaNeueATPBodyLight;
  font-size: 17px;
}
.filter .filter-result-wrapper .filters__filter .input-checkbox .checkbox-replace::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #02463a;
  background: transparent;
}
.filter .filter-result-wrapper .filters__filter .input-checkbox .checkbox-replace::after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("../img/svg/checkmark.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  border-radius: 50%;
}
.filter .filter-result-wrapper .filters__filter .input-checkbox input {
  display: none;
}
.filter .filter-result-wrapper .filters__filter .input-checkbox input:checked + .checkbox-replace::after {
  display: block;
}
.filter .filter-result-wrapper .filters__filter .selector {
  position: relative;
  width: 100%;
}
.filter .filter-result-wrapper .filters__filter .selector .area-slider {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 17px;
}
.filter .filter-result-wrapper .filters__filter .selector .area-slider::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
  color: #39c9a9;
  transform: translateY(-50%);
}
.filter .filter-result-wrapper .filters__filter .selector #slider-range {
  width: 100%;
  margin-bottom: 20px;
  border: none;
  background: #adc200;
  height: 2px;
  margin-left: 8px;
  margin-right: 8px;
}
.filter .filter-result-wrapper .filters__filter .selector .ui-slider-handle {
  border: 0;
  border-radius: 50%;
  background: #adc200 !important;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.33);
  top: -9px;
  width: 21px;
  height: 21px;
  outline: none;
  background-color: #82af82;
}
.filter .filter-result-wrapper .filters__filter .selector .ui-slider-handle:hover {
  background: #adc200 !important;
  border: none !important;
  cursor: pointer;
}
.filter .filter-result-wrapper .filters__filter .selector .slider-area {
  position: relative;
  display: inline-block;
  line-height: 28px;
  text-align: left;
}
.filter .filter-result-wrapper .properties-result {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .filter .filter-result-wrapper .properties-result {
    width: 70%;
  }
}
.filter .filter-result-wrapper .properties-result .properties-wrapper .no-results {
  font-family: HelveticaNeueATPBodyLight;
  padding: 2rem;
  font-size: 18px;
  line-height: 32px;
}
.filter .filter-result-wrapper .properties-result .properties-wrapper .no-results span {
  border-bottom: 2px solid #000;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .filter .filter-result-wrapper .properties-result .properties-wrapper .no-results {
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
    padding: 2rem 0;
  }
}
.filter .property-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .filter .property-type {
    width: 45%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1023px) {
  .filter .property-type {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .filter .property-type {
    width: 35%;
  }
}
.filter .property-type label,
.filter .property-type .count {
  font-family: HelveticaNeueATPBodyLight;
}
.filter .search-form input:-ms-input-placeholder {
  font-family: HelveticaNeueATPBodyBold;
  font-size: 18px;
  color: #000;
}
.filter .search-form input::placeholder {
  font-family: HelveticaNeueATPBodyBold;
  font-size: 18px;
  color: #000;
}
.filter .search-form .searchTerm {
  color: #f1f6ef;
}
select {
  display: none;
}
.dropdown {
  font-family: HelveticaNeueATPBodyBold;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/svg/arrow-down-v2.svg");
  background-color: transparent;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  background-position: right center;
  background-repeat: no-repeat;
  background-origin: content-box;
  border: none;
  border-bottom: 2px solid #adc200;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 767px) {
  .dropdown {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 2rem;
  }
}
.dropdown:focus {
  outline: none;
}
.dropdown:hover {
  border-bottom: 2px solid #adc200;
}
.dropdown.open .list {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.dropdown.open .option {
  cursor: pointer;
}
.dropdown.wide {
  width: 100%;
}
.dropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.dropdown .list {
  font-family: HelveticaNeueATPBodyLight;
  width: 100%;
  box-sizing: border-box;
  background-color: #f1f6ef;
  margin-top: 2px;
  padding: 3px 0;
  opacity: 0;
  overflow: auto;
  max-height: 350px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}
.dropdown .list ul {
  padding: 0;
  margin: 0;
}
.dropdown .list ul li {
  font-size: 16px;
  line-height: 49px;
  list-style-type: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal !important;
  color: #02463a;
}
.dropdown .option {
  cursor: default;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  font-family: HelveticaNeueATPBodyBold;
}
.dropdown .option:hover,
.dropdown .option:focus {
  background-color: #587758;
  color: #f1f6ef;
}
.dropdown .option.selected {
  font-weight: 600;
}
.dropdown .option.selected:focus {
  background: #587758;
  color: #f1f6ef;
}
.dropdown .current {
  font-size: 16px;
  line-height: 49px;
  padding: 10px 0;
}
@media screen and (min-width: 992px) {
  .dropdown .current {
    font-size: 20px;
  }
}
.ui-widget-header {
  background: #adc200 !important;
}
.sort {
  position: relative;
}
.sort #results-top {
  position: absolute;
  top: 200px;
}
@media screen and (min-width: 992px) {
  .sort #results-top {
    top: 150px;
  }
}
.sorting {
  padding: 0;
  width: 100%;
  font-family: HelveticaNeueATPBodyBold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
/*
  @media $small-mobile-max {
    padding 70px 0 0 0
    position relative
  }

  @media $tablet {
    position unset;
    width unset;
    justify-content flex-end;
  }
  */
}
.sorting .count-results {
  width: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
/*
    @media $small-mobile-max {
      top 25px;
    }
    @media $tablet{
      left: 15px;
      margin-bottom: 0;
    }
    */
}
@media screen and (min-width: 992px) {
  .sorting .count-results {
    width: unset;
  }
}
@media screen and (max-width: 767px) {
  .sorting .count-results {
    font-family: 'HelveticaNeueATPBody';
  }
}
.sorting .property_check {
  width: 100%;
  margin-right: 20px;
/*
    @media $tablet {
      width: 25%;
    }
    @media $desktop {
      width: 15%;
    }
    */
}
@media screen and (min-width: 992px) {
  .sorting .property_check {
    width: 25%;
  }
}
.sorting .property_check .order {
  font-family: HelveticaNeueATPBodyLight;
}
.sorting .btn-group {
  margin-top: 35px;
}
.sorting .btn-group span {
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem 1.3rem;
}
.sorting .btn-group #list span {
  background-image: url("../img/svg/icon_list_view.svg");
}
.sorting .btn-group #grid span {
  background-image: url("../img/svg/icon_gallery_view.svg");
}
.sorting .btn-group .btn {
  padding: 0.5rem;
}
.sorting .btn-group .btn:focus {
  box-shadow: none;
}
.sorting .btn-group .btn.active {
  border-bottom: 2px solid #82af82;
}
.sorting .current {
  font-size: 14px;
}
.sorting .dropdown {
  border-color: #000;
  background-image: url("../img/svg/arrow-down.svg");
}
.result.grid .list-wrapper {
  display: none;
}
.filters-mobile {
  margin-bottom: 49px;
  padding: 1rem 0;
/*
  @media $tablet {
    margin 0;
    border none;
    padding none;
  }
  */
}
@media screen and (min-width: 992px) {
  .filters-mobile {
    margin-bottom: 0;
  }
}
.filters-mobile .filters-mobile_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: start;
  font-family: HelveticaNeueATPBodyBold;
  font-size: 16px;
  line-height: 19px;
  border-bottom: 2px solid #adc200;
}
@media screen and (min-width: 992px) {
  .filters-mobile .filters-mobile_wrapper {
    display: none;
  }
}
.filters-mobile .filters-mobile_wrapper .text {
  padding: 25px 0;
}
.filters-mobile .filters-mobile_wrapper .icon {
  display: inline-block;
  -webkit-mask: url("../img/svg/icon_dropdown_big.svg") no-repeat 50% 50%;
  mask: url("../img/svg/icon_dropdown_big.svg") no-repeat 50% 50%;
  background-color: #adc200;
  width: 50px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
footer {
  background: #02463a;
}
.footer {
  padding: 50px 25px 100px 25px;
  padding-bottom: 100px;
  color: #fff;
}
.footer_left-col {
  display: inline-grid;
  padding-bottom: 50px;
}
@media screen and (min-width: 767px) {
  .footer_left-col {
    padding-bottom: 0;
  }
}
.footer_left-col .number svg.fa-phone {
  height: 15px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 767px) {
  .footer_left-col .number svg.fa-phone {
    height: 25px;
    top: -3px;
  }
}
.footer_left-col .number,
.footer_left-col .email {
  font-size: 18px;
  line-height: 35px;
  text-decoration: none;
  color: #f1f6ef;
}
@media screen and (min-width: 767px) {
  .footer_left-col .number,
  .footer_left-col .email {
    font-size: 24px;
  }
}
.footer_left-col .socials {
  padding: 20px 0;
}
.footer_left-col .socials a:not(:last-child) {
  margin-right: 10px;
}
.footer_left-col .socials .linkedin,
.footer_left-col .socials .facebook,
.footer_left-col .socials .instagram {
  height: 50px;
  width: 50px;
  display: inline-block;
}
.footer_left-col .socials .linkedin {
  background: url("../img/socials/icon_linkedin.svg") no-repeat;
}
.footer_left-col .socials .facebook {
  background: url("../img/socials/icon_facebook.svg") no-repeat;
}
.footer_left-col .socials .instagram {
  background: url("../img/socials/icon_instagram.svg") no-repeat;
}
.footer_left-col span:not(.tel-label) {
  display: none;
}
@media screen and (min-width: 767px) {
  .footer_left-col span:not(.tel-label) {
    font-size: 16px;
    display: block;
    line-height: 28px;
    padding-top: 50px;
  }
}
.footer_right-col {
  display: inline-grid;
  text-align: right;
  width: 100%;
}
.footer_internal-links,
.footer .policy-links {
  display: inline-grid;
}
@media screen and (min-width: 767px) {
  .footer_internal-links,
  .footer .policy-links {
    padding-bottom: 40px;
  }
}
.footer_internal-links a,
.footer .policy-links a {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}
.footer_internal-links span,
.footer .policy-links span {
  font-size: 14px;
  line-height: 28px;
}
.footer_internal-links .crv,
.footer .policy-links .crv {
  display: block;
  margin-top: 2rem;
}
@media screen and (min-width: 767px) {
  .footer_internal-links .crv,
  .footer .policy-links .crv {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .footer .policy-links {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer .policy-links a {
    line-height: 30px;
  }
}
.page-template-front-page .property_card {
  z-index: 99;
}
.page-template-front-page #available-properties {
  left: 5% !important;
  bottom: 10px !important;
  max-width: 150px;
  position: absolute;
  z-index: 90;
  color: #f1f6ef;
  font-family: HelveticaNeueATPHead;
}
@media screen and (min-width: 767px) {
  .page-template-front-page #available-properties {
    right: 10% !important;
    bottom: 265px !important;
    left: unset !important;
  }
}
@media screen and (min-width: 1023px) {
  .page-template-front-page #available-properties {
    max-width: 230px;
    text-align: right;
  }
}
.page-template-front-page .hero-actions-wrap {
  height: 100px;
  width: 60px;
  right: 5%;
  bottom: 20px;
}
@media screen and (min-width: 767px) {
  .page-template-front-page .hero-actions-wrap {
    right: 10%;
    bottom: 60px;
  }
  .page-template-front-page .hero-actions-wrap.frontpage-scroll-down-wrap {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    right: initial;
    z-index: 10;
    position: absolute;
    width: 100px;
    height: 50px;
  }
  .page-template-front-page .hero-actions-wrap.frontpage-scroll-down-wrap .scroll-down-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    display: block;
  }
}
.page-template-front-page .hero-actions-wrap .action_btns_container button {
  background-image: none !important;
  background: inherit !important;
  height: 50px;
  width: 100px;
  font-size: 16px;
  color: #f1f6ef;
  font-family: HelveticaNeueATPHead;
  margin-bottom: 15px;
  border-right: 2px solid rgba(255,255,255,0.5);
}
.page-template-front-page .hero-actions-wrap .action_btns_container button.active {
  height: 100px;
  border-right-color: #82af82;
}
.page-template-front-page .hero-actions-wrap .action_btns_container button:hover {
  border-right-color: #82af82;
}
.page-template-front-page .hero-actions-wrap .action_btns_container button:focus {
  outline: none;
  border-right-color: #82af82;
}
.page-template-front-page .play-full-video {
  position: absolute;
  bottom: 60px;
  height: 50px;
  width: auto;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  bottom: 20px;
  left: 20px;
}
@media screen and (min-width: 767px) {
  .page-template-front-page .play-full-video {
    bottom: 80px;
    left: initial;
  }
}
.page-template-front-page .play-full-video i {
  height: 100%;
  cursor: pointer;
  display: block;
  background-repeat: no-repeat;
  width: 60px;
  margin-right: 10px;
  background-image: url("../img/svg/icon_play.svg");
}
.page-template-front-page .play-full-video p {
  white-space: nowrap;
}
.page-template-front-page .play-full-video p,
.page-template-front-page .play-full-video span {
  color: #f1f6ef;
  font-family: HelveticaNeueATPHead;
  margin: auto;
}
#video-duration {
  margin-left: 20px;
  display: none;
}
@media screen and (min-width: 767px) {
  #video-duration {
    display: block;
  }
}
.video-timeline {
  width: 130px;
  height: 2px;
  background: rgba(255,255,255,0.2);
  border-radius: 2px;
  position: relative;
  margin: auto;
  margin-left: 20px;
  display: none;
}
@media screen and (min-width: 767px) {
  .video-timeline {
    display: block;
  }
}
#video-progress {
  border-radius: 2px;
  height: 2px;
  width: 0%;
  -moz-transition: all 15s ease;
  -moz-transition-delay: 1s;
  -webkit-transition: all 15s ease;
  -webkit-transition-delay: 1s;
  transition: all 15s ease;
  transition-delay: 1s;
  position: absolute;
  display: none;
}
#video-progress::-webkit-progress-bar {
  background: #adc200;
}
@media screen and (min-width: 767px) {
  #video-progress {
    display: block;
  }
}
progress::-webkit-progress-value {
  background: #adc200;
}
#hero-map .gm-style > .gmnoprint {
  z-index: 10 !important;
}
@media screen and (max-width: 415px) {
  #hero-map .gm-style > .gmnoprint.gm-bundled-control {
    display: none !important;
  }
}
#hero-map .gm-style > div:first-child {
  z-index: auto !important;
}
#hero-map #available-properties {
  z-index: 1 !important;
}
#hero-map .hero-actions-wrap {
  z-index: 3 !important;
  bottom: 60px !important;
  right: 10% !important;
}
@media screen and (max-width: 415px) {
  body.page-template-front-page #hero-map .gm-style-iw {
    max-height: none !important;
  }
  body.page-template-front-page #hero-map .gm-style-iw .gm-style-iw-d {
    max-height: none !important;
  }
  body.page-template-front-page #hero-map .gm-style-iw .gm-style-iw-d .property_card.container {
    max-width: 100% !important;
    height: 350px;
    overflow-y: scroll;
  }
  body.page-template-front-page #hero-map .gm-style-iw .gm-style-iw-d .property_card.container > .row > div {
    padding: 0 10px;
  }
  body.page-template-front-page #hero-map .gm-style-iw .gm-style-iw-d .property_card.container .property_card_address {
    margin: 5px 0;
  }
  body.page-template-front-page #hero-map .gm-style-iw .gm-style-iw-d .property_card.container .property_card_zip {
    margin-bottom: 5px;
  }
  body.page-template-front-page #hero-map .gm-style-iw .gm-style-iw-d .property_card.container .property_card_city {
    margin-bottom: 5px;
  }
  body.page-template-front-page #hero-map .gm-style-iw .gm-style-iw-d .property_card.container .area-wrap {
    text-align: left;
  }
  body.page-template-front-page #hero-map .gm-style-iw .gm-style-iw-d .property_card.container a.cta {
    bottom: 10px;
    left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body.page-template-front-page #hero-map .gm-style-iw .gm-style-iw-d .property_card.container a.cta .cta-text {
    padding: 5px;
  }
  body.page-template-front-page #hero-map .gm-style-iw .gm-style-iw-d .property_card.container a.cta .cta-icon.readmore {
    padding: 5px 20px;
  }
}
.hero-section-v2 .hero-slider-v2 {
  max-width: initial;
  padding: 0;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .hero-section-v2 .hero-slider-v2 {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.hero-section-v2 .hero-slider-v2 .visual-container {
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .hero-section-v2 .hero-slider-v2 .visual-container {
    width: 50%;
    padding: 12rem 3rem 4rem 3rem;
  }
}
.hero-section-v2 .hero-slider-v2 .visual-container .top {
  position: relative;
}
.hero-section-v2 .hero-slider-v2 .visual-container .top .property-hero-slider {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 25rem;
}
@media screen and (min-width: 992px) {
  .hero-section-v2 .hero-slider-v2 .visual-container .top .property-hero-slider {
    height: 35.7rem;
  }
}
.hero-section-v2 .hero-slider-v2 .visual-container .top .property-hero-slider .swiper-wrapper .swiper-slide {
  height: 100%;
  background-color: transparent !important;
}
.hero-section-v2 .hero-slider-v2 .visual-container .top .property-hero-slider .swiper-wrapper .swiper-slide .slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section-v2 .hero-slider-v2 .visual-container .top .property-hero-slider .swiper-wrapper .swiper-slide .slider-video {
  width: 100%;
  height: auto;
}
.hero-section-v2 .hero-slider-v2 .visual-container .top .view-gallery-cta {
  position: absolute;
  z-index: 1;
  bottom: 2rem;
  left: 2rem;
  background: #02463a;
  color: #f1f6ef;
  padding: 1rem 2rem;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero-section-v2 .hero-slider-v2 .visual-container .top .view-gallery-cta:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.2rem;
  background: #02463a url("../img/svg/caret_icon_lime.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .hero-section-v2 .hero-slider-v2 .visual-container .top .view-gallery-cta {
    right: 1rem;
    bottom: 1rem;
    left: initial;
    font-size: 10px;
    padding: 0.5rem 1.2rem;
    gap: 1rem;
  }
  .hero-section-v2 .hero-slider-v2 .visual-container .top .view-gallery-cta:after {
    width: 0.8rem;
    height: 0.85rem;
  }
}
.hero-section-v2 .hero-slider-v2 .visual-container .top .view-gallery-cta:hover {
  filter: brightness(1.8);
}
.hero-section-v2 .hero-slider-v2 .visual-container .top .property-hero-slider__buttons {
  display: none;
}
@media screen and (min-width: 767px) {
  .hero-section-v2 .hero-slider-v2 .visual-container .top .property-hero-slider__buttons {
    position: absolute;
    z-index: 1;
    bottom: 2rem;
    right: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.6rem;
  }
  .hero-section-v2 .hero-slider-v2 .visual-container .top .property-hero-slider__buttons .prs-btn {
    width: 2.2rem;
    height: 2.2rem;
    cursor: pointer;
    border: none;
    outline: none;
    background: #02463a url("../img/svg/caret_icon_lime.svg") no-repeat;
    background-size: 0.8rem;
    background-position: center;
    transition: 0.3s;
  }
  .hero-section-v2 .hero-slider-v2 .visual-container .top .property-hero-slider__buttons .prs-btn.prs-btn-prev {
    transform: rotate(180deg);
  }
  .hero-section-v2 .hero-slider-v2 .visual-container .top .property-hero-slider__buttons .prs-btn:hover {
    filter: brightness(1.8);
  }
}
.hero-section-v2 .hero-slider-v2 .visual-container .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  padding: 3rem;
}
.hero-section-v2 .hero-slider-v2 .visual-container .bottom .info-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.hero-section-v2 .hero-slider-v2 .visual-container .bottom .info-container strong {
  font-size: 18px;
  font-family: 'HelveticaNeueATPBodyBold';
}
.hero-section-v2 .hero-slider-v2 .text-container {
  width: 100%;
  padding: 4rem 3rem;
  background: #02463a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .hero-section-v2 .hero-slider-v2 .text-container {
    width: 50%;
    padding: 1rem 6.5rem 0 6.5rem;
  }
}
.hero-section-v2 .hero-slider-v2 .text-container .description {
  width: 100%;
}
.hero-section-v2 .hero-slider-v2 .text-container .description h1,
.hero-section-v2 .hero-slider-v2 .text-container .description h2,
.hero-section-v2 .hero-slider-v2 .text-container .description h3,
.hero-section-v2 .hero-slider-v2 .text-container .description h4,
.hero-section-v2 .hero-slider-v2 .text-container .description h5,
.hero-section-v2 .hero-slider-v2 .text-container .description .headline {
  color: #f1f6ef;
}
.hero-section-v2 .hero-slider-v2 .text-container .description .headline {
  font-size: 2rem;
  font-family: 'HelveticaNeueATPBody';
}
@media screen and (max-width: 767px) {
  .hero-section-v2 .hero-slider-v2 .text-container .description .headline {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.hero-section-v2 .hero-slider-v2 .text-container .description .facts {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-section-v2 .hero-slider-v2 .text-container .description .facts .info-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f6ef;
  padding: 6px 50px;
  color: #000;
}
.hero-section-v2 .hero-slider-v2 .text-container .description .facts .info-container strong {
  font-family: 'HelveticaNeueATPBody';
}
@media screen and (max-width: 767px) {
  .hero-section-v2 .hero-slider-v2 .text-container .description .facts .info-container {
    padding: 6px 12.5%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
  }
}
.hero-section-v2 .hero-slider-v2 .text-container .description .big-cta {
  display: block;
  padding: 1.5rem 1.5rem 1.5rem 6rem;
  background: #fff;
  text-decoration: none;
  font-family: 'HelveticaNeueATPBody';
  background: #f1f6ef;
  color: #02463a;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .hero-section-v2 .hero-slider-v2 .text-container .description .big-cta {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-v2 .hero-slider-v2 .text-container .description .big-cta .title {
    margin-bottom: 2rem;
  }
}
.hero-section-v2 .hero-slider-v2 .text-container .description .big-cta:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .hero-section-v2 .hero-slider-v2 .text-container .description .big-cta:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.hero-section-v2 .hero-slider-v2 .text-container .description .big-cta:hover {
  background: #adc200;
}
.hero-section-v2 .hero-slider-v2 .text-container .description .big-cta:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
}
.hero-section-v2 .hero-slider-v2 .text-container .description .big-cta.contact-cta:before {
  background: url("../img/svg/contact_icon_big_cta.svg") no-repeat;
}
.hero-section-v2 .hero-slider-v2 .text-container .description .big-cta.view-building-cta:before {
  background: url("../img/svg/view_building_icon_big_cta.svg") no-repeat;
}
.hero-section-v2 .hero-slider-v2 .text-container .description .big-cta.view-map-cta:before {
  background: url("../img/svg/view_map_icon_big_cta.svg") no-repeat;
}
.hero-section-v2 .hero-slider-v2 .text-container .description .big-cta.view-data-cta {
  margin-bottom: 0;
}
.hero-section-v2 .hero-slider-v2 .text-container .description .big-cta.view-data-cta:before {
  background: url("../img/svg/view_data_icon_big_cta.svg") no-repeat;
}
.hero-section-v2.property-v3 .hero-slider-v2 .visual-container .top .slider-cta-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .hero-section-v2.property-v3 .hero-slider-v2 .visual-container .top .slider-cta-container {
    right: auto;
    left: 2rem;
  }
}
.hero-section-v2.property-v3 .hero-slider-v2 .visual-container .top .slider-cta-container__btn {
  background-color: #02463a;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  position: static;
  display: block;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-section-v2.property-v3 .hero-slider-v2 .visual-container .top .slider-cta-container__btn.view-gallery-cta {
  background-image: url("../img/svg/zoom_v3.svg");
}
.hero-section-v2.property-v3 .hero-slider-v2 .visual-container .top .slider-cta-container__btn.view-building-cta {
  background-image: url("../img/svg/dashboard_v3.svg");
}
.hero-section-v2.property-v3 .hero-slider-v2 .visual-container .top .slider-cta-container__btn.view-map-cta {
  background-image: url("../img/svg/pin_drop_v3.svg");
}
.hero-section-v2.property-v3 .hero-slider-v2 .visual-container .top .slider-cta-container__btn:hover {
  filter: brightness(1.8);
}
.hero-section-v2.property-v3 .hero-slider-v2 .visual-container .top .slider-cta-container__btn::after {
  display: none;
}
.hero-section-v2.property-v3 .hero-slider-v2 .visual-container .top .property-hero-slider__buttons .prs-btn {
  border-radius: 50%;
  background: #02463a url("../img/svg/arrow_v3_fill.svg") no-repeat;
  background-size: 0.8rem;
  background-position: 12px 8.6px;
}
.hero-section-v2.property-v3 .hero-slider-v2 .visual-container .top .property-hero-slider__buttons .prs-btn.prs-btn-prev {
  transform: scaleX(-1);
}
.hero-section-v2.property-v3 .hero-slider-v2 .text-container {
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (min-width: 992px) {
  .hero-section-v2.property-v3 .hero-slider-v2 .text-container {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 3rem !important;
    gap: 28%;
  }
}
@media screen and (min-width: 992px) {
  .hero-section-v2.property-v3 .hero-slider-v2 .text-container .description .headline {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .hero-section-v2.property-v3 .hero-slider-v2 .text-container .description h1.title {
    font-size: 3.7rem;
  }
}
.hero-section-v2.property-v3 .hero-slider-v2 .text-container .description .facts {
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2rem 3rem;
}
.hero-section-v2.property-v3 .hero-slider-v2 .text-container .description .facts .info-container {
  background-color: transparent;
  color: #f1f6ef;
  gap: 0.5rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .hero-section-v2.property-v3 .hero-slider-v2 .text-container .description .facts .info-container {
    width: auto;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
  }
}
.hero-section-v2.property-v3 .hero-slider-v2 .text-container .description .big-cta {
  background-color: #adc200;
  border-radius: 3rem;
  font-weight: 600;
  padding: 1.5rem 2rem;
  transition: all 0.25s;
}
.hero-section-v2.property-v3 .hero-slider-v2 .text-container .description .big-cta:hover {
  transition: all 0.25s;
  filter: brightness(1.25);
}
.hero-section-v2.property-v3 .hero-slider-v2 .text-container .description .big-cta::before {
  right: 0.5rem;
  left: auto;
  background-color: #02463a;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-position: center;
  background-size: 2.8rem;
}
.hero-section-v2.property-v3 .hero-slider-v2 .text-container .description .big-cta.contact-cta::before {
  background-image: url("../img/svg/big_cta_pencil.svg");
}
.hero-section-v2.property-v3 .hero-slider-v2 .text-container .description .big-cta.view-data-cta::before {
  background-image: url("../img/svg/big_cta_doc.svg");
}
.hero-section-v2.property-v3 .hero-slider-v2 .text-container .v3-cta {
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .hero-section-v2.property-v3 .hero-slider-v2 .text-container .v3-cta {
    font-size: 1.4rem;
  }
}
.hero-section-v2 {
  position: relative;
  overflow: hidden;
  transition: 300ms;
}
.hero-section-v2.ios {
  height: calc(var(--vh, 1vh) * 100);
}
@media screen and (min-width: 992px) {
  .hero-section-v2.hide {
    height: calc(100vh - 50px);
    padding: 50px 0;
  }
  .hero-section-v2.hide .hero-slider-v2 {
    display: none;
  }
  .hero-section-v2.hide .hero-slider .slider-item img,
  .hero-section-v2.hide .hero-slider-building .slider-item img {
    height: calc(100vh - 100px);
  }
}
.hero-section-v2.hide > div:not(.hero-slider-v2) .tns-controls button:nth-child(1) {
  left: 2%;
}
.hero-section-v2.hide > div:not(.hero-slider-v2) .tns-controls button:nth-child(2) {
  right: 2%;
}
@media screen and (min-width: 992px) {
  .hero-section-v2.hide #hero-map {
    top: 50px !important;
    height: calc(100% - 50px) !important;
  }
  .hero-section-v2.hide #hero-map #hero-map-control .tns-controls {
    transform: translateY(-50px);
  }
}
.hero-section-v2 .container {
  padding-top: 0;
  padding-bottom: 0;
}
.hero-section-v2 .hero-title {
  color: #f1f6ef;
  position: absolute;
  z-index: 6000;
  top: 55%;
  padding: 0 20px;
  width: 80%;
}
@media screen and (max-width: 415px) {
  .hero-section-v2 .hero-title {
    font-size: 32px;
    top: initial;
    bottom: 10vh;
  }
}
@media screen and (max-width: 321px) {
  .hero-section-v2 .hero-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 767px) {
  .hero-section-v2 .hero-title {
    top: 60%;
    z-index: 1000;
  }
}
@media screen and (min-device-width: 319px) and (max-device-width: 812px) and (orientation: landscape) {
  .hero-section-v2 .hero-title {
    width: 100%;
    left: 0;
  }
}
.hero-section-v2 .hero-black-overlay {
  position: absolute;
  height: 94vh;
  width: 100%;
  z-index: 9;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.3) 100%), rgba(0,0,0,0.45);
}
@media screen and (min-width: 992px) {
  .hero-section-v2 .hero-black-overlay {
    height: 100vh;
  }
}
.hero-section-v2 .hero-slider-building.off {
  display: none;
}
.hero-section-v2 .hero-slider-building {
  position: absolute;
  width: 100%;
  top: 0;
}
.hero-section-v2 .hero-slider-building .slider-item {
  position: absolute;
  background: #fff;
  width: 100%;
  top: 0;
}
.hero-section-v2 .hero-slider-building .slider-item img {
  width: auto !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  object-fit: cover;
}
@media screen and (max-width: 415px) {
  .hero-section-v2 .hero-slider-building .slider-item img {
    object-fit: contain;
  }
}
.hero-section-v2 .hero-slider .slider-item img {
  object-fit: cover;
}
.hero-section-v2 .hero-slider .slider-item img,
.hero-section-v2 .hero-slider-building .slider-item img {
  width: 100%;
  height: 60vh;
  opacity: 1;
}
@media screen and (max-width: 415px) {
  .hero-section-v2 .hero-slider .slider-item img,
  .hero-section-v2 .hero-slider-building .slider-item img {
    height: 70vh;
    max-width: 100vw !important;
  }
}
@media screen and (min-width: 992px) {
  .hero-section-v2 .hero-slider .slider-item img,
  .hero-section-v2 .hero-slider-building .slider-item img {
    height: 100vh;
  }
}
.hero-section-v2 .hero-actions-wrap {
  height: 0;
  width: 50%;
  right: 0;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.hero-section-v2 .hero-actions-wrap .action_btns_container {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: -2px;
}
@media screen and (min-width: 767px) {
  .hero-section-v2 .hero-actions-wrap .action_btns_container {
    right: 40%;
  }
}
.hero-section-v2 .hero-actions-wrap .gallery-toggle,
.hero-section-v2 .hero-actions-wrap .building-plan-toggle,
.hero-section-v2 .hero-actions-wrap .map-toggle,
.hero-section-v2 .hero-actions-wrap .scroll-down-btn,
.hero-section-v2 .hero-actions-wrap .frontpage-map-toggle,
.hero-section-v2 .hero-actions-wrap .toggle-video {
  height: 50px;
  width: 50px;
  border: none;
  display: inline-block;
  cursor: pointer;
  background-color: #000;
  opacity: 0.7;
  background-repeat: no-repeat;
  background-position: center;
  transition: 200ms;
}
.hero-section-v2 .hero-actions-wrap .gallery-toggle:hover,
.hero-section-v2 .hero-actions-wrap .building-plan-toggle:hover,
.hero-section-v2 .hero-actions-wrap .map-toggle:hover,
.hero-section-v2 .hero-actions-wrap .scroll-down-btn:hover,
.hero-section-v2 .hero-actions-wrap .frontpage-map-toggle:hover,
.hero-section-v2 .hero-actions-wrap .toggle-video:hover {
  transition: 200ms;
  opacity: 0.8;
  height: 60px;
}
.hero-section-v2 .hero-actions-wrap .gallery-toggle.active,
.hero-section-v2 .hero-actions-wrap .building-plan-toggle.active,
.hero-section-v2 .hero-actions-wrap .map-toggle.active {
  opacity: 1;
  background-color: #f1f6ef;
  height: 60px;
}
.hero-section-v2 .hero-actions-wrap .scroll-down-btn {
  height: 20px;
  position: absolute;
  bottom: 0px;
  display: none;
  background-image: url("../img/svg/icon_dropdown_small_white.svg");
}
.hero-section-v2 .hero-actions-wrap .scroll-down-btn:hover {
  height: 30px !important;
}
@media screen and (min-width: 767px) {
  .hero-section-v2 .hero-actions-wrap .scroll-down-btn {
    display: block;
  }
}
.hero-section-v2 .hero-actions-wrap .gallery-toggle.active {
  background-image: url("../img/svg/icon_gallery_black.svg");
}
.hero-section-v2 .hero-actions-wrap .building-plan-toggle.active {
  background-image: url("../img/svg/icon_plan_black.svg");
}
.hero-section-v2 .hero-actions-wrap .map-toggle.active {
  background-image: url("../img/svg/icon_map_black.svg");
}
.hero-section-v2 .hero-actions-wrap .gallery-toggle {
  background-image: url("../img/svg/icon_gallery_white.svg");
}
.hero-section-v2 .hero-actions-wrap .building-plan-toggle {
  background-image: url("../img/svg/icon_plan_white.svg");
}
.hero-section-v2 .hero-actions-wrap .map-toggle {
  background-image: url("../img/svg/icon_map_white.svg");
}
.hero-section-v2 > div:not(.hero-slider-v2) .tns-controls {
  position: absolute;
  display: block;
  z-index: 3;
  width: 100%;
  top: 50%;
}
.hero-section-v2 > div:not(.hero-slider-v2) .tns-controls button {
  display: block !important;
  border-radius: 100%;
  background: #f1f6ef;
  border: none;
  position: absolute;
  padding: 0;
  transition: 300ms;
  box-shadow: 10px 10px 83px 15px rgba(0,0,0,0.25);
}
.hero-section-v2 > div:not(.hero-slider-v2) .tns-controls button:nth-child(1) {
  left: -10%;
}
.hero-section-v2 > div:not(.hero-slider-v2) .tns-controls button:nth-child(2) {
  right: -10%;
}
.hero-section-v2 > div:not(.hero-slider-v2) .tns-controls button .prev-btn,
.hero-section-v2 > div:not(.hero-slider-v2) .tns-controls button .next-btn {
  height: 30px;
  width: 30px;
  background-position: 54% 50% !important;
  background-size: 8px !important;
}
@media screen and (min-width: 767px) {
  .hero-section-v2 > div:not(.hero-slider-v2) .tns-controls button .prev-btn,
  .hero-section-v2 > div:not(.hero-slider-v2) .tns-controls button .next-btn {
    height: 50px;
    width: 50px;
    background-size: 12px !important;
  }
}
.hero-section-v2 > div:not(.hero-slider-v2) .tns-controls button .prev-btn:hover,
.hero-section-v2 > div:not(.hero-slider-v2) .tns-controls button .next-btn:hover {
  background-size: 10px !important;
}
@media screen and (min-width: 767px) {
  .hero-section-v2 > div:not(.hero-slider-v2) .tns-controls button .prev-btn:hover,
  .hero-section-v2 > div:not(.hero-slider-v2) .tns-controls button .next-btn:hover {
    background-size: 14px !important;
  }
}
.hero-section-v2 > div:not(.hero-slider-v2) .tns-controls button .prev-btn {
  background: url("../img/svg/icon_button_arrow.svg") no-repeat;
  transform: rotate(180deg);
}
.hero-section-v2 > div:not(.hero-slider-v2) .tns-controls button .next-btn {
  background: url("../img/svg/icon_button_arrow.svg") no-repeat;
}
@media screen and (max-width: 767px) {
  body.focus #hero-section .hero-slider-v2 {
    display: none !important;
  }
  body.focus #hero-section .tns-inner > .tns-gallery {
    max-height: 60vh;
  }
  body:not(.focus) #hero-section .hero-slider-v2 .tns-controls {
    display: none !important;
  }
}
.initial_cover_background {
  background-color: #02463a;
  position: absolute;
  inset: 0%;
  z-index: 999;
}
.frontpage-hero-v3__img {
  transform: translate3d(0, 50svh, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
}
.loader-wrapper {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none !important;
}
.loader-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.loader-wrapper .loader {
  width: 3.125rem;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #02463a;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  --_m: conic-gradient(rgba(0,0,0,0) 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
header .main-navigation {
  background-color: #02463a;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 7%;
  box-shadow: 0 0px 13px rgba(0,0,0,0.23);
}
@media screen and (min-width: 1200px) {
  header .main-navigation {
    padding: 2.5rem 5%;
    box-shadow: 0 0px 13px rgba(0,0,0,0.13);
  }
}
header .main-navigation .site-logo {
  max-width: 15rem;
}
@media screen and (min-width: 1200px) {
  header .main-navigation .site-logo {
    max-width: 18rem;
  }
}
header .main-navigation .site-logo img {
  width: 100%;
}
header .main-navigation .nav-menu {
  position: absolute;
  transform: translateX(100%);
  top: 0;
  right: 0;
  height: 100svh;
  background-color: #02463a;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem 0;
  width: 100%;
  transition: transform 0.3s ease-out;
}
header .main-navigation .nav-menu.open-burger-menu {
  transform: translateX(0);
  transition: transform 0.2s;
}
header .main-navigation .nav-menu .close-nav-mobile {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-mask: url("../img/svg/close_icon_v3.svg") no-repeat center;
  mask: url("../img/svg/close_icon_v3.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #f1f6ef;
  cursor: pointer;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 2rem;
}
@media screen and (min-width: 1200px) {
  header .main-navigation .nav-menu .close-nav-mobile {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  header .main-navigation .nav-menu {
    width: 60%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
  }
}
@media screen and (min-width: 1200px) {
  header .main-navigation .nav-menu {
    display: block;
    transform: translateX(0) !important;
    position: relative;
    width: auto;
    top: auto;
    right: auto;
    height: auto;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    transition: none;
  }
}
header .main-navigation .nav-menu .nav-items-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  max-height: 80%;
  overflow-y: auto;
  margin-top: 8rem;
}
@media screen and (min-width: 1200px) {
  header .main-navigation .nav-menu .nav-items-container {
    max-height: none;
    overflow: hidden;
    margin-top: 0;
  }
}
header .main-navigation .nav-menu .nav-items-container .menu-item {
  margin: 0;
  list-style: none;
  color: #f1f6ef;
  padding: 1rem 2rem;
  border-top: 1px solid #adc200;
}
header .main-navigation .nav-menu .nav-items-container .menu-item .nav-item {
  color: #f1f6ef;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-family: HelveticaNeueATPBodyLight;
  line-height: 1.5;
  font-size: 1.3rem;
}
header .main-navigation .nav-menu .nav-items-container .menu-item .nav-item.parent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
}
header .main-navigation .nav-menu .nav-items-container .menu-item .nav-item.parent::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask: url("../img/svg/arrow_v3.svg") no-repeat center;
  mask: url("../img/svg/arrow_v3.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #f1f6ef;
  position: relative;
  transform: rotate(90deg);
  transition: all 0.2s;
}
header .main-navigation .nav-menu .nav-items-container .menu-item .nav-item.parent.active::after {
  transition: all 0.2s;
  transform: rotate(-90deg);
}
header .main-navigation .nav-menu .nav-items-container .menu-item.has-children {
  position: relative;
}
header .main-navigation .nav-menu .nav-items-container .menu-item.has-children .sub-menu {
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.1rem;
  padding: 1.5rem 0 1rem 0;
  margin-top: 1rem;
}
@media screen and (min-width: 1200px) {
  header .main-navigation .nav-menu .nav-items-container .menu-item.has-children .sub-menu {
    display: none !important;
  }
}
header .main-navigation .nav-menu .nav-items-container .menu-item.has-children .sub-menu::before {
  content: '';
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #adc200;
}
header .main-navigation .nav-menu .nav-items-container .menu-item.has-children .sub-menu__title {
  font-family: HelveticaNeueATPBody;
  margin: 0;
  display: none;
  text-decoration: none;
}
header .main-navigation .nav-menu .nav-items-container .menu-item.has-children .sub-menu .nav-item-child {
  color: #f1f6ef;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: HelveticaNeueATPBodyBold;
}
header .main-navigation .nav-menu .nav-items-container .menu-item.has-children .sub-menu .nav-item-child:not(:last-child) {
  margin-bottom: 1rem;
}
header .main-navigation .nav-menu .nav-items-container .menu-item.has-children .sub-menu .nav-item-child__desc {
  display: none;
}
@media screen and (min-width: 1200px) {
  header .main-navigation .nav-menu .nav-items-container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.5rem;
  }
  header .main-navigation .nav-menu .nav-items-container .menu-item {
    position: relative;
    padding: 0;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  header .main-navigation .nav-menu .nav-items-container .menu-item .nav-item {
    font-size: 1.2rem;
  }
  header .main-navigation .nav-menu .nav-items-container .menu-item .nav-item.parent {
    gap: 0.5rem;
    width: auto;
  }
  header .main-navigation .nav-menu .nav-items-container .menu-item .nav-item.parent::after {
    width: 1.1rem;
    height: 1.1rem;
  }
}
header .main-navigation .nav-menu .search-nav-mobile {
  display: block;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-right: 2rem;
  margin-top: auto;
}
header .main-navigation .nav-menu .search-nav-mobile .site-search__icon {
  width: 1.5rem;
  height: 1.5rem;
}
header .main-navigation .nav-menu .search-nav-mobile .site-search__label {
  font-size: 1.3rem;
}
@media screen and (min-width: 1200px) {
  header .main-navigation .nav-menu .search-nav-mobile {
    display: none;
  }
}
header .main-navigation .nav-els-wrapper {
  display: none;
}
@media screen and (min-width: 1200px) {
  header .main-navigation .nav-els-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
  }
}
header .main-navigation .nav-els-wrapper .atp-btn-3 {
  font-weight: 400;
}
header .main-navigation .burger-menu {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 1200px) {
  header .main-navigation .burger-menu {
    display: none;
  }
}
header .main-navigation .burger-menu::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  -webkit-mask: url("../img/svg/icon_burger.svg") no-repeat center/contain;
  mask: url("../img/svg/icon_burger.svg") no-repeat center/contain;
  background-color: #f1f6ef;
}
header .main-navigation__extra {
  display: none;
}
@media (max-width: 1200px) {
  header .main-navigation__extra {
    display: none !important;
  }
}
header .main-navigation__extra--content {
  display: none;
}
@media screen and (min-width: 1200px) {
  header .main-navigation__extra {
    box-shadow: 0 2px 15px rgba(0,0,0,0.16);
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #02463a;
    width: 100%;
    height: auto;
    padding: 1.5rem 0 2.5rem 0;
  }
  header .main-navigation__extra--content {
    max-width: 25rem;
    position: relative;
    display: block;
  }
  header .main-navigation__extra--content .sub-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.1rem;
  }
  header .main-navigation__extra--content .sub-menu__title {
    font-family: HelveticaNeueATPBodyBold;
    margin: 0;
    color: #f1f6ef;
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 0.4rem;
    text-decoration: none;
    transition: color 0.3s;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }
  header .main-navigation__extra--content .sub-menu__title:active {
    transform: none;
    box-shadow: none;
    background-color: transparent;
  }
  header .main-navigation__extra--content .sub-menu__title:focus-visible {
    box-shadow: 0 0 0 1px #adc200, 0 0 1px 1px #adc200;
  }
  header .main-navigation__extra--content .sub-menu__title:hover {
    transition: color 0.3s;
    color: #adc200;
  }
  header .main-navigation__extra--content .sub-menu__title::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #adc200;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 25rem;
  }
  header .main-navigation__extra--content .sub-menu .nav-item-child {
    color: #f1f6ef;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.8rem 1rem;
    border-radius: 1rem;
    transition: background-color 0.2s;
  }
  header .main-navigation__extra--content .sub-menu .nav-item-child:active {
    transform: none;
    box-shadow: none;
    background-color: transparent;
  }
  header .main-navigation__extra--content .sub-menu .nav-item-child:hover {
    transition: background-color 0.2s;
    background-color: #065043;
  }
  header .main-navigation__extra--content .sub-menu .nav-item-child:focus-visible {
    box-shadow: 0 0 0 1px #adc200, 0 0 1px 1px #adc200;
  }
  header .main-navigation__extra--content .sub-menu .nav-item-child__title {
    font-family: HelveticaNeueATPBodyBold;
    font-size: 1.2rem;
  }
  header .main-navigation__extra--content .sub-menu .nav-item-child__desc {
    font-family: HelveticaNeueATPBodyLight;
    font-size: 1.1rem;
  }
}
header .main-navigation .site-search {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
header .main-navigation .site-search__icon {
  content: '';
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  -webkit-mask: url("../img/svg/search_icon_v3.svg") no-repeat center;
  mask: url("../img/svg/search_icon_v3.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #f1f6ef;
}
header .main-navigation .site-search__label {
  color: #f1f6ef;
  margin: 0;
  font-family: HelveticaNeueATPBodyLight;
  font-size: 1.1rem;
}
.news-card {
  width: 100%;
  height: 502px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.news-card:hover .news-card_img {
  transition: 1000ms !important;
  transform: scale(1.1);
}
.news-card:hover .arrow {
  right: 20px;
  transition: 500ms;
}
@media screen and (min-width: 1920px) {
  .news-card {
    height: 565px;
  }
}
.news-card_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1000ms !important;
}
.news-card_info {
  position: absolute;
  width: 100%;
  min-height: 190px;
  z-index: 2;
  bottom: 0;
  color: #f1f6ef;
  background: linear-gradient(180deg, rgba(2,70,58,0) 45.19%, rgba(2,70,58,0.5) 100%), rgba(2,70,58,0.8);
  padding: 20px;
}
@media screen and (min-width: 767px) {
  .news-card_info {
    min-height: 255px;
  }
}
@media screen and (min-width: 1200px) {
  .news-card_info {
    min-height: 235px;
  }
}
.news-card_info .category {
  font-family: HelveticaNeueATPBodyBold;
  color: #f0f7ef;
  line-height: 16px;
}
.news-card_info .title {
  font-family: HelveticaNeueATPHead;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
  max-width: 90%;
}
@media screen and (min-width: 767px) {
  .news-card_info .title {
    word-break: break-word;
  }
}
@media screen and (min-width: 992px) {
  .news-card_info .title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .news-card_info .title {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
  }
}
.news-card_info .publish_date {
  position: absolute;
  bottom: 30px;
  font-family: HelveticaNeueATPBodyBold;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .news-card_info .publish_date {
    font-size: 12px;
  }
}
.news-card_info .arrow {
  transition: 500ms;
  position: absolute;
  background-image: url("../img/svg/icon_arrow_news_box_green.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  bottom: 30px;
  right: 30px;
  height: 22px;
  width: 25px;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .news-card_info .arrow {
    background-size: 7px;
  }
}
@media screen and (min-width: 1400px) {
  .password-protected-section h2 {
    margin-top: 0.5em !important;
  }
}
form.post-password-form label {
  font-size: 18px;
  line-height: 28px;
  color: #727272;
  width: 100%;
}
form.post-password-form label span {
  display: block;
}
form.post-password-form label input {
  font-size: 14px;
  border-bottom: 2px solid #000;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  max-width: 310px;
}
form.post-password-form label input:focus,
form.post-password-form label input:active,
form.post-password-form label input:visited {
  border-bottom: 2px solid #000;
  border-top: none;
  outline: none;
  outline-width: 0;
  border-left: none;
  border-right: none;
}
form.post-password-form .cta {
  width: 223px;
  border: none;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-top: 57px;
}
form.post-password-form .cta br {
  display: none !important;
}
form.post-password-form .cta span.cta-text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 24px;
}
.gm-style-iw.gm-style-iw-c {
  padding: 0;
  border-radius: 0;
}
@media screen and (min-width: 767px) {
  .gm-style-iw.gm-style-iw-c {
    left: 3%;
    top: 200px;
  }
}
.gm-ui-hover-effect {
  background: #f1f6ef !important;
  width: 48px !important;
  height: 48px !important;
  padding: 0 !important;
  margin: 0 !important;
  top: 0px !important;
  right: 0px !important;
}
.gm-ui-hover-effect img {
  content: url("../img/svg/menu_close.svg") !important;
  width: 100% !important;
  margin: 0 !important;
  height: 45% !important;
  background-position: center;
}
.gm-style-iw-d {
  overflow: hidden !important;
}
.gm-style .gm-style-iw-t::after {
  display: none;
}
.property_card {
  padding: 0;
  width: 293px;
  height: 496px;
}
.property_card .row {
  margin: 0;
}
.property_card .property_card_head img {
  width: 100%;
  height: 160px;
}
.property_card_zip {
  padding-right: 5px;
}
.property_card_zip,
.property_card_city {
  display: inline-block;
  font-family: HelveticaNeueATPBodyBold;
  color: #727272;
  font-size: 14px;
  line-height: 18px;
}
.property_card_address {
  font-family: HelveticaNeueATPBodyBold;
  font-size: 18px;
  line-height: 24px;
}
.property_card label {
  font-family: HelveticaNeueATPBodyBold;
  font-size: 14px;
  line-height: 22px;
}
.property_card p {
  font-size: 14px;
  line-height: 22px;
}
.property_card .rent-wrap,
.property_card .area-wrap {
  text-align: right;
}
.property_card .cta {
  width: auto;
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 5%;
}
.property_card .cta .cta-icon {
  background-size: 20%;
  padding: 1rem 2.3rem;
}
.property-row {
  position: relative;
}
.list-wrapper {
  border-top: 1px solid #d9d9d6;
  box-sizing: border-box;
}
.angle-down-wrapper {
  content: url("../img/svg/arrow-down-angle.svg");
  transition: transform 250ms linear;
  width: 15px;
  position: absolute;
  right: 25px;
  top: 1.5rem;
  z-index: 100;
  cursor: pointer;
}
.to-be-rotated {
  content: url("../img/svg/arrow-up-angle.svg");
  transition: transform 250ms linear;
}
.rotate-arrow {
  transform: rotate(180deg);
  transition: transform 250ms linear;
}
.angle-up-wrapper {
  content: url("../img/svg/arrow-down-angle.svg") !important;
  transition: transform 250ms linear;
  width: 15px;
  position: absolute;
  right: 25px;
  top: 21px;
  z-index: 100;
  cursor: pointer;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .angle-up-wrapper {
    top: 300px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 767px) {
  .angle-up-wrapper {
    top: 21px;
  }
}
.property-hidden-wrapper {
  width: 100%;
  padding: 0 15px;
  display: none;
}
.property-shown-wrapper {
  display: block;
  width: 100%;
  padding: 50px 0;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .property-shown-wrapper {
    padding: 0;
  }
}
.property-shown-wrapper .tns-outer {
  position: relative;
}
.property_photo_url {
  width: 100%;
  width: auto;
  max-height: 500px !important;
  object-fit: cover;
}
.property-details-wrapper {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 65% 30%;
  gap: 50px;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .property-details-wrapper {
    grid-template-columns: 1fr;
    margin-top: 25px;
    gap: 35px;
    padding: 0 25px 50px 25px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 767px) {
  .property-details-wrapper {
    padding-left: 0;
  }
}
.property-details-left-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .property-details-left-column h4 {
    width: 80%;
  }
}
.property-details-left-column p {
  font-size: 14px;
  line-height: 18px;
}
.property-details-left-column .address-inner {
  font-family: HelveticaNeueATPBodyBold;
  color: #727272;
}
.property-details-left-column h4 {
  font-family: HelveticaNeueATPBodyBold;
  margin-bottom: 0;
}
.property-details-right-column {
  display: grid;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-template-columns: 1fr 1fr;
}
.property-details-right-column div b {
  font-family: HelveticaNeueATPBodyBold;
}
.property-details-right-column div p {
  font-size: 14px;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .property-details-right-column div:nth-of-type(2) {
    text-align: right;
  }
  .property-details-right-column div:nth-of-type(4) {
    text-align: right;
  }
}
.display_none {
  display: none;
}
.smaller-button-property {
  font-size: 14px;
  line-height: 12px;
  position: absolute;
  margin-top: 1rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .smaller-button-property {
    margin-left: unset;
  }
}
.smaller-button-property-inside {
  font-size: 14px;
  line-height: 12px;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .smaller-button-property-inside {
    display: none;
  }
}
.smaller-button-property-inside-mobile {
  display: none;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .smaller-button-property-inside-mobile {
    display: block !important;
  }
}
.share-links-desktop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.share-links-desktop a {
  margin-left: 10px;
}
.share-links-desktop a:first-child {
  margin-left: unset !important;
}
.share-links-desktop a img {
  cursor: pointer !important;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .share-links-desktop {
    display: none;
  }
}
.share-links-mobile {
  display: none;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .share-links-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.share-links-icons {
  width: 25px !important;
  height: 25px !important;
  border-radius: 100px;
  margin-left: 15px;
}
.share-links-icons:hover {
  cursor: pointer;
}
.share-links-icons:first-child {
  margin-left: unset !important;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .share-links-icons {
    width: 30px !important;
    height: 30px !important;
  }
}
.share-links-mobile-wrapper {
  display: none;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .share-links-mobile-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.share-links-mobile-wrapper .share-links-mobile:nth-of-type(2) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.share-links-mobile-wrapper .share-links-mobile:nth-of-type(2) a {
  margin-left: 10px;
}
.share-links-mobile-wrapper .share-links-mobile b {
  font-family: HelveticaNeueATPBodyBold;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .property-shown-wrapper .tns-ovh {
    margin: 50px 25px;
  }
}
.property-shown-wrapper .tns-outer,
.property-shown-wrapper .tns-inner {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .property-shown-wrapper .tns-outer,
  .property-shown-wrapper .tns-inner {
    height: 230px;
    width: 100%;
  }
}
.property-shown-wrapper .tns-outer .tns-controls button,
.property-shown-wrapper .tns-inner .tns-controls button {
  background-color: #fff;
  border-radius: 1000px;
  border: none;
  padding: 5px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin: auto;
  height: 30px;
  width: 30px;
  z-index: 10000;
  font-size: 0;
  background-image: url("../img/svg/arrow-angle-right.svg");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center;
}
.property-shown-wrapper .tns-outer .tns-controls button:first-child,
.property-shown-wrapper .tns-inner .tns-controls button:first-child {
  left: 5px;
  right: unset;
  background-image: url("../img/svg/arrow-angle-left.svg");
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .property-shown-wrapper .tns-outer .tns-controls button,
  .property-shown-wrapper .tns-inner .tns-controls button {
    display: none;
  }
}
.property-shown-wrapper .tns-outer .tns-nav,
.property-shown-wrapper .tns-inner .tns-nav {
  display: none !important;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10000;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .property-shown-wrapper .tns-outer .tns-nav,
  .property-shown-wrapper .tns-inner .tns-nav {
    bottom: 15px;
  }
}
.property-shown-wrapper .tns-outer .tns-nav button,
.property-shown-wrapper .tns-inner .tns-nav button {
  width: 40px;
  height: 5px;
  background: #fff;
  margin: 0 5px;
  border: none;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .property-shown-wrapper .tns-outer .tns-nav button,
  .property-shown-wrapper .tns-inner .tns-nav button {
    width: 30px;
    height: 3px;
  }
}
.property-shown-wrapper .tns-outer .tns-nav .tns-nav-active,
.property-shown-wrapper .tns-inner .tns-nav .tns-nav-active {
  background: #aec201;
}
.property-slider-container {
  height: 500px;
}
.property-row .info-wrapper:hover {
  background: #c8dcbe !important;
}
.slider-grid {
  display: grid;
  grid-template-columns: 65% 30%;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .slider-grid {
    display: unset;
    grid-template-columns: unset;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 767px) {
  .slider-grid {
    display: unset;
    grid-template-columns: unset;
  }
}
.property-row-clickable {
  cursor: pointer;
}
.property-card {
  text-decoration: none !important;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .property-card {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 767px) {
  .property-card:hover .property-card__details {
    background-color: #c8dcbe;
  }
}
.property-card__image {
  background-color: #f1f6ef;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .property-card__image {
    min-height: 175px;
    width: 25%;
  }
}
.property-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-card__details {
  padding: 1.2rem 2rem 2rem 2rem;
  width: 100%;
  background-color: #f1f6ef;
  transition: 0.3s;
  border-top: 1px solid #d9d9d6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (min-width: 767px) {
  .property-card__details {
    width: 75%;
    padding: 1.2rem 2rem;
  }
}
.property-card__details--address h4 {
  font-family: HelveticaNeueATPHead;
  font-size: 24px;
  color: #02463a;
  margin-bottom: 0;
}
.property-card__details--address .city {
  color: #02463a;
  font-size: 14px;
  line-height: 36px;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0.5rem;
  font-family: HelveticaNeueATPBodyLight;
}
@media screen and (min-width: 767px) {
  .property-card__details--address .city {
    color: #727272;
    margin-top: 0;
    font-family: HelveticaNeueATPHead;
  }
}
.property-card__details--info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 767px) {
  .property-card__details--info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.property-card__details--info .info-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #02463a;
}
@media screen and (min-width: 767px) {
  .property-card__details--info .info-block {
    color: #000;
  }
}
.property-card__details--info .info-block .type,
.property-card__details--info .info-block .rent,
.property-card__details--info .info-block .areal {
  font-family: HelveticaNeueATPHead;
  font-size: 14px;
  line-height: 22px;
}
.property-card__details--info .info-block .value {
  font-family: HelveticaNeueATPBodyLight;
  font-size: 15px;
  line-height: 22px;
  white-space: nowrap;
}
@media screen and (min-width: 1023px) {
  .property-card__details--info .info-block .value {
    max-height: 22px;
  }
}
.property-card__details .see-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #02463a;
  font-size: 1rem;
  font-weight: 660;
  gap: 1rem;
}
.property-card__details .see-more::after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #adc200;
  background-image: url("../img/svg/arrow_v3_white.svg");
  border-radius: 2rem;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 767px) {
  .property-card__details .see-more {
    display: none;
  }
}
.search-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999999999;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(2,70,58,0.2);
  transition: all 0.3s ease-out;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 20% 1fr;
  gap: 3rem;
}
.search-wrapper.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.search-wrapper .loader-wrapper {
  position: absolute;
}
.search-wrapper .loader-wrapper .loader {
  position: absolute;
  top: 20%;
  background: #f1f6ef;
}
.search-wrapper__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 1.7rem;
  height: 1.7rem;
  -webkit-mask: url("../img/svg/close_icon_v3.svg") no-repeat center;
  mask: url("../img/svg/close_icon_v3.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #f1f6ef;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .search-wrapper__close {
    right: 5rem;
  }
}
.search-wrapper__form {
  background-color: #02463a;
  box-shadow: 0 0px 13px rgba(0,0,0,0.23);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-wrapper__form .container {
  padding-top: 0;
  padding-bottom: 0;
}
.search-wrapper__form .search-form {
  border-bottom: 1px solid #f1f6ef;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 3rem auto 0 auto;
}
@media screen and (min-width: 1200px) {
  .search-wrapper__form .search-form {
    max-width: 40rem;
    margin: 0 auto;
  }
}
.search-wrapper__form .search-form .search-input {
  width: 100%;
  outline: none;
  border: 0;
  background-color: #02463a;
  padding: 1rem;
  font-size: 16px;
  color: #f1f6ef;
  font-family: HelveticaNeueATPBody !important;
}
.search-wrapper__form .search-form .search-input:-ms-input-placeholder {
  color: rgba(241,246,239,0.4);
}
.search-wrapper__form .search-form .search-input::placeholder {
  color: rgba(241,246,239,0.4);
}
.search-wrapper__form .search-form .search-icon {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  -webkit-mask: url("../img/svg/search_icon_v3.svg") no-repeat center;
  mask: url("../img/svg/search_icon_v3.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #f1f6ef;
}
.search-wrapper__results {
  padding: 0 2rem !important;
  overflow-y: auto;
  overflow-x: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  max-width: 65rem;
}
@media screen and (max-width: 415px) {
  .search-wrapper__results {
    padding: 0 0.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .search-wrapper__results {
    padding: 0 !important;
  }
}
.search-wrapper__results .search-result-container {
  width: 100%;
  padding: 1rem;
  background-color: #f1f6ef;
  border-radius: 1rem;
  transition: background-color 0.3s;
}
.search-wrapper__results .search-result-container:hover {
  transition: background-color 0.3s;
  background-color: rgba(241,246,239,0.8);
}
.search-wrapper__results .search-result-container .search-result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  text-decoration: none;
}
@media screen and (max-width: 415px) {
  .search-wrapper__results .search-result-container .search-result {
    gap: 1rem;
  }
}
.search-wrapper__results .search-result-container .search-result__img {
  width: 30%;
  min-width: 30%;
  height: 8rem;
  max-height: 8rem;
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (min-width: 1200px) {
  .search-wrapper__results .search-result-container .search-result__img {
    width: 35%;
    min-width: 35%;
    height: 15rem;
    max-height: 15rem;
  }
}
.search-wrapper__results .search-result-container .search-result__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-wrapper__results .search-result-container .search-result__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.search-wrapper__results .search-result-container .search-result__content--title {
  color: #000;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-word;
}
.search-wrapper__results .search-result-container .search-result__content--content search-snippet {
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-word;
}
.search-wrapper__results .no-results {
  background-color: #f1f6ef;
  padding: 1rem;
  font-size: 1.1rem;
  font-family: HelveticaNeueATPBody;
  border-radius: 1rem;
}
.support-overview {
  padding-bottom: 30px;
}
.support-overview.is-dark {
  background-color: #02463a;
}
.support-overview.is-light {
  background-color: #f0f7ef;
}
@media screen and (min-width: 992px) {
  .support-overview {
    padding-bottom: 70px;
  }
}
.support-overview .container,
.support-overview .container-lg {
  padding-top: 4rem;
}
@media screen and (min-width: 992px) {
  .support-overview .container,
  .support-overview .container-lg {
    padding-top: 8rem;
  }
}
.support-overview .container .title,
.support-overview .container-lg .title {
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .support-overview .container .title,
  .support-overview .container-lg .title {
    margin-bottom: 2rem;
  }
}
.support-overview.is-dark .title {
  color: #f1f6ef;
}
.support-overview.is-light .title {
  color: #02463a;
}
.support-overview .grid-item {
  position: relative;
  box-shadow: 4px 4px 15px 1px rgba(0,0,0,0.25);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
}
.support-overview .grid-item > a {
  color: inherit;
  text-decoration: none;
  line-height: inherit;
  text-align: center;
  height: 177px;
  padding: 5px 30px 20px;
}
@media screen and (min-width: 992px) {
  .support-overview .grid-item > a {
    height: 260px;
    padding: 60px 20px 40px;
  }
}
.support-overview .grid-item > a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url("../img/svg/caret_icon_green.svg") no-repeat;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.support-overview .grid-item.contact-info {
  padding: 35px 35px 40px;
  position: relative;
}
.support-overview .grid-item.contact-info:after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url("../img/svg/icon_map_pin.svg") no-repeat;
}
.support-overview .contact-cta-grids {
  gap: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 28px;
}
@media screen and (min-width: 992px) {
  .support-overview .contact-cta-grids {
    gap: 32px;
  }
}
.support-overview .contact-cta-grids .grid-item {
  -ms-flex-align: center;
  align-items: center;
}
.support-overview .contact-cta-grids .grid-item img {
  width: 100px;
  height: 100px;
  padding: 10px;
}
.support-overview .contact-cta-grids .grid-item p {
  font-family: 'HelveticaNeueATPBody';
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .support-overview .contact-cta-grids .grid-item p {
    font-size: 24px;
  }
}
.support-overview.is-dark .grid-item {
  background: #f0f7ef;
}
.support-overview.is-light .grid-item {
  background: #fff;
}
.support-overview .contact-text {
  padding: 30px;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .support-overview .contact-text {
    font-size: 24px;
  }
}
.support-overview .contact-text h3 {
  font-size: 24px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  line-height: normal;
}
.support-overview .contact-text p,
.support-overview .contact-text a {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .support-overview .contact-text p,
  .support-overview .contact-text a {
    font-size: 24px;
  }
}
.support-overview .contact-text b {
  font-family: 'HelveticaNeueATPBodyBold';
  margin-bottom: 7px;
  display: block;
}
.support-overview .contact-text .content > a {
  display: block;
  margin-bottom: 7px;
  line-height: normal;
}
.support-overview .contact-text a {
  font-family: 'HelveticaNeueATPBodyLight';
  text-decoration: none;
}
.support-overview .contact-text .notice p {
  font-size: 18px;
  line-height: normal;
}
.support-overview .contact-text .notice p a {
  font-size: 18px;
  text-wrap: nowrap;
}
.support-overview .contact-text table {
  width: 100%;
}
.support-overview .contact-text table th {
  width: 32%;
}
.support-overview .contact-text table td {
  color: #adc200;
}
.support-overview.is-dark .contact-text {
  background: #f0f7ef;
  color: #02463a;
}
.support-overview.is-dark .contact-text a {
  color: #02463a;
}
.support-overview.is-light .contact-text {
  background: #02463a;
  color: #f1f6ef;
}
.support-overview.is-light .contact-text a {
  color: #f1f6ef;
}
.support-overview .contact-info > * {
  margin-bottom: 0;
}
.support-overview .contact-info b {
  font-family: 'HelveticaNeueATPBody';
}
.support-overview .contact-info b,
.support-overview .contact-info p,
.support-overview .contact-info a,
.support-overview .contact-info span {
  font-size: 22px;
}
.support-overview .contact-info a {
  font-size: 19px;
  text-decoration: none;
}
.support-overview.is-dark .location-title {
  color: #f1f6ef;
}
.support-overview.is-light .location-title {
  color: #02463a;
}
.support-text-area {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 490px;
}
.support-text-area-inner {
  max-width: 830px;
  text-align: left;
}
.support-text-area-inner h3 {
  font-size: 30px;
  margin-bottom: 24px;
}
.support-text-area-inner p {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}
.support-text-area-inner a {
  color: #000;
  font-weight: 500;
}
.news-section {
  min-height: 100vh;
}
.news-section .news-filter-container {
  padding: 40px 0px 15px;
}
@media screen and (min-width: 767px) {
  .news-section .news-filter-container {
    padding: 50px 15px;
  }
}
@media screen and (min-width: 1920px) {
  .news-section .news-filter-container {
    padding: 50px 45px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 767px) {
  .news-section #news-row-results .news-card {
    margin-bottom: 50px;
  }
}
.news-section .filter-btns-wrapper {
  overflow: auto;
  white-space: nowrap;
}
@media screen and (max-width: 415px) {
  .news-section .filter-btns-wrapper {
    position: relative;
    max-width: calc(100% - 30px);
    padding: 0;
    margin: 0 15px !important;
    left: 0;
    margin-left: 10px;
    z-index: 1;
    overflow-x: auto;
    overflow-y: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    word-wrap: nowrap;
    background: #fff no-repeat;
    background-image: radial-gradient(farthest-side at 0 50%, #82af82, rgba(0,0,0,0)), radial-gradient(farthest-side at 100% 50%, #82af82, rgba(0,0,0,0));
    background-position: 0 0, 100% 0;
    background-size: 1rem 100%;
  }
  .news-section .filter-btns-wrapper::before {
    content: '';
    position: relative;
    z-index: -1;
    display: block;
    min-width: 2rem;
    margin: 0;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 2rem;
    background: linear-gradient(to right, #fff, #fff 50%, rgba(255,255,255,0));
  }
  .news-section .filter-btns-wrapper::after {
    content: '';
    position: relative;
    z-index: -1;
    display: block;
    min-width: 2rem;
    margin: 0;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background: linear-gradient(to right, rgba(255,255,255,0), #fff 50%, #fff);
  }
}
.news-section .news-filter-btn {
  display: inline-block;
  border-bottom: 4px solid #d9d9d6;
  padding-bottom: 10px;
  text-decoration: none;
  margin-right: 20px;
  color: #727272;
}
@media screen and (min-width: 992px) {
  .news-section .news-filter-btn {
    margin-right: 30px;
  }
}
.news-section .news-filter-btn.active {
  color: #000;
  border-color: #82af82;
}
.news-section .cta {
  margin: auto;
}
.news-section .cta:active,
.news-section .cta:focus,
.news-section .cta:visited {
  color: #000;
  text-decoration: none;
  opacity: 1;
}
.news-section #newsSpinner {
  position: relative;
  z-index: 999;
  top: 15vh;
}
.news-section .spinner:before {
  content: url("../img/svg/loader.svg");
  position: absolute;
  height: 25px;
  top: 100%;
  left: 47%;
  animation: spinner 1.8s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

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