section.investments-building-hero {
  position: relative;
  max-height: 800px;
  display: flex;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center right;
  background-color: #000;
}
@media (max-width: 992px) {
  section.investments-building-hero {
    max-height: 100%;
    height: 100%;
  }
}
section.investments-building-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
  background: transparent linear-gradient(186deg, rgba(36, 32, 33, 0) 0%, #242021 80%) 0% 0% no-repeat padding-box;
}
section.investments-building-hero .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 200px 80px 80px 80px;
}
@media (max-width: 992px) {
  section.investments-building-hero .container {
    padding: 200px 20px 100px 20px;
  }
}
section.investments-building-hero .container::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 60px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #242021;
}
@media (max-width: 992px) {
  section.investments-building-hero .container::after {
    left: 50%;
  }
}
section.investments-building-hero .hero-content {
  max-width: 800px;
}
section.investments-building-hero .hero-content h1 {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  section.investments-building-hero .hero-content h1 {
    margin-bottom: 10px;
  }
}
section.investments-building-hero .hero-content h1 span {
  display: block;
}
section.investments-building-hero .hero-content h1 span:nth-child(1) {
  font-size: 38px;
  font-weight: 300;
}
@media (max-width: 992px) {
  section.investments-building-hero .hero-content h1 span:nth-child(1) {
    font-size: 38px;
  }
}
@media (max-width: 568px) {
  section.investments-building-hero .hero-content h1 span:nth-child(1) {
    font-size: 26px;
  }
}
section.investments-building-hero .hero-content h1 span:nth-child(2) {
  font-size: 80px;
  font-weight: 500;
}
@media (max-width: 992px) {
  section.investments-building-hero .hero-content h1 span:nth-child(2) {
    font-size: 60px;
  }
}
@media (max-width: 568px) {
  section.investments-building-hero .hero-content h1 span:nth-child(2) {
    font-size: 32px;
  }
}
section.investments-building-hero .hero-content h1 span:nth-child(3) {
  font-size: 50px;
  font-weight: 200;
}
@media (max-width: 992px) {
  section.investments-building-hero .hero-content h1 span:nth-child(3) {
    font-size: 40px;
  }
}
@media (max-width: 568px) {
  section.investments-building-hero .hero-content h1 span:nth-child(3) {
    font-size: 28px;
  }
}
section.investments-building-hero .hero-content p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 200;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  section.investments-building-hero .hero-content p {
    margin: 20px 0;
  }
}
section.investments-building-hero .hero-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 992px) {
  section.investments-building-hero .hero-buttons {
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
section.investments-building-hero .hero-buttons .btn-yellow {
  height: 64px;
  display: flex;
  align-items: center;
}
section.investments-building-hero .hero-buttons .agent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  margin-right: 15px;
}
@media (max-width: 992px) {
  section.investments-building-hero .hero-buttons .agent {
    padding: 0;
    margin: 0;
  }
}
section.investments-building-hero .hero-buttons .agent img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
section.investments-building-hero .hero-buttons .agent span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 64px;
  background: transparent;
  border: 1px solid #fff;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  overflow: hidden;
  background-clip: padding-box;
  transform: translateZ(0);
}
@media (max-width: 578px) {
  section.investments-building-hero .hero-buttons .agent span {
    font-size: 12px;
  }
}

section.investments-building-overview {
  background: #fff;
  padding: 100px 0;
}
section.investments-building-overview h2 {
  font-size: 41px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  color: #131313;
}
@media (max-width: 992px) {
  section.investments-building-overview h2 {
    font-size: 28px;
  }
}
section.investments-building-overview .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.investments-building-overview .wrapper .left, section.investments-building-overview .wrapper .right {
  width: 48%;
}
@media (max-width: 992px) {
  section.investments-building-overview .wrapper .left, section.investments-building-overview .wrapper .right {
    width: 100%;
  }
}
section.investments-building-overview .wrapper .left {
  padding: 50px 0;
}
@media (max-width: 992px) {
  section.investments-building-overview .wrapper .left {
    order: 2;
    padding: 0;
  }
}
section.investments-building-overview .wrapper .left .box {
  display: flex;
  align-items: flex-start;
}
section.investments-building-overview .wrapper .left .box img {
  width: 100px;
  height: auto;
  object-fit: contain;
  margin-right: 40px;
}
section.investments-building-overview .wrapper .left .box p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 5px;
}
section.investments-building-overview .wrapper .left .buttons {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 992px) {
  section.investments-building-overview .wrapper .right {
    order: 1;
  }
}
section.investments-building-overview .wrapper .right .slider {
  margin: 40px 0 40px 0;
}
section.investments-building-overview .wrapper .right .slider .slider-item img {
  width: 100%;
  height: 363px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
section.investments-building-overview .wrapper .right .slider .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
section.investments-building-overview .wrapper .right .slider .navigation .swiper-button-prev {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 10px;
}
section.investments-building-overview .wrapper .right .slider .navigation .swiper-button-prev::after {
  font-size: 26px;
}
section.investments-building-overview .wrapper .right .slider .navigation .swiper-button-next {
  position: initial;
  margin: 0;
  color: #000;
}
section.investments-building-overview .wrapper .right .slider .navigation .swiper-button-next::after {
  font-size: 26px;
}
section.investments-building-overview .wrapper .right .slider .navigation .swiper-pagination {
  position: initial;
  margin: 0 40px;
  display: none;
}
section.investments-building-overview .wrapper .right .slider .navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  background-color: #000;
  width: 20px;
  height: 4px;
  margin: 0 10px;
}
section.investments-building-overview .wrapper .right .slider .navigation .swiper-scrollbar {
  position: initial;
  display: flex;
  height: 3px;
  width: 100px;
  border-radius: 0;
  margin: 0 40px;
}
section.investments-building-overview .wrapper .right .slider .navigation .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}

