/*
Theme Name: Choice Properties Theme
Text Domain: Choice Properties
Version: 1.0
Author: joeyai team
Author URI: https://joeyai.com/
*/
@import url("css/bootstrap.min.css");
@font-face {
  font-family: "Euclid Circular";
  src: url("fonts/euclid_circular_a_light-webfont.woff2") format("woff2"), url("fonts/euclid_circular_a_light-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Euclid Circular";
  src: url("fonts/euclid_circular_a_bold-webfont.woff2") format("woff2"), url("fonts/euclid_circular_a_bold-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular";
  src: url("fonts/euclid_circular_a_semibold-webfont.woff2") format("woff2"), url("fonts/euclid_circular_a_semibold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular";
  src: url("fonts/euclid_circular_a_regular-webfont.woff2") format("woff2"), url("fonts/euclid_circular_a_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular";
  src: url("fonts/euclidcirculara-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/euclidcirculara-mediumitalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Euclid Circular";
  src: url("fonts/euclidcirculara-bolditalic-webfont.woff2") format("woff2"), url("../fonts/euclidcirculara-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@keyframes easeInY {
  from {
    transform: translateY(200px) translate3d(0, 0, 0);
  }
  to {
    transform: translateY(0px) translate3d(0, 0, 0);
  }
}
@keyframes easeInYReverse {
  from {
    transform: translateY(-200px) translate3d(0, 0, 0);
  }
  to {
    transform: translateY(0px) translate3d(0, 0, 0);
  }
}
@keyframes easeInX {
  from {
    opacity: 0;
    transform: translateX(100%) translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateX(0px) translate3d(0, 0, 0);
  }
}
@keyframes easeInXReverse {
  from {
    opacity: 0;
    transform: translateX(-100%) translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateX(0px) translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
a {
  transition: all 0.2s ease-in-out !important;
}

img,
svg {
  max-width: 100%;
}

a {
  text-decoration: none;
}
ahover {
  text-decoration: none;
}

.grecaptcha-badge {
  display: none !important;
}

body {
  font-family: "Euclid Circular", sans-serif;
  overflow-x: hidden;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  color: #545659;
  letter-spacing: 0.01em;
}
body.no-scroll {
  overflow: hidden;
}
body.disabled-page:before {
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100000;
}
body * {
  outline: none !important;
}

p {
  font-size: 16px;
  color: #545659;
  font-weight: 400;
  line-height: 1.6;
}

.w-100 img {
  width: 100%;
}

.wrapper,
.wp-bootstrap-blocks-container {
  max-width: 1540px;
  margin: auto;
  padding: 0 50px;
}

.wrapper-lg {
  max-width: 1180px;
}

.wrapper-sm {
  max-width: 990px;
  margin: auto;
}

.wrapper-xm {
  max-width: 800px;
  margin: auto;
}

.small-wrap {
  max-width: 660px;
  margin: auto;
}

main.site-main {
  padding-top: 175px;
  width: 100vw;
  overflow: hidden;
}

.button-link,
.wp-element-button {
  background: #E60F00;
  border: 1px solid #E60F00;
  color: #FFF;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 15px;
  border-radius: 0;
  font-weight: bold;
}
.button-link:hover,
.wp-element-button:hover {
  background: #fff;
  color: #E60F00;
}
.button-link.alt,
.wp-element-button.alt {
  background: #F2F2F2;
  color: #545659;
  border-color: #F2F2F2;
}
.button-link.alt:hover,
.wp-element-button.alt:hover {
  background: #E60F00;
  color: #FFF;
}

.wp-block-button {
  display: inline-block;
  margin-right: 10px;
}
.wp-block-button.alt .wp-element-button {
  background: #F2F2F2;
  color: #545659;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
}
.wp-block-button.alt .wp-element-button:hover {
  background: #E60F00;
  color: #FFF;
}

.text-grey {
  color: #545659 !important;
}

h2.has-x-large-font-size {
  font-size: 100px !important;
  font-weight: bold;
  line-height: 1.05;
}

h3.has-large-font-size {
  font-size: 50px !important;
  line-height: 1;
  color: #E60F00;
  font-weight: bold;
}

.wp-block-heading strong a {
  text-decoration: underline;
}

h2.has-large-font-size {
  color: #E60F00;
  font-weight: bold;
  font-size: 60px !important;
  line-height: 1;
}

@media only screen and (max-width: 1380px) {
  h2.has-x-large-font-size {
    font-size: 80px !important;
  }
  h3.has-large-font-size {
    font-size: 38px !important;
  }
  .wrapper,
  .wp-bootstrap-blocks-container {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1180px) {
  h2.has-x-large-font-size {
    font-size: 70px !important;
  }
}
@media only screen and (max-width: 1080px) {
  main.site-main {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 787px) {
  .wrapper,
  .wp-bootstrap-blocks-container {
    padding: 0 30px;
  }
  .button-link,
  .wp-element-button {
    padding: 8px 16px;
    font-size: 14px;
  }
  h2.has-x-large-font-size {
    font-size: 50px !important;
  }
}
@media only screen and (max-width: 580px) {
  main.site-main {
    padding-top: 65px;
  }
  .wrapper,
  .wp-bootstrap-blocks-container {
    padding: 0 25px;
  }
  .wp-bootstrap-blocks-container.no-pad-mobile {
    padding: 0;
  }
  .wp-bootstrap-blocks-container.no-pad-mobile h2.has-x-large-font-size,
  .wp-bootstrap-blocks-container.no-pad-mobile h3.has-large-font-size {
    padding-left: 25px;
  }
  .wp-bootstrap-blocks-container.no-pad-mobile .wp-block-media-text.image-box .wp-block-media-text__content h3.has-large-font-size,
  .wp-bootstrap-blocks-container.no-pad-mobile .image-caption h3.has-large-font-size {
    padding-left: 0;
  }
}
@media only screen and (max-width: 487px) {
  h3.has-large-font-size {
    font-size: 25px !important;
  }
  h2.has-large-font-size {
    font-size: 35px !important;
  }
}
header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 90px 0 0;
  z-index: 1000;
  background: #fff;
  animation: fadeIn 0.3s ease-in-out;
}
header .logo {
  display: block;
}
header .logo img {
  width: 350px;
}
header .wrapper {
  position: relative;
}
header .menu-main {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 0.25em;
}
header .menu-main a {
  color: #797D81;
  font-size: 17px;
  padding: 20px;
  font-weight: bold;
  display: block;
}
header .menu-main a:hover {
  color: #E60F00;
}
header .menu-main .current-menu-item a {
  color: #545659;
  text-decoration: underline;
}
header .menu-main li {
  position: relative;
}
header .menu-main li:last-child a {
  padding-right: 0;
}
header .grid-menu {
  display: none;
  position: absolute;
  transition: 0.3s ease-in-out;
  z-index: 10000001;
  padding-left: 50px;
  padding-top: 17px;
  right: 50px;
  cursor: pointer;
  top: 0;
  transform: translateY(-30%);
  width: 60px;
  /* right: 5px; */
  height: 62px;
}
header .grid-menu span {
  background: #545659;
  margin: 26px 6px;
  margin-right: 16px;
  position: absolute;
  height: 3px;
  border-radius: 0;
  width: 30px;
  left: 16px;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  padding: 0;
  font-size: 0;
}
header .grid-menu span:nth-child(1) {
  top: 0;
}
header .grid-menu span:nth-child(2), header .grid-menu span:nth-child(3) {
  top: 8px;
}
header .grid-menu span:nth-child(4) {
  top: 16px;
}
header.active .grid-menu span:nth-child(1), header.active .grid-menu span:nth-child(4) {
  opacity: 0;
}
header.active .grid-menu span:nth-child(2) {
  transform: rotate(45deg);
}
header.active .grid-menu span:nth-child(3) {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1380px) {
  header .menu-main a {
    font-size: 16px;
    padding: 30px 15px;
  }
  header .logo img {
    width: 245px;
  }
}
@media only screen and (max-width: 1280px) {
  header .menu-main a {
    font-size: 14px;
    padding: 30px 14px;
  }
}
@media only screen and (max-width: 1080px) {
  header {
    padding: 30px 0 30px;
    z-index: 1001;
  }
  header .menu-main {
    display: none;
    padding-top: 40px;
    position: fixed;
    background: #fff;
    left: 0;
    height: 100%;
    width: 100%;
    top: 100px;
  }
  header .menu-main a {
    color: #545659;
    font-size: 23px;
    padding: 20px 40px;
  }
  header.active {
    position: fixed;
  }
  header.active .menu-main {
    display: block;
  }
  header .grid-menu {
    display: block;
    right: 30px;
    transform: translateY(-35%);
  }
}
@media only screen and (max-width: 580px) {
  header {
    padding: 20px 0 20px;
    position: fixed;
  }
  header .logo img {
    width: 200px;
  }
  header .grid-menu {
    right: 10px;
  }
  header .grid-menu span {
    width: 25px;
  }
  header .menu-main {
    top: 70px;
  }
}

.search-box {
  position: absolute;
  background: #FFF;
  right: 50px;
  z-index: 1003;
  top: 0;
  padding: 9px 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.search-box input[type=text] {
  border-radius: 2px;
  border: 1px solid #CCCCCC;
  color: #545659;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: bold;
  width: 240px;
  background: url(img/icons/search.svg) no-repeat right;
  background-position: 96%;
  background-size: 15px;
}
.search-box input[type=text]::-moz-placeholder {
  color: #545659;
}
.search-box input[type=text]::placeholder {
  color: #545659;
}
.search-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 0.25em;
}
.search-box a {
  color: #545659;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  cursor: pointer;
}
.search-box a:hover {
  color: #E60F00;
}
@media only screen and (max-width: 1080px) {
  .search-box {
    display: none;
    position: fixed;
    left: 0;
    bottom: 45px;
    top: auto;
    padding: 0 30px;
    width: 100%;
    z-index: 1003;
  }
  .search-box.active {
    display: block;
  }
  .search-box input[type=text] {
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
  }
  .search-box img {
    width: 190px;
  }
  .search-box a {
    font-size: 16px;
  }
}

footer.site-footer {
  padding: 70px 0;
  color: #545659;
}
footer.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.site-footer ul a {
  color: #545659;
}
footer.site-footer .box {
  padding-right: 3.5em;
}
footer.site-footer .footer-main a {
  font-size: 17px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
footer.site-footer .footer-main a:hover {
  color: #E60F00;
}
footer.site-footer h5 {
  font-size: 19px;
  font-weight: bold;
  margin: 2px 0 15px;
}
footer.site-footer .address {
  font-size: 14px;
  color: #7A7D82;
  font-weight: 400;
}
footer.site-footer .box-link,
footer.site-footer .contact-menu a {
  color: #545659;
  display: inline-block;
  padding: 5px 0;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px;
}
footer.site-footer .box-link:hover,
footer.site-footer .contact-menu a:hover {
  color: #E60F00;
}
footer.site-footer .subscribe-box input[type=text],
footer.site-footer .subscribe-box select {
  width: 100%;
  border-radius: 0;
  padding: 10px 20px;
  border: 1px solid #CCCCCC;
  color: #545659;
  margin-bottom: 20px;
}
footer.site-footer .subscribe-box input[type=text]::-moz-placeholder, footer.site-footer .subscribe-box select::-moz-placeholder {
  color: #545659;
}
footer.site-footer .subscribe-box input[type=text]::placeholder,
footer.site-footer .subscribe-box select::placeholder {
  color: #545659;
}
footer.site-footer .subscribe-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(img/icons/select-arrow.svg) no-repeat 97%;
  background-position-x: calc(100% - 15px);
}
footer.site-footer .subscribe-box .cb-label {
  font-size: 15px;
  font-weight: 400;
  margin-right: 20px;
}
footer.site-footer .subscribe-box input[type=checkbox] {
  border-radius: 5px;
  border: 1px solid #F2F2F2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  width: 1.5em;
  height: 1.5em;
  vertical-align: text-bottom;
  margin-right: 3px;
}
footer.site-footer .subscribe-box input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: #E60F00;
  border-color: #E60F00;
}
footer.site-footer .subscribe-box .disclaimer {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 100;
}
footer.site-footer .copyright {
  font-size: 13px;
  font-weight: 100;
}
footer.site-footer .copyright li {
  display: inline-block;
}
footer.site-footer .copyright li:last-child a {
  padding-right: 0;
}
footer.site-footer .copyright a {
  padding: 0 20px;
}
footer.site-footer .copyright a:hover {
  color: #E60F00;
}
@media only screen and (max-width: 987px) {
  footer.site-footer .box {
    padding-right: 2em;
  }
  footer.site-footer .footer-main a {
    font-size: 15px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 787px) {
  footer.site-footer ul.legal-menu {
    margin-top: 15px;
  }
  footer.site-footer ul.legal-menu li:first-child a {
    padding-left: 0;
  }
  footer.site-footer .copyright {
    font-size: 12px;
  }
  footer.site-footer .copyright a {
    padding: 0 6px;
  }
}

.home-banner-swiper {
  height: 52vw;
  min-height: 60vh;
  max-height: 89vh;
  margin-bottom: 100px;
  padding-bottom: 120px;
  transform: translateY(30px);
  animation: fadeUp 0.7s ease-out forwards;
}
.home-banner-swiper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-banner-swiper .f-content {
  background: #FFF;
  border-top: 6px solid #E60F00;
  padding: 35px;
  min-width: 720px;
  position: absolute;
  bottom: 0;
  transform: translate(-40px, 43%);
}
.home-banner-swiper .f-content span {
  font-weight: bold;
  color: #545659;
  font-size: 17px;
  margin-bottom: 30px;
  display: block;
}
.home-banner-swiper .f-content h1 {
  color: #E60F00;
  font-weight: bold;
  font-size: 60px;
}
.home-banner-swiper .f-content h1 sup {
  font-size: 15px;
  top: -1.5em;
}
.home-banner-swiper .f-content .cont {
  margin-bottom: 30px;
  max-width: 500px;
}
.home-banner-swiper .f-content .cont a {
  background: #F2F2F2;
  padding: 12px 20px;
  margin-top: 40px;
  display: table;
  font-size: 16px;
  font-weight: 600;
  color: #545659;
}
.home-banner-swiper .f-content .cont a:hover {
  color: #FFF;
  background: #E60F00;
}
.home-banner-swiper .f-content .cont, .home-banner-swiper .f-content .cont p {
  color: #545659;
  font-size: 23px;
  font-weight: bold;
}
.home-banner-swiper .swiper-button-next,
.home-banner-swiper .swiper-button-prev {
  height: 80px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 40%;
}
.home-banner-swiper .swiper-button-next:after,
.home-banner-swiper .swiper-button-prev:after {
  display: none;
}
.home-banner-swiper .swiper-button-next {
  margin-right: 25px;
  background-image: url(img/icons/carousel-right.svg);
}
.home-banner-swiper .swiper-button-prev {
  margin-left: 25px;
  background-image: url(img/icons/carousel-left.svg);
}

.home-quick-links a {
  color: #545659;
  font-weight: bold;
  font-size: 13px;
}
.home-quick-links ul {
  padding: 0;
  margin: 40px 0 20px;
  list-style: none;
}
.home-quick-links ul a {
  display: block;
  padding: 14px 0;
  border-top: 1px solid #E4E5E6;
  font-size: 28px;
  background: url(img/icons/link-arrow.svg) no-repeat 99%;
  background-size: 40px;
}
.home-quick-links ul a:hover {
  color: #E60F00;
  background-position: 100%;
}
.home-quick-links ul li:last-child {
  border-bottom: 1px solid #E4E5E6;
}

.featured-properties-swiper,
.home-banner-swiper,
.featured-development-swiper,
.testimonials-swiper {
  transform: translateY(30px);
  animation: fadeUp 0.7s ease-out forwards;
}
.featured-properties-swiper .swiper-pagination-bullet,
.home-banner-swiper .swiper-pagination-bullet,
.featured-development-swiper .swiper-pagination-bullet,
.testimonials-swiper .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  background: transparent;
  opacity: 1;
  position: relative;
}
.featured-properties-swiper .swiper-pagination-bullet:after,
.home-banner-swiper .swiper-pagination-bullet:after,
.featured-development-swiper .swiper-pagination-bullet:after,
.testimonials-swiper .swiper-pagination-bullet:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #CCCCCC;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 0;
  margin-top: 0px;
}
.featured-properties-swiper .swiper-pagination-bullet-active,
.home-banner-swiper .swiper-pagination-bullet-active,
.featured-development-swiper .swiper-pagination-bullet-active,
.testimonials-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  height: 6px;
  border: 1px solid #fff;
}
.featured-properties-swiper .swiper-pagination-bullet-active:after,
.home-banner-swiper .swiper-pagination-bullet-active:after,
.featured-development-swiper .swiper-pagination-bullet-active:after,
.testimonials-swiper .swiper-pagination-bullet-active:after {
  background: #E60F00;
  margin-top: 1px;
  width: 55px;
}
.featured-properties-swiper .swiper-horizontal > .swiper-pagination-bullets,
.featured-properties-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.home-banner-swiper .swiper-horizontal > .swiper-pagination-bullets,
.home-banner-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.featured-development-swiper .swiper-horizontal > .swiper-pagination-bullets,
.featured-development-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonials-swiper .swiper-horizontal > .swiper-pagination-bullets,
.testimonials-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px;
  padding-right: 50px;
  text-align: right;
  margin: auto;
  max-width: 1540px;
  transform: translateX(-50%);
  left: 50%;
}

.featured-properties-swiper,
.featured-development-swiper,
.testimonials-swiper {
  margin: 50px 0 120px;
  padding-bottom: 60px;
}
.featured-properties-swiper .property-img,
.featured-development-swiper .property-img,
.testimonials-swiper .property-img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 310px;
}
.featured-properties-swiper .swiper-horizontal > .swiper-pagination-bullets,
.featured-properties-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.featured-development-swiper .swiper-horizontal > .swiper-pagination-bullets,
.featured-development-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonials-swiper .swiper-horizontal > .swiper-pagination-bullets,
.testimonials-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -5px;
  left: 0;
  transform: none;
  text-align: left;
}
.featured-properties-swiper .p-title,
.featured-development-swiper .p-title,
.testimonials-swiper .p-title {
  color: #545659;
  font-size: 17px;
  font-weight: bold;
  margin: 10px 0 5px;
}
.featured-properties-swiper .p-location,
.featured-development-swiper .p-location,
.testimonials-swiper .p-location {
  color: #545659;
  font-size: 13px;
  font-weight: bold;
}

.p-swiper-button-next,
.p-swiper-button-prev,
.d-swiper-button-next,
.d-swiper-button-prev {
  height: 70px;
  width: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 30%;
  position: absolute;
  cursor: pointer;
}
.p-swiper-button-next:after,
.p-swiper-button-prev:after,
.d-swiper-button-next:after,
.d-swiper-button-prev:after {
  display: none;
}

.p-swiper-button-next,
.d-swiper-button-next {
  right: -45px;
  background-image: url(img/icons/carousel-right-dark.svg);
}

.p-swiper-button-prev,
.d-swiper-button-prev {
  left: -45px;
  background-image: url(img/icons/carousel-left-dark.svg);
}

.testimonials-swiper {
  margin-bottom: 30px;
}
.testimonials-swiper .swiper-slide img {
  max-width: 210px;
}
.testimonials-swiper .swiper-slide p {
  padding-top: 5px;
}
.testimonials-swiper .swiper-slide strong {
  font-weight: bold;
}

.wp-block-media-text.image-box {
  grid-template-columns: 77% 1fr;
  position: relative;
  margin-bottom: 100px;
}
.wp-block-media-text.image-box .wp-block-media-text__content {
  position: absolute;
  right: 0;
  background: #FFF;
  padding: 35px 35px;
  border-top: 5px solid #E60F00;
  width: 45%;
  grid-column: none;
}
.wp-block-media-text.image-box .wp-block-media-text__content h2 {
  color: #E60F00;
  font-size: 60px;
  font-weight: bold;
  line-height: 0.9;
}
.wp-block-media-text.image-box .wp-block-media-text__content p {
  font-size: 16px;
  color: #545659;
  padding: 20px 0 10px;
  font-weight: 400;
  line-height: 1.8;
}
.wp-block-media-text.image-box .wp-block-media-text__content hr {
  border-top: 1px solid #797D83;
  margin: 25px 0 10px;
  opacity: 1;
}
.wp-block-media-text.image-box .wp-block-media-text__content h4 {
  font-weight: bold;
  color: #545659;
  font-size: 18px;
}
.wp-block-media-text.image-box .wp-block-media-text__content h4.has-small-font-size {
  margin-top: 15px;
  font-size: 18px !important;
  color: #545659;
}
.wp-block-media-text.image-box .wp-block-media-text__content .align-self-center p {
  padding: 0;
  margin: 0;
  text-align: right;
}
.wp-block-media-text.image-box .wp-block-media-text__content .align-self-center a {
  font-size: 13px;
  display: inline-block;
  margin-top: 5px;
  font-weight: bold;
  color: #545659;
}
.wp-block-media-text.image-box .wp-block-media-text__content .align-self-center a:hover {
  text-decoration: underline;
}
.wp-block-media-text.image-box.alt {
  direction: rtl;
}
.wp-block-media-text.image-box.alt .wp-block-media-text__content {
  width: 38%;
  left: 0;
  right: auto;
}

.icon-info-box {
  background: #EDF7F3;
  padding: 35px 0 35px 25px;
  height: 100%;
  grid-template: none;
  color: #00875A;
  border-top: 9px solid #00875A;
}
.icon-info-box img {
  width: 65px;
}
.icon-info-box p {
  font-weight: bold;
  font-size: 17px;
}
.icon-info-box p {
  color: #00875A;
}
.icon-info-box.purple {
  color: #5F41BE;
  border-top: 9px solid #5F41BE;
  background: #F3F1FB;
}
.icon-info-box.purple p {
  color: #5F41BE;
}
.icon-info-box.red {
  background: #FEEDED;
  color: #E60F00;
  border-top: 9px solid #E60F00;
}
.icon-info-box.red p {
  color: #E60F00;
}

.image-caption {
  background: #FFF;
  border-top: 6px solid;
  max-width: 92%;
  margin: auto;
  padding: 35px 20px;
  position: relative;
  margin-top: -100px;
}
.image-caption.small {
  padding: 20px 10px;
}
.image-caption ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 25px;
}
.image-caption ul li {
  font-weight: bold;
  font-size: 18px;
  margin: 5px 0;
}
.image-caption h3 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 20px;
}
.image-caption h3.has-medium-font-size {
  font-size: 32px !important;
  margin-bottom: 5px;
}
.image-caption p {
  font-size: 15px;
  color: #545659;
  font-weight: 100;
  padding-right: 15px;
}
.image-caption.blue {
  border-color: #E60F00;
}
.image-caption.blue h3 {
  color: #E60F00;
}
.image-caption.green {
  border-color: #E60F00;
}
.image-caption.green h3 {
  color: #E60F00;
}
.image-caption.red, .image-caption.small {
  border-color: #E60F00;
}
.image-caption.red h3, .image-caption.small h3 {
  color: #E60F00;
}
.image-caption.purple {
  border-color: #E60F00;
}
.image-caption.purple h3 {
  color: #E60F00;
}
@media only screen and (max-width: 1480px) {
  .image-caption h3.has-medium-font-size {
    font-size: 26px !important;
  }
}

.ticker-container {
  max-width: none;
  width: 100%;
  padding: 40px 0 80px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ticker-container .wp-block-gallery {
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
  animation: ticker-scroll 25s linear infinite;
}
.ticker-container .wp-block-gallery figure {
  flex: 0 0 auto;
  margin: 0 10px !important;
  max-width: 220px !important;
}
.ticker-container .wp-block-gallery img {
  display: block;
  width: 100%;
  /* fit inside figure */
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  /* keep aspect ratio */
}

.in-the-news h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1380px) {
  .home-banner-swiper .f-content {
    min-width: 400px;
  }
  .home-banner-swiper .f-content span {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .home-banner-swiper .f-content h1 {
    font-size: 40px;
  }
  .home-banner-swiper .f-content .cont {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .image-caption h3 {
    font-size: 26px;
  }
  .wp-block-media-text.image-box .wp-block-media-text__content h2 {
    font-size: 50px;
    line-height: 1;
  }
  .wp-block-media-text.image-box .wp-block-media-text__content p {
    font-size: 16px;
  }
  .wp-block-media-text.image-box .wp-block-media-text__content h4 {
    font-size: 25px;
  }
  .wp-block-media-text.image-box .wp-block-media-text__content .align-self-center a {
    font-size: 15px;
    font-weight: 400;
  }
  .wp-block-media-text.image-box .wp-block-media-text__content h4.has-small-font-size {
    font-size: 16px !important;
    font-weight: 400;
  }
}
@media only screen and (max-width: 1180px) {
  .wp-block-media-text.image-box .wp-block-media-text__content {
    padding: 25px 25px 30px;
  }
  .wp-block-media-text.image-box .wp-block-media-text__content h2 {
    font-size: 40px;
  }
  .wp-block-media-text.image-box .wp-block-media-text__content p {
    font-size: 15px;
    font-weight: 100;
    padding: 15px 0;
  }
  .image-caption {
    max-width: 97%;
    padding: 25px 10px;
  }
  .image-caption.small {
    padding: 20px 5px;
  }
  .image-caption h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .p-swiper-button-next,
  .p-swiper-button-prev,
  .d-swiper-button-next,
  .d-swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  .wp-block-media-text.image-box {
    display: block;
    margin-bottom: 50px;
  }
  .wp-block-media-text.image-box.alt {
    direction: unset;
  }
  .wp-block-media-text.image-box.alt .wp-block-media-text__content {
    width: 95%;
  }
  .wp-block-media-text.image-box .wp-block-media-text__content {
    width: 95%;
    left: 50% !important;
    transform: translate(-50%, -10%);
    padding: 20px;
    right: auto;
    position: relative;
  }
  .wp-block-media-text.image-box .wp-block-media-text__content .align-self-center p {
    text-align: left;
  }
  .icon-info-box {
    display: block;
    text-align: center;
    padding: 35px 25px 35px 25px;
  }
  .icon-info-box img {
    width: 53px;
    margin-bottom: 15px;
  }
  .icon-info-box p {
    font-weight: 500;
    font-size: 16px;
  }
}
@media only screen and (max-width: 787px) {
  .home-banner-swiper {
    padding-top: 0;
    height: calc(55vw + 350px);
    padding-bottom: 200px;
    min-height: auto;
    max-height: none;
    margin-bottom: 55px;
  }
  .home-banner-swiper .swiper-button-next,
  .home-banner-swiper .swiper-button-prev {
    display: none;
  }
  .home-banner-swiper .f-content {
    min-width: auto;
    max-width: none;
    width: 97%;
    padding: 20px 25px;
    left: 50%;
    transform: translate(-50%, 75%);
    z-index: 1000001;
  }
  .home-banner-swiper .f-content .cont {
    max-width: none;
    font-size: 15px;
  }
  .home-banner-swiper .swiper-horizontal > .swiper-pagination-bullets,
  .home-banner-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    text-align: left;
    padding-left: 30px;
  }
  .wp-block-media-text.image-box {
    margin-bottom: 30px;
  }
  .featured-properties-swiper .property-img,
  .featured-development-swiper .property-img,
  .testimonials-swiper .property-img {
    height: 235px;
  }
}
@media only screen and (max-width: 487px) {
  .home-banner-swiper {
    padding-bottom: 300px;
    height: calc(55vw + 550px);
  }
  .home-banner-swiper .f-content {
    transform: translate(-50%, 84%);
  }
  .home-banner-swiper .f-content h1 {
    font-size: 35px;
  }
  .home-banner-swiper .f-content h1 sup {
    font-size: 13px;
    top: -1em;
  }
  .home-banner-swiper .f-content .cont a {
    padding: 10px 18px;
    font-size: 13px;
  }
  .featured-properties-swiper,
  .featured-development-swiper,
  .testimonials-swiper {
    padding-bottom: 50px;
  }
  .featured-properties-swiper .property-img,
  .featured-development-swiper .property-img,
  .testimonials-swiper .property-img {
    height: 215px;
  }
  .testimonials-swiper .swiper-slide img {
    max-width: 160px;
  }
  .featured-properties-swiper .swiper-pagination-bullet,
  .home-banner-swiper .swiper-pagination-bullet,
  .featured-development-swiper .swiper-pagination-bullet,
  .testimonials-swiper .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    margin-right: 15px !important;
  }
  .featured-properties-swiper .swiper-pagination-bullet:after,
  .home-banner-swiper .swiper-pagination-bullet:after,
  .featured-development-swiper .swiper-pagination-bullet:after,
  .testimonials-swiper .swiper-pagination-bullet:after {
    height: 4px;
  }
  .featured-properties-swiper .swiper-pagination-bullet-active,
  .home-banner-swiper .swiper-pagination-bullet-active,
  .featured-development-swiper .swiper-pagination-bullet-active,
  .testimonials-swiper .swiper-pagination-bullet-active {
    height: 6px;
  }
  .featured-properties-swiper .swiper-pagination-bullet-active:after,
  .home-banner-swiper .swiper-pagination-bullet-active:after,
  .featured-development-swiper .swiper-pagination-bullet-active:after,
  .testimonials-swiper .swiper-pagination-bullet-active:after {
    background: #E60F00;
    margin-top: 1px;
    width: 45px;
    height: 6px;
  }
  .featured-properties-swiper .swiper-horizontal > .swiper-pagination-bullets,
  .featured-properties-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .home-banner-swiper .swiper-horizontal > .swiper-pagination-bullets,
  .home-banner-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .featured-development-swiper .swiper-horizontal > .swiper-pagination-bullets,
  .featured-development-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .testimonials-swiper .swiper-horizontal > .swiper-pagination-bullets,
  .testimonials-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-caption.small {
    padding: 20px 15px;
  }
}
.page-banner {
  height: 41vw;
  min-height: 55vh;
  max-height: 75vh;
  background-size: cover;
  position: relative;
  transform: translateY(30px);
  animation: fadeUp 0.7s ease-out forwards;
}
.page-banner::before {
  content: "";
  opacity: 0.3;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-wrapper {
  z-index: 1;
  position: relative;
  background: #FFF;
  width: 97%;
  padding-top: 50px;
  transform: translateY(30px);
  animation: fadeUp 0.4s ease-out forwards;
}
.page-wrapper.first {
  border-top: 5px solid #E60F00;
  margin-top: -150px;
}
.page-wrapper.full-page-wrapper {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: -moz-max-content;
  max-width: max-content;
}
.page-wrapper p {
  color: #545659;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
  padding: 15px 0 3px;
  margin-bottom: 0;
}
.page-wrapper p strong {
  font-weight: bold;
}
.page-wrapper .pt-6 {
  padding-top: 5rem;
}
.page-wrapper h1.wp-block-heading {
  color: #E60F00;
  font-weight: bold;
  font-size: 65px;
}
.page-wrapper h2.wp-block-heading {
  color: #E60F00;
  font-weight: bold;
  font-size: 50px;
}
.page-wrapper .page-links {
  list-style: none;
  padding: 0;
  margin: 40px 0 10px;
}
.page-wrapper .page-links > li {
  display: inline-block;
  position: relative;
}
.page-wrapper .page-links > li:first-child a {
  padding-left: 0;
}
.page-wrapper .page-links > li ul {
  position: absolute;
  background: #fff;
  padding: 15px 0 10px;
  border: 1px solid #E2E2E2;
  border-top: none;
  width: 100%;
  margin-top: -2px;
  display: none;
  min-width: 140px;
}
.page-wrapper .page-links > li ul li {
  display: block;
}
.page-wrapper .page-links > li ul li a {
  padding: 20px 15px;
  font-size: 16px;
}
.page-wrapper .page-links > li:has(ul)::before {
  content: "";
  width: 17px;
  height: 10px;
  background: url(img/icons/select-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.page-wrapper .page-links > li:has(ul):hover > a {
  border-color: #E2E2E2;
  background: #FFF;
  z-index: 99;
  position: relative;
}
.page-wrapper .page-links > li:has(ul):hover ul {
  display: block;
}
.page-wrapper .page-links a {
  color: #797D81;
  padding: 10px 80px 10px 15px;
  font-size: 17px;
  font-weight: bold;
  display: block;
  border: 1px solid #FFF;
  border-bottom: none;
}
.page-wrapper .page-links a:hover {
  color: #E60F00;
}
.page-wrapper .stats-board {
  color: #545659;
  min-height: 90%;
}
.page-wrapper .stats-board p {
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
  line-height: 1.4;
}
.page-wrapper .stats-board h4 {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 0;
  letter-spacing: 0.03em;
  margin-top: 10px;
}
.page-wrapper .stats-board [class^=col] {
  padding: 30px 23px 30px 23px;
  position: relative;
}
.page-wrapper .stats-board [class^=col]::before {
  content: "";
  position: absolute;
  height: 95%;
  width: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #F6F6F6;
  border-top: 5px solid #E60F00;
  z-index: -1;
}
.page-wrapper .stats-board.clickable [class^=col] {
  padding: 30px 25px 30px 40px;
  position: relative;
  cursor: pointer;
}
.page-wrapper .stats-board.clickable [class^=col]::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(img/icons/plus.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 40px;
}
.page-wrapper .stats-board.clickable [class^=col]:hover::before, .page-wrapper .stats-board.clickable [class^=col].active::before {
  background-color: #F2F2F2;
}
.page-wrapper .stats-board.clickable [class^=col].active::after {
  background-image: url(img/icons/minus.svg);
  height: 3px;
  top: 45px;
}
.page-wrapper .stats-board.clickable [class^=col]::before {
  background: none;
}
.page-wrapper .stats-board.clickable [class^=col] p {
  font-size: 23px;
  line-height: 1.2;
  font-weight: bold;
}
.page-wrapper .stats-board.clickable [class^=col] h4 {
  font-size: 35px;
}
.page-wrapper .stats-board.clickable [class^=col].green::before {
  border-color: #00875A;
}
.page-wrapper .stats-board.clickable [class^=col].green h4 {
  color: #00875A;
}
.page-wrapper .stats-board.clickable [class^=col].purple::before {
  border-color: #5F41BE;
}
.page-wrapper .stats-board.clickable [class^=col].purple h4 {
  color: #5F41BE;
}
.page-wrapper .stats-board.clickable [class^=col].blue::before {
  border-color: #006EE6;
}
.page-wrapper .stats-board.clickable [class^=col].blue h4 {
  color: #006EE6;
}
.page-wrapper .stats-board.clickable [class^=col].red::before {
  border-color: #E60F00;
}
.page-wrapper .stats-board.clickable [class^=col].red h4 {
  color: #E60F00;
}
.page-wrapper .stats-board.clickable [class^=col] .container {
  padding: 0;
  margin-top: 15px;
  display: none;
}
.page-wrapper .stats-board.clickable [class^=col] .container p {
  font-size: 17px;
}
.page-wrapper .stats-board.stats-custom [class^=col] {
  padding: 30px 25px 40px;
  width: 30%;
  margin-right: 3%;
  background: #F6F6F6;
  border-top: 5px solid #E60F00;
}
.page-wrapper .stats-board.stats-custom [class^=col]:last-child {
  margin-right: 0;
}
.page-wrapper .stats-board.stats-custom [class^=col]::before {
  display: none;
}
.page-wrapper .stats-board.stats-custom [class^=col] figure {
  width: 50%;
  height: 100px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.page-wrapper .stats-board.stats-custom [class^=col] figure img {
  max-height: 100%;
  width: auto !important;
}
@media only screen and (max-width: 1480px) {
  .page-wrapper {
    width: 98%;
  }
  .page-wrapper p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .page-wrapper h1.wp-block-heading {
    font-size: 43px;
  }
  .page-wrapper p {
    font-size: 15px;
  }
  .page-wrapper h2.wp-block-heading {
    font-size: 32px;
  }
  .page-wrapper .iconed-h img {
    margin-right: 5px;
    width: 40px;
    max-height: 40px;
  }
  .page-wrapper .page-links > li ul li a {
    padding: 15px 12px;
    font-size: 14px;
  }
  .page-wrapper .page-links > li:has(ul)::before {
    width: 15px;
    height: 9px;
    right: 5px;
  }
  .page-wrapper .page-links a {
    padding: 10px 40px;
    font-size: 15px;
  }
  .page-wrapper .pt-6 {
    padding-top: 50px;
  }
  .page-wrapper .stats-board h4 {
    font-size: 21px;
  }
  .page-wrapper .stats-board [class^=col] {
    margin-bottom: 20px;
    padding: 30px 20px 15px;
  }
  .page-wrapper .stats-board.stats-custom [class^=col] {
    width: 100%;
  }
  .page-wrapper .stats-board.clickable h4 {
    font-size: 25px;
  }
  .page-wrapper .stats-board p {
    font-weight: 500;
    font-size: 15px;
    padding-top: 2px;
  }
}
@media only screen and (max-width: 880px) {
  .page-wrapper {
    padding-top: 30px;
    width: 95%;
  }
  .page-wrapper .stats-board.clickable [class^=col] {
    padding: 30px 15px 30px 15px;
  }
  .page-wrapper .stats-board.clickable [class^=col] img {
    max-width: 60%;
    max-height: 70px;
  }
  .page-wrapper .stats-board.clickable [class^=col]::before {
    width: 99%;
  }
  .page-wrapper .stats-board.clickable [class^=col]:after {
    width: 15px;
    height: 15px;
    right: 15px;
    top: 30px;
  }
  .page-wrapper .stats-board.clickable [class^=col] p {
    font-size: 17px;
  }
  .page-wrapper .stats-board.clickable [class^=col] .container p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .page-wrapper .stats-board.stats-custom [class^=col] figure {
    height: 60px;
    width: 40%;
  }
  .page-wrapper .stats-board.stats-custom h4 br {
    display: none;
  }
  .page-wrapper h2.wp-block-heading {
    font-size: 30px;
  }
  .page-wrapper h1.wp-block-heading.title-header {
    font-size: 38px;
    position: relative;
    cursor: pointer;
  }
  .page-wrapper h1.wp-block-heading.title-header:after {
    content: "";
    width: 17px;
    height: 10px;
    background: url(img/icons/select-arrow.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-wrapper.first {
    margin-top: -60px;
  }
  .page-wrapper.with-slider h1.wp-block-heading.title-header {
    margin-bottom: 35px;
  }
  .page-wrapper p {
    font-size: 16px;
  }
  .page-wrapper .page-links {
    display: none;
  }
  .page-wrapper .page-links.active {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.9098039216);
    display: block;
    margin: 10px 0;
    padding-bottom: 50px;
  }
  .page-wrapper .page-links li {
    display: block;
  }
  .page-wrapper .page-links li a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #545659;
  }
  .page-wrapper .page-links li ul {
    display: block;
    position: relative;
    background: none;
    border: none;
    border-top: 1px solid #E2E2E2;
    width: 90%;
    padding: 5px 0;
  }
  .page-wrapper .page-links > li:has(ul):hover > a {
    background: none;
    border-color: transparent;
  }
  .page-wrapper .page-links > li:has(ul)::before {
    right: 10%;
    top: 25px;
  }
  .page-wrapper.with-slider .page-links.active {
    margin-top: -35px;
  }
}
@media only screen and (max-width: 580px) {
  .page-wrapper {
    padding-top: 25px;
  }
  .page-wrapper ul li {
    font-size: 15px;
  }
  .page-wrapper p {
    font-size: 14px;
  }
  .page-wrapper .pt-6 {
    padding-top: 0;
    margin-top: 30px;
  }
  .page-wrapper.with-slider .pt-6 {
    padding-top: 60px;
  }
  .page-wrapper h2.wp-block-heading {
    font-size: 26px;
  }
  .page-wrapper h3.has-medium-font-size {
    font-size: 22px !important;
  }
  .page-wrapper h1.wp-block-heading.title-header {
    font-size: 32px;
  }
  .page-wrapper.no-pad-mobile {
    width: 100%;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal.wp-block-gallery-pagination {
  bottom: auto;
  padding-right: 50px;
  text-align: right;
  margin: auto;
  max-width: 1540px;
  transform: translate(-50%, 10%);
  left: 50%;
}
.swiper-pagination-bullets.swiper-pagination-horizontal.wp-block-gallery-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  background: transparent;
  opacity: 1;
  position: relative;
}
.swiper-pagination-bullets.swiper-pagination-horizontal.wp-block-gallery-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #CCCCCC;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 0;
  margin-top: 0px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal.wp-block-gallery-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  height: 6px;
  border: 1px solid #fff;
}
.swiper-pagination-bullets.swiper-pagination-horizontal.wp-block-gallery-pagination .swiper-pagination-bullet-active:after {
  background: #E60F00;
  margin-top: 1px;
  width: 55px;
}
@media only screen and (max-width: 880px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal.wp-block-gallery-pagination {
    text-align: left;
    padding-left: 50px;
    padding-right: 0;
    transform: translate(-50%, 160%);
  }
}
@media only screen and (max-width: 580px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal.wp-block-gallery-pagination {
    padding-left: 36px;
  }
}

@media only screen and (max-width: 880px) {
  .wp-block-gallery-swiper .swiper-slide {
    height: 545px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .wp-block-gallery-swiper .swiper-slide img {
    display: none;
  }
}

.logos-grid {
  margin-top: 50px;
}
.logos-grid figure {
  width: 100%;
  text-align: center;
}
.logos-grid [class^=col] {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 50px;
  display: flex;
  align-items: center;
}
.logos-grid [class^=col]:nth-last-child(-n+3) {
  border-bottom: none;
}
.logos-grid [class^=col]:nth-child(3), .logos-grid [class^=col]:nth-child(6) {
  border-right: none;
}
.logos-grid img {
  max-height: 150px;
  max-width: 220px;
  height: auto;
  width: auto;
}
.logos-grid.alt [class^=col] {
  border: none;
  padding: 10px;
}
.logos-grid.alt figure {
  padding: 50px 20px;
  border: 1px solid #ccc;
  height: 100%;
  display: flex;
  align-items: center;
}
.logos-grid.alt img {
  max-width: 95%;
  max-height: 100px;
  margin: auto;
}

.leadership-team {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 200;
}
.leadership-team a {
  color: #545659;
}
.leadership-team .item {
  margin-bottom: 50px;
}
.leadership-team .team-img {
  height: 300px;
  background: #F2F2F2 no-repeat center;
  background-size: cover;
}
.leadership-team .team-name {
  font-weight: bold;
  margin: 10px 0 5px;
}
.leadership-team .team-title {
  font-size: 1.25em;
}
.leadership-team .team-position strong {
  font-weight: bold;
}
@media only screen and (max-width: 580px) {
  .leadership-team {
    font-size: 13px;
    margin-top: 40px;
  }
  .leadership-team .item {
    margin-bottom: 0;
  }
  .leadership-team .team-img {
    height: 230px;
  }
  .leadership-team .team-name {
    margin: 5px 0 2px;
  }
}
@media only screen and (max-width: 480px) {
  .leadership-team .team-img {
    height: 175px;
  }
}

.board-team {
  font-size: 16px;
}
.board-team .item {
  padding: 20px 0;
  border-bottom: 1px solid #CCCCCC;
  display: block;
  width: 90%;
  position: relative;
}
.board-team .item:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(img/icons/plus.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 25px;
}
.board-team .item:hover {
  border-color: #E60F00;
}
.board-team .item.active:after {
  background-image: url(img/icons/minus.svg);
  width: 16px;
  height: 3px;
  top: 35px;
}
.board-team a {
  color: #545659;
}
.board-team .team-name {
  font-weight: bold;
}
.board-team .team-pic {
  display: none;
}
.board-team .team-pic img {
  width: 70px;
}
.board-team .content {
  margin-top: 20px;
  display: none;
}
.board-team .content p {
  font-size: 15px;
  font-weight: 100;
}
@media only screen and (max-width: 580px) {
  .board-team .item {
    width: 100%;
  }
}

.historical-swiper::after {
  height: 2px;
  border: 1px solid #006EE6;
  position: absolute;
  content: "";
  width: 100%;
  top: 50%;
}
.historical-swiper .swiper-slide {
  z-index: 2;
  height: auto;
}
.historical-swiper .swiper-slide .item {
  position: relative;
  width: 190%;
  padding: 20px 15px 50px 30px;
  margin-left: 50px;
  border-left: 2px solid #E2E2E2;
  background: #fff;
  height: 50%;
}
.historical-swiper .swiper-slide p {
  max-height: 140px;
  overflow-y: scroll;
  font-size: 14px;
  padding: 10px 0 4px;
  max-width: 260px;
}
.historical-swiper .swiper-slide p.w-100 {
  max-width: -moz-max-content;
  max-width: max-content;
}
.historical-swiper .swiper-slide h3 {
  color: #006EE6;
  font-weight: bold;
  font-size: 27px;
}
.historical-swiper .swiper-slide::after {
  position: absolute;
  height: 15px;
  width: 15px;
  content: "";
  background: #006EE6;
  bottom: 75%;
  border-radius: 100%;
  left: 35px;
  transform: translate(50%, 50%);
  z-index: 4;
}
@media only screen and (min-width: 1880px) {
  .historical-swiper .swiper-slide .item {
    height: 300px;
  }
}
.historical-swiper .swiper-slide.centered::after {
  bottom: 50%;
}
.historical-swiper .swiper-slide.centered .item {
  margin-top: 40%;
  border: none;
}
.historical-swiper .swiper-slide:nth-child(even) {
  z-index: 1;
}
.historical-swiper .swiper-slide:nth-child(even)::after {
  bottom: 25%;
}
.historical-swiper .swiper-slide:nth-child(even) .item {
  margin-top: calc(65% + 40px);
}
@media only screen and (min-width: 1880px) {
  .historical-swiper .swiper-slide:nth-child(even) .item {
    margin-top: 330px;
  }
}
@media only screen and (max-width: 1780px) {
  .historical-swiper .swiper-slide:nth-child(even) .item {
    margin-top: calc(60% + 40px);
  }
}
@media only screen and (max-width: 1585px) {
  .historical-swiper .swiper-slide:nth-child(even) .item {
    margin-top: calc(72% + 40px);
  }
}
@media only screen and (max-width: 1380px) {
  .historical-swiper .swiper-slide:nth-child(even) .item {
    margin-top: 87%;
  }
}
@media only screen and (max-width: 1320px) {
  .historical-swiper .swiper-slide:nth-child(even) .item {
    margin-top: 89%;
  }
}
@media only screen and (max-width: 1180px) {
  .historical-swiper .swiper-slide:nth-child(even) .item {
    margin-top: 104%;
  }
}
@media only screen and (max-width: 1024px) {
  .historical-swiper .swiper-slide:nth-child(even) .item {
    margin-top: 82%;
  }
}
@media only screen and (max-width: 880px) {
  .historical-swiper .swiper-slide:nth-child(even) .item {
    margin-top: 99%;
  }
}
@media only screen and (max-width: 768px) {
  .historical-swiper .swiper-slide:nth-child(even) .item {
    margin-top: 101%;
  }
}
@media only screen and (max-width: 688px) {
  .historical-swiper .swiper-slide:nth-child(even) .item {
    margin-top: 82%;
  }
}
@media only screen and (max-width: 588px) {
  .historical-swiper .swiper-slide:nth-child(even) .item {
    margin-top: 107%;
  }
}
@media only screen and (max-width: 468px) {
  .historical-swiper .swiper-slide:nth-child(even) .item {
    margin-top: 251px;
  }
}
.historical-swiper .swiper-slide:nth-child(even) .item::after {
  top: 0;
}
.historical-swiper .swiper-slide:last-child .item {
  border: none;
}
.historical-swiper .swiper-slide:last-child::after {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .historical-swiper .swiper-slide p {
    font-size: 12px;
  }
  .historical-swiper .swiper-slide h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 580px) {
  .historical-swiper .swiper-slide .item {
    padding: 20px 20px 20px;
  }
  .historical-swiper .swiper-slide h3 {
    font-size: 20px;
  }
}
.historical-swiper.alt::after {
  z-index: 1000;
  top: 55%;
}
.historical-swiper.alt .swiper-slide::after {
  left: 10px;
}
.historical-swiper.alt .swiper-slide .item {
  margin-left: 25px;
  height: 55%;
}
.historical-swiper.alt .swiper-slide p {
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: 95%;
}
.historical-swiper.alt .swiper-slide:nth-child(even) .item {
  margin-top: calc(120% + 40px);
}
@media only screen and (min-width: 1880px) {
  .historical-swiper.alt .swiper-slide:nth-child(even) .item {
    margin-top: 320px;
  }
}
@media only screen and (max-width: 1780px) {
  .historical-swiper.alt .swiper-slide:nth-child(even) .item {
    margin-top: calc(119% + 40px);
  }
}
@media only screen and (max-width: 1585px) {
  .historical-swiper.alt .swiper-slide:nth-child(even) .item {
    margin-top: calc(145% + 40px);
  }
}
@media only screen and (max-width: 1380px) {
  .historical-swiper.alt .swiper-slide:nth-child(even) .item {
    margin-top: calc(170% + 40px);
  }
}
@media only screen and (max-width: 1320px) {
  .historical-swiper.alt .swiper-slide:nth-child(even) .item {
    margin-top: calc(180% + 40px);
  }
}
@media only screen and (max-width: 1180px) {
  .historical-swiper.alt .swiper-slide:nth-child(even) .item {
    margin-top: calc(190% + 40px);
  }
}
@media only screen and (max-width: 1024px) {
  .historical-swiper.alt .swiper-slide:nth-child(even) .item {
    margin-top: calc(125% + 40px);
  }
}
@media only screen and (max-width: 880px) {
  .historical-swiper.alt .swiper-slide:nth-child(even) .item {
    margin-top: calc(160% + 40px);
  }
}
@media only screen and (max-width: 768px) {
  .historical-swiper.alt .swiper-slide:nth-child(even) .item {
    margin-top: calc(123% + 40px);
  }
}
@media only screen and (max-width: 688px) {
  .historical-swiper.alt .swiper-slide:nth-child(even) .item {
    margin-top: calc(140% + 40px);
  }
}
@media only screen and (max-width: 588px) {
  .historical-swiper.alt .swiper-slide:nth-child(even) .item {
    margin-top: 340px;
  }
}
@media only screen and (max-width: 468px) {
  .historical-swiper.alt .swiper-slide:nth-child(even) .item {
    margin-top: 390px;
  }
}

.history-controls {
  position: relative;
  padding: 80px 0 0;
  display: table;
  margin: auto;
  margin-bottom: 30px;
}
.history-controls .hist-pagination {
  position: relative;
}
.history-controls .hist-pagination .swiper-pagination-bullet {
  border-radius: 1px;
  width: 50px;
  height: 4px;
}
.history-controls .swiper-button-next,
.history-controls .swiper-button-prev {
  height: 70px;
  width: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 70%;
}
.history-controls .swiper-button-next:after,
.history-controls .swiper-button-prev:after {
  display: none;
}
.history-controls .swiper-button-next {
  right: 0;
  transform: translateX(150%);
  background-image: url(img/icons/carousel-right-dark.svg);
}
.history-controls .swiper-button-prev {
  left: 0;
  transform: translateX(-150%);
  background-image: url(img/icons/carousel-left-dark.svg);
}
@media only screen and (max-width: 780px) {
  .history-controls .hist-pagination .swiper-pagination-bullet {
    width: 35px;
    height: 3px;
  }
  .history-controls .swiper-button-next,
  .history-controls .swiper-button-prev {
    height: 55px;
    width: 25px;
    top: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .history-controls {
    display: none;
  }
}

.leadership-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFE;
  z-index: 100;
  overflow: auto;
  display: none;
}
.leadership-popup img {
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
}
.leadership-popup .name {
  font-weight: bold;
  font-size: 33px;
}
.leadership-popup .position {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 25px;
}
.leadership-popup .close {
  position: absolute;
  right: 20px;
  z-index: 100;
}
.leadership-popup .close img {
  width: 25px;
  height: 25px;
  margin-bottom: 0;
}
.leadership-popup .swiper-button-next,
.leadership-popup .swiper-button-prev {
  height: 31px;
  width: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 93%;
  position: absolute;
  cursor: pointer;
  z-index: 100;
}
.leadership-popup .swiper-button-next:after,
.leadership-popup .swiper-button-prev:after {
  display: none;
}
.leadership-popup .swiper-button-next {
  right: calc(50% - 90px);
  background-image: url(img/icons/carousel-right-2.svg);
}
.leadership-popup .swiper-button-prev {
  left: calc(50% - 90px);
  background-image: url(img/icons/carousel-left-2.svg);
}
.leadership-popup .swiper-pagination {
  font-weight: bold;
  bottom: 32px;
}
@media only screen and (max-width: 620px) {
  .leadership-popup .name {
    font-size: 25px;
  }
  .leadership-popup .position {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 580px) {
  .leadership-popup .name {
    font-size: 22px;
  }
  .leadership-popup .position {
    font-size: 14px;
  }
  .leadership-popup img {
    max-width: 200px;
  }
  .leadership-popup p {
    font-size: 12px;
  }
  .leadership-popup .swiper-pagination {
    bottom: 52px;
  }
  .leadership-popup .close img {
    width: 20px;
    height: 20px;
  }
}

.footprint-totals {
  margin-top: 60px;
  min-height: 40vw;
  color: #545659;
  align-items: start;
  background: #F2F2F2;
}
.footprint-totals p {
  padding-top: 0;
}
.footprint-totals a,
.footprint-totals p, .footprint-totals h3 {
  position: relative;
  font-weight: bold;
  font-size: 24px;
}
.footprint-totals h3 {
  color: #545659;
}
.footprint-totals .wp-block-cover__background.has-background-dim {
  opacity: 0;
}
.footprint-totals .wp-block-cover__inner-container {
  padding: 50px;
}
.footprint-totals h4 {
  font-weight: bold;
  color: #E60F00;
  margin-top: 0;
  padding-top: 10px;
  border-top: 4px solid #E60F00;
  font-size: 30px;
  position: relative;
}
.footprint-totals h4:after {
  content: "";
  height: 15px;
  width: 15px;
  background: url(img/icons/plus.svg) no-repeat;
  position: absolute;
  right: 10px;
  background-size: cover;
  top: 40%;
}
.footprint-totals .item {
  cursor: pointer;
  margin-top: 50px;
  position: relative;
}
.footprint-totals .item .container {
  padding: 20px 0;
  margin: 0;
  width: 97%;
  position: relative;
  display: none;
}
.footprint-totals .item .container h5 {
  font-size: 21px;
  font-weight: bold;
}
.footprint-totals .item .container p {
  font-size: 17px;
}
.footprint-totals .item .container .row div:last-child {
  text-align: right;
}
.footprint-totals .item .container .row div:last-child p {
  padding-right: 5px;
}
.footprint-totals .item.active {
  padding-bottom: 30px;
}
.footprint-totals .item.active:before {
  content: "";
  background: #fff;
  position: absolute;
  width: calc(100% - 24px);
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
}
.footprint-totals .item.active .container {
  display: block;
}
.footprint-totals .item.active h4, .footprint-totals .item.active p, .footprint-totals .item.active h5 {
  padding-left: 18px;
  padding-right: 18px;
}
.footprint-totals .item.active h4::after {
  background-image: url(img/icons/minus.svg);
  height: 3px;
  width: 17px;
  top: 55%;
  right: 13px;
}
@media only screen and (max-width: 769px) {
  .footprint-totals .wp-block-cover__inner-container {
    padding: 10px;
  }
  .footprint-totals h4 {
    font-size: 27px;
  }
  .footprint-totals p {
    font-size: 21px;
  }
  .footprint-totals h3 {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .footprint-totals .item {
    margin-top: 35px;
  }
  .footprint-totals .item .container p {
    font-size: 14px;
  }
  .footprint-totals .item .container h5 {
    font-size: 19px;
  }
  .footprint-totals .item.active h4, .footprint-totals .item.active p, .footprint-totals .item.active h5 {
    padding-left: 13px;
    padding-right: 13px;
  }
  .footprint-totals img.wp-block-cover__image-background {
    width: 110%;
    height: auto;
  }
}

.development-listing {
  margin-top: 30px;
}
.development-listing input[type=text],
.development-listing select {
  width: 100%;
  border-radius: 0;
  padding: 10px 20px;
  border: 1px solid #CCCCCC;
  color: #545659;
  margin-bottom: 20px;
}
.development-listing input[type=text]::-moz-placeholder, .development-listing select::-moz-placeholder {
  color: #545659;
}
.development-listing input[type=text]::placeholder,
.development-listing select::placeholder {
  color: #545659;
}
.development-listing select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(img/icons/select-arrow.svg) no-repeat 97%;
  background-position-x: calc(100% - 15px);
  font-weight: bold;
}

#buildout-map {
  position: relative;
}
#buildout-map.load:after {
  background: #000 url(img/loader.gif) no-repeat center;
  opacity: 0.6;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.latest-reports {
  margin-top: 45px;
}
.latest-reports figure {
  margin-bottom: 0;
}
.latest-reports .wp-block-cover,
.latest-reports .wp-block-cover-image {
  min-height: auto;
  padding: 2.5em 1.5em;
}
.latest-reports h4 {
  color: #545659;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 0;
}
.latest-reports p {
  margin-top: 0;
  padding-top: 0;
  font-size: 20px;
  font-weight: bold;
}
.latest-reports .wp-block-cover .wp-block-cover__background.has-background-dim {
  background: #fff !important;
  opacity: 0.9;
}
.latest-reports ul {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}
.latest-reports ul a {
  color: #545659;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 9px 0 9px 25px;
  background: url(img/icons/download.svg) no-repeat left;
  border-bottom: 1px solid transparent;
}
.latest-reports ul a:hover {
  border-bottom: 1px solid #545659;
}

#qoute-frame {
  border-top: 5px solid #E60F00;
  background: #F6F6F6;
  height: 520px;
  padding: 0 25px 20px;
  width: 100%;
}

#chart-frame {
  background: transparent;
  border: none;
  height: 520px;
  width: 100%;
}

.report-download {
  width: 100%;
  display: block;
}
.report-download a {
  background: #F2F2F2;
  border: none;
  border-top: 5px solid #E60F00;
  color: #545659;
  padding: 100px 30px 40px;
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.report-download a::before {
  content: "";
  width: 35px;
  height: 54px;
  background: url(img/icons/download-slim.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 25px;
  left: 30px;
}
.report-download a strong {
  font-weight: 500;
  font-size: 0.7em;
}
.report-download a:hover {
  background-color: #E60F00;
  color: #fff;
}
.report-download a:hover::before {
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 1280px) {
  .report-download a {
    padding: 85px 20px 30px;
    font-size: 26px;
    margin-bottom: 30px;
  }
  .report-download a::before {
    left: 20px;
    width: 27px;
    height: 40px;
  }
}

.resources-listing {
  list-style: none;
  padding: 0;
  margin: 20px 0 10px;
}
.resources-listing .swiper-slide {
  width: auto !important;
}
.resources-listing li:first-child a {
  padding-left: 0;
}
.resources-listing li.active a, .resources-listing li:hover a {
  color: #545659;
  text-decoration: underline;
}
.resources-listing a {
  padding: 15px;
  color: #797D81;
  font-weight: bold;
  font-size: 16px;
}

.report-container {
  padding: 40px 0 50px;
  display: none;
}
.report-container.active {
  display: block;
}
.report-container h3 {
  font-weight: bold;
  font-size: 1.8em;
}
.report-container .report-content {
  margin-top: 30px;
  min-height: 75px;
}
.report-container .report-content a {
  color: #545659;
  display: block;
  padding: 8px 0;
  font-size: 15px;
}
.report-container .report-content a:hover {
  text-decoration: underline;
}
.report-container .report-content.loading {
  position: relative;
}
.report-container .report-content.loading:after {
  background: #ffffff url(img/loader.gif) no-repeat center 50px;
  opacity: 0.5;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: 200px;
}
.report-container .news-item {
  display: block;
  margin-bottom: 15px;
}
.report-container .news-item a {
  font-size: 17px;
  border-top: 1px solid #f4f4f4;
  padding-bottom: 0;
}
.report-container .news-item span {
  font-size: 0.8rem;
  color: #E60F00;
}
.report-container .news-item:first-child a {
  border: none;
}/*# sourceMappingURL=style.css.map */