/* Section 6 */
.s6-chart-container {
  position: relative;
  margin: auto;
  aspect-ratio: 1.8 / 1 !important;
  max-width: 80vw;
}

.s6-footer {
  font-weight: 300;
  font-size: 16px;
  text-align: right;
  margin: 32px 40px 36px 0;
  display: block !important;
}

.s6 .status-color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 8px;
}
.s6 .status-active {
  background-color: #00b286 !important;
}
.s6 .status-pending {
  background-color: #daa520 !important;
}
.s6 .status-sold {
  background-color: #d32f2f !important;
}
.s6 .status-other {
  background-color: #9F9F91 !important;
}

/* Section 7 */
.s7-chart-container {
  position: relative;
  margin: auto;
  aspect-ratio: 1.8 / 1 !important;
  max-width: 80vw;
}

.s7-footer {
  font-weight: 300;
  font-size: 16px;
  text-align: right;
  margin: 32px 40px 36px 0;
  display: block !important;
}

.s7 .status-color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 8px;
}
.s7 .status-active {
  background-color: #00b286 !important;
}
.s7 .status-pending {
  background-color: #daa520 !important;
}
.s7 .status-sold {
  background-color: #d32f2f !important;
}
.s7 .status-other {
  background-color: #9F9F91 !important;
}

/* Section 8 */

.s8 {
  position: relative;
  display: flex;
  justify-content: center;
}

.s8-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: bottom right;
}

.s8 .s8-wrapper-bottom {
  padding: 56px 82px 20px;
}

.s8 .s8-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.12;
  text-transform: uppercase;
  color: #00172B;
}

.s8 .s8-desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.7;
  color: #00172B;
  margin-top: 32px;
}
.s8 .s8-wrapper-disclaimer {
  padding: 0 82px 20px;
}
.s8 .s8-disclaimer {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.2;
  color: #00172B;
  margin: 0;
  height: 100px;
}

.s8-wrapper-card {
  max-width: 486px;
  height: 271px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  padding: 38px 52px 34px;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: 18%;
  right: 7%;
}

.s8-card-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.58;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.s8-card-border {
  width: 100%;
  margin: 31px 0 16px;
  border-top: 1px solid #C2A99D;
}

.s8-card-address {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
  margin-top: 8px;
}

.s8-card-price {
  font-weight: 800;
  font-size: 40px;
  line-height: 1.6;
  text-align: center;
  color: #000000;
}