section.investments-building-location {
  background: #F5F5F5;
  padding: 30px 0;
}
section.investments-building-location h2 {
  font-size: 41px;
  font-weight: 700;
  margin: 80px 0 80px 0;
  text-align: center;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  section.investments-building-location h2 {
    font-size: 28px;
    margin: 40px 0;
  }
}
section.investments-building-location .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0;
}
@media (max-width: 992px) {
  section.investments-building-location .wrapper.wrapper-l-img .right {
    order: 2;
  }
  section.investments-building-location .wrapper.wrapper-l-img .left {
    order: 1;
  }
  section.investments-building-location .wrapper.wrapper-l-img .left img {
    margin-bottom: 30px;
  }
  section.investments-building-location .wrapper.wrapper-r-img .right {
    order: 1;
  }
  section.investments-building-location .wrapper.wrapper-r-img .right img {
    margin-bottom: 30px;
  }
  section.investments-building-location .wrapper.wrapper-r-img .left {
    order: 2;
  }
}
section.investments-building-location .wrapper .left, section.investments-building-location .wrapper .right {
  width: 48%;
}
@media (max-width: 992px) {
  section.investments-building-location .wrapper .left, section.investments-building-location .wrapper .right {
    width: 100%;
  }
}
section.investments-building-location .wrapper h3 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #4B4B4B;
  padding-left: 25px;
}
section.investments-building-location .wrapper h3::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #FCC266;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
section.investments-building-location .wrapper p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 30px;
}
section.investments-building-location .wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
}

section.investments-building-offers {
  background: #F5F5F5;
  padding: 30px 0 60px 0;
}
section.investments-building-offers h2 {
  color: #4b4b4b;
  font-size: 41px;
  font-weight: 600;
  margin: 0 0 60px 0;
  text-align: center;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  section.investments-building-offers h2 {
    font-size: 28px;
    margin: 0 0 40px 0;
  }
}
section.investments-building-offers .slider {
  margin: 0 30px;
}
@media (max-width: 992px) {
  section.investments-building-offers .slider {
    margin: 0 10px;
  }
}
section.investments-building-offers .slider .offer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center center;
  min-height: 464px;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  text-decoration: none;
}
section.investments-building-offers .slider .offer .button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #8b8b8b;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.investments-building-offers .slider .offer .bottom {
  padding: 20px 10px;
}
section.investments-building-offers .slider .offer .bottom .type {
  background-color: #ffab23;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.38px;
  text-align: center;
  padding: 4px 10px;
  margin-bottom: 25px;
  display: inline-block;
}
section.investments-building-offers .slider .offer .bottom h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0;
  text-align: left;
}
section.investments-building-offers .slider .offer .bottom .description {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 5px;
}
section.investments-building-offers .slider .offer .bottom .parameters {
  display: flex;
  align-content: flex-end;
  justify-content: center;
  height: 100%;
  padding-bottom: 5px;
}
@media (max-width: 992px) {
  section.investments-building-offers .slider .offer .bottom .parameters {
    margin-top: 10px;
  }
}
section.investments-building-offers .slider .offer .bottom .parameters .parameter {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  border-right: 1px solid #fff;
  padding: 3px 15px;
  margin-top: auto;
}
section.investments-building-offers .slider .offer .bottom .parameters .parameter:last-child {
  border-right: none;
}
section.investments-building-offers .slider .offer .bottom .parameters .parameter span {
  display: block;
  text-align: center;
}
section.investments-building-offers .slider .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
section.investments-building-offers .slider .navigation .swiper-button-prev {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.investments-building-offers .slider .navigation .swiper-button-prev:after {
  display: none;
}
section.investments-building-offers .slider .navigation .swiper-button-next {
  position: initial;
  margin: 0;
  color: #000;
  font-size: 40px;
}
section.investments-building-offers .slider .navigation .swiper-button-next:after {
  display: none;
}
section.investments-building-offers .slider .navigation .swiper-pagination {
  position: initial;
  margin: 0 40px;
  display: none;
}
section.investments-building-offers .slider .navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 0;
  background-color: #000;
  width: 20px;
  height: 4px;
  margin: 0 10px;
}
section.investments-building-offers .slider .navigation .swiper-scrollbar {
  position: initial;
  display: flex;
  height: 3px;
  width: 100px;
  border-radius: 0;
  margin: 0 40px;
}
section.investments-building-offers .slider .navigation .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}

section.investments-building-informations {
  padding: 80px 0;
  background: #242021;
  color: #fff;
  position: relative;
}
section.investments-building-informations h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 992px) {
  section.investments-building-informations h2 {
    font-size: 24px;
  }
}
section.investments-building-informations p {
  font-size: 22px;
  line-height: 1.7;
  font-weight: 300;
}
@media (max-width: 992px) {
  section.investments-building-informations p {
    padding: 0 20px;
  }
}
section.investments-building-informations ul {
  margin-top: 30px;
  list-style: disc;
  padding-left: 20px;
}
section.investments-building-informations ul li {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 300;
  list-style: none;
  position: relative;
  padding-left: 25px;
}
section.investments-building-informations ul li::before {
  content: "";
  color: #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  background-position: center center;
  left: 0;
  top: 11px;
  position: absolute;
}
@media (max-width: 992px) {
  section.investments-building-informations ul li {
    font-size: 18px;
  }
  section.investments-building-informations ul li::before {
    top: 9px;
  }
}
@media (max-width: 576px) {
  section.investments-building-informations ul li {
    font-size: 16px;
  }
  section.investments-building-informations ul li::before {
    top: 7px;
  }
}
section.investments-building-informations ul li p {
  margin: 0;
}
section.investments-building-informations .buttons {
  text-align: center;
  margin-top: 40px;
}
section.investments-building-informations::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #242021;
}

section.investments-building-amenities {
  padding: 50px 0;
  background: #F5F5F5;
}
section.investments-building-amenities h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 80px 0 60px 0;
  text-align: center;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  section.investments-building-amenities h2 {
    font-size: 24px;
    margin: 40px 0 40px 0;
  }
}
section.investments-building-amenities .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.investments-building-amenities .wrapper .box {
  width: 30%;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  section.investments-building-amenities .wrapper .box {
    width: 100%;
  }
}
section.investments-building-amenities .wrapper .box img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
}
section.investments-building-amenities .wrapper .box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #4B4B4B;
  margin-bottom: 20px;
}
section.investments-building-amenities .wrapper .box p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 200;
  margin-top: 10px;
}

section.investments-building-map {
  padding: 50px 0 0 0;
  background: #F5F5F5;
}
@media (max-width: 992px) {
  section.investments-building-map {
    padding: 30px 0 0 0;
  }
}
section.investments-building-map h2 {
  font-size: 48px;
  font-weight: 400;
  margin: 40px 0 60px 0;
  text-align: center;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  section.investments-building-map h2 {
    font-size: 32px;
    margin: 30px 0 40px 0;
  }
}
section.investments-building-map .wrapper {
  width: 100%;
  height: 400px;
}
@media (max-width: 768px) {
  section.investments-building-map .wrapper {
    height: 300px;
  }
}

section.investments-building-contact {
  background: #fff;
  padding: 75px 0 0 0;
  color: #4B4B4B;
}
section.investments-building-contact .wrapper {
  display: flex;
  flex-wrap: wrap;
}
section.investments-building-contact .left {
  width: 50%;
}
@media (max-width: 992px) {
  section.investments-building-contact .left {
    width: 100%;
  }
}
section.investments-building-contact .left h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  section.investments-building-contact .left h2 {
    font-size: 24px;
  }
}
section.investments-building-contact .left p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
section.investments-building-contact .left .email {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  section.investments-building-contact .left .email {
    font-size: 18px;
  }
}
section.investments-building-contact .left .phone {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #4B4B4B;
}
@media (max-width: 992px) {
  section.investments-building-contact .left .phone {
    font-size: 18px;
  }
}
section.investments-building-contact .right {
  width: 50%;
}
@media (max-width: 992px) {
  section.investments-building-contact .right {
    width: 100%;
  }
}
section.investments-building-contact .right > .agent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  margin: 50px auto;
  max-width: 700px;
}
section.investments-building-contact .right > .agent img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
section.investments-building-contact .right > .agent span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 64px;
  color: #010101;
  background: #FFAB23;
  border: 1px solid #fff;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  overflow: hidden;
  background-clip: padding-box;
  transform: translateZ(0);
  transition: background 0.3s ease;
}
section.investments-building-contact .right > .agent span:hover {
  color: #010101;
  background: #E69005;
}
@media (max-width: 578px) {
  section.investments-building-contact .right > .agent span {
    font-size: 12px;
  }
}

/*# sourceMappingURL=page-investment-building.css.map */
