body {
  margin: 0;
}

.link {
  transition: .3s ease;
  cursor: pointer;
}
.link:hover {
  transform: scale(1.1);
}

.template-listing,
.template-listing * {
  box-sizing: border-box;
}
.template-listing {
  padding: 72px 72px 32px 72px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.hero {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 2024px;
  position: relative;
}
.nav {
  display: flex;
  flex-direction: row;
  row-gap: 30px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  gap: 10px;
}

.map-block {
  width: 100%;
}

.logo-container {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 285px;
  position: relative;
}
.logo {
  align-self: stretch;
  flex-shrink: 0;
  /* height: 30px; */
  position: relative;
  object-fit: cover;
}
.button-1 {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  padding: 12px 24px 12px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.contact-agent {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
}
.content {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.image {
  align-self: stretch;
  flex-shrink: 0;
  height: 650px;
  position: relative;
  object-fit: cover;
}
.scroll-down {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.more-details {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 300;
  position: relative;
  align-self: stretch;
}
.arrow-down {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.about {
  padding: 100px 0px 200px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  min-width: 200px;
  max-width: 2024px;
  position: relative;
}
.static-text-1 {
  text-align: center;
  font-size: 48px;
  letter-spacing: -0.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.static-text-12 {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 400;
  position: relative;
  width: 100%;
  max-width: 800px;
}
.property-features {
  padding: 0px 0px 100px 0px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2024px;
  position: relative;
}
.frame-1171275510 {
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.property-features2 {
  text-align: center;
  font-size: 48px;
  letter-spacing: -0.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.frame-2609640 {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.item-1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 200px;
  position: relative;
}
.label {
  text-align: left;
  font-size: 48px;
  letter-spacing: -0.5px;
  font-weight: 300;
  position: relative;
}
.bedrooms {
  color: #a3a3a3;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.item-2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 200px;
  position: relative;
}
.bathrooms {
  color: #a3a3a3;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.item-3 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 200px;
  position: relative;
}
.parking {
  color: #a3a3a3;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-4 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 200px;
  position: relative;
}
.built-in {
  color: #a3a3a3;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-6 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 200px;
  position: relative;
}
.square-feet-sqft {
  color: #a3a3a3;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2024px;
  position: relative;
}
.frame-2609641 {
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
  height: 1093px;
  position: relative;
  width: 100%;

}
.image2 {
  border-style: solid;
  border-color: #000000;
  border-width: 0px 0px 2px 0px;
  align-self: stretch;
  flex-shrink: 0;
  height: 673px;
  min-width: 300px;
  position: relative;
  object-fit: cover;
}
.frame-2609651 {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.image3 {
  flex: 1;
  height: 422px;
  min-width: 300px;
  position: relative;
  object-fit: cover;
}
.image4 {
  border-style: solid;
  border-color: #000000;
  border-width: 0px 0px 0px 1px;
  flex: 1;
  height: 422px;
  min-width: 300px;
  position: relative;
  object-fit: cover;
}
.video {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2024px;
  position: relative;
}
.frame-1171275513 {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.static-text-13 {
  text-align: center;
  font-size: 48px;
  letter-spacing: -0.5px;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.image5 {
  border-style: solid;
  border-color: #000000;
  border-width: 0px 0px 0px 1px;
  align-self: stretch;
  flex-shrink: 0;
  height: 650px;
  position: relative;
  object-fit: cover;
}
.frame-2609672 {
  padding: 150px 0px 150px 0px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-2609661 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.timeless-elegance-unmatched-luxury {
  text-align: center;
  font-size: 48px;
  letter-spacing: -0.5px;
  font-weight: 400;
  position: relative;
  width: 100%;
  min-width: 300px;
  max-width: 1024px;
}
.frame-2609646 {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  padding: 16px 32px 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.image-2 {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2024px;
  position: relative;
}
.image6 {
  align-self: stretch;
  flex-shrink: 0;
  height: 500px;
  position: relative;
  box-shadow: 0px 12px 22.7px 0px rgba(140, 140, 140, 0.15);
  object-fit: cover;
}
.overview {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 2024px;
  position: relative;
}
.overview2 {
  text-align: center;
  font-size: 48px;
  letter-spacing: -0.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.frame-1171275505 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-1171275485 {
  border-style: solid;
  border-color: #2d2d2d;
  border-width: 0px 0px 1px 0px;
  padding: 24px 0px 64px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 200px;
  position: relative;
}
.cost-breakdown {
  text-align: left;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: 400;
  position: relative;
}
.frame-1171275482 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-shrink: 0;
  position: relative;
}
.price-sqft {
  color: #b3b3b3;
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
  position: relative;
}
._878-37 {
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
  position: relative;
  width: 175px;
}
.frame-1171275487 {
  border-style: solid;
  border-color: #2d2d2d;
  border-width: 0px 0px 1px 0px;
  padding: 24px 0px 64px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 200px;
  position: relative;
}
.amenities-utilities {
  text-align: left;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: 400;
  position: relative;
}
.frame-11712754822 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.pool {
  color: #b3b3b3;
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
  position: relative;
}
.yes {
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
  position: relative;
}
.frame-1171275483 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.pool-features {
  color: #b3b3b3;
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
  position: relative;
}
.inground {
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
  position: relative;
}
.frame-1171275484 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.heating-cooling {
  color: #b3b3b3;
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
  position: relative;
}
.electric-zoned {
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
  position: relative;
}
.frame-11712754852 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.pets {
  color: #b3b3b3;
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
  position: relative;
}
.restricted {
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
  position: relative;
}
.frame-1171275488 {
  border-style: solid;
  border-color: #2d2d2d;
  border-width: 0px 0px 1px 0px;
  padding: 24px 0px 64px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 200px;
  position: relative;
}
.key-facts {
  text-align: left;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: 400;
  position: relative;
}
.year-built {
  color: #b3b3b3;
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
  position: relative;
}
._2024 {
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
  position: relative;
}
.frame-11712754832 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.subdivision {
  color: #b3b3b3;
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
  position: relative;
}
.frame-11712754842 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.lot-size-dimensions {
  color: #b3b3b3;
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
  position: relative;
}
._0-39-acres {
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
  position: relative;
}
.stories {
  color: #b3b3b3;
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
  position: relative;
}
._2 {
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
  position: relative;
}
.frame-1171275486 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.days-on-market {
  color: #b3b3b3;
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
  position: relative;
}
._297 {
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
  position: relative;
}
.frame-1171275489 {
  border-style: solid;
  border-color: #2d2d2d;
  border-width: 0px 0px 1px 0px;
  padding: 24px 0px 64px 0px;
  display: flex;
  flex-direction: column;
  gap: var(--3, 24px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 200px;
  position: relative;
}
.interior-features {
  text-align: left;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.frame-11712754862 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.interior {
  color: #b3b3b3;
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
  position: relative;
}
.elevator-volume-ceiling {
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
  position: relative;
  /* flex: 1; */
}
.frame-1171275491 {
  padding: 24px 0px 64px 0px;
  display: flex;
  flex-direction: column;
  gap: var(--3, 24px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.parking2 {
  text-align: left;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.frame-11712754823 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  row-gap: 8px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.covered-parking-spaces {
  color: #b3b3b3;
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
  position: relative;
}
._2-spaces {
  color: #000;
  text-align: left;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
  position: relative;
}
.map {
  width: 100%;
  flex-shrink: 0;
  height: 683px;
  max-width: 2024px;
  position: relative;
  object-fit: cover;
}
.agents {
  padding: 64px 0px 64px 0px;
  display: flex;
  flex-direction: row;
  gap: 100px;
  row-gap: 72px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  min-height: 580px;
  position: relative;
}
.meet-your-agent {
  text-align: center;
  font-size: 48px;
  letter-spacing: -0.5px;
  font-weight: 400;
  position: relative;
  width: 1384px;
}
.agent-3 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.slider2 {
  flex-shrink: 0;
  width: 350px;
  height: 450px;
  min-width: 300px;
  position: relative;
  object-fit: cover;
}
.name-designation {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 200px;
  position: relative;
}
.sarah-bloom {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.sales-representative {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frame-1171275508 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 220px;
  position: relative;
}
._14745374634 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 400;
  position: relative;
}
.david-elliman-com {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 400;
  position: relative;
}
.social {
  display: flex;
  flex-direction: row;
  gap: 8px;
  /* align-items: center; */
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.x {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  overflow: visible;
}
.instagram-with-circle-svgrepo-com-1 {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  overflow: visible;
}
.tiktok {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  overflow: visible;
}
.youtube-round-svgrepo-com-1 {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
}
.group {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -0.01%;
  left: 0.01%;
  bottom: 0%;
  top: 0%;
  overflow: visible;
}
.linkedin-round-svgrepo-com-5 {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  overflow: visible;
}
.facebook {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  overflow: visible;
}
.footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 2024px;
  position: relative;
}
.rechat {
  border-style: solid;
  border-color: #2d2d2d;
  border-width: 1px 0px 0px 0px;
  padding: 40px 0px 40px 0px;
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2024px;
  position: relative;
}
.frame-1171275476 {
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.real-estate-agents-affiliated-with-brokerage-are-independent-contractor-sales-associates-not-employees-2024-brokerage-all-rights-reserved-brokerage-fully-supports-the-principles-of-the-fair-housing-act-and-the-equal-opportunity-act {
  text-align: left;
  font-size: var(--content-body1-font-size, 16px);
  line-height: var(--content-body1-line-height, 24px);
  letter-spacing: var(--content-body1-letter-spacing, 0.15px);
  font-weight: var(--content-body1-font-weight, 400);
  position: relative;
  align-self: stretch;
}
.powered-by-rechat {
  flex-shrink: 0;
  width: 142.86px;
  height: 16px;
  position: relative;
  overflow: visible;
}

@media only screen and (max-width: 1024px) {
  .template-listing {
    gap: 60px;
  }
  .image,
  .image2,
  .image3,
  .image4 {
    height: 550px;
  }
  .about,
  .video,
  .overview {
    padding: 50px 0px 50px 0px;
  }
}
@media only screen and (max-width: 620px) {
  .nav {
    flex-direction: column;
    gap: 40px;
  }

  .map {
    height: 550px;
  }
}

@media only screen and (max-width: 480px) {
  .slider2 {
    width: 200px;
  }
  .map {
    height: 450px;
  }
  .template-listing,
  .overview {
    gap: 20px;
  }
  .template-listing {
    padding: 72px 16px 32px 16px;
  }
  .frame-2609641{
    height: unset;  
  }
  
  .image,
  .image2,
  .image3,
  .image4 {
    min-width: 200px;
  }
}


.splide__list li {
  margin-right: 10px !important;
}
.splide__slide {
  width: auto !important;
  height: auto !important;
  max-width: 100vw;
  max-height: 100vh;
}
.splide__list, .splide__track {
  width: 100% !important;
  height: auto !important;
  padding-right: 0 !important;
}
.splide__image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.splide__pagination li {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
}

.splide__pagination__page {
  width: 30px !important;
  border-radius: 3px !important;
  height: 5px !important;
  margin: 5px !important;
   background: #888 !important; 
}
 .splide__pagination__page.is-active
{
  background: #000 !important;
  border:solid 1px #aaa !important;
  transform: scale(1.3) !important;
}

.splide--draggable>.splide__track>.splide__list> .is-active {
  margin-right: 10px !important;
}



.agent-light,
.agent-light * {
  box-sizing: border-box;
}
.agent-light {
  padding: 64px 20px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: flex-end;
  max-width: 2400px;
  position: relative;
  width: 100%;
}
.frame-2085664017 {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  /* width: 1280px; */
  max-width: 1280px;
  position: relative;
}
.listing-title {
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  position: relative;
}
.get-in-touch {
  text-align: left;
  font-size: 64px;
  letter-spacing: -3px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}
.frame-2085664016 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
}
.frame-2085664027 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.slider3 {
  flex-shrink: 0;
  width: 396px;
  height: 500px;
  position: relative;
  object-fit: contain;
}
.frame-1171275523 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.name-designation {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-2085664023 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.team-name {
  text-align: left;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.sarah-sanders {
  text-align: left;
  font-size: 42px;
  letter-spacing: -2.5px;
  font-weight: 400;
  position: relative;
}
.sales-representative {
  text-align: left;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664024 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.frame-1171275508 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-2085664019 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.phone {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._555-867-5309 {
  color: inherit;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664020 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.emailEmail {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sarah-adler-associates-com {
  color: inherit;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664025 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.license {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._01234567 {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664022 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.vector-148 {
  align-self: stretch;
  flex-shrink: 0;
  height: 1px;
  position: relative;
  overflow: visible;
}
.office {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._555-367-2389 {
  color: inherit;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664026 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.address {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._1234-maplewood-lane-springfield-ca-90210 {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-20856640262 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.instagram-line {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.tiktok-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.facebook-circle-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.twitter-x-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.linkedin-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.youtube-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}


@media (max-width: 480px) {
    .slider3 {
        width: 300px;
        height: 350px;
    }
    .get-in-touch {
        font-size: 54px;
        text-align: center;
    }

    .frame-1171275523 {
        max-width: 90%;
    }
    .frame-20856640262 {
        gap: 15px;
    }

    .vector-148 {
        width: 280px;
    }
}

@media print {
    .agent-light {
        page-break-inside: avoid !important;
        padding: 0;
    }

    .slider3 {
        height: 350px;
        width: 300px;
    }

    .frame-20856640262 {
        display: none;
    }

    .get-in-touch {
        text-align: center;
    }

    .frame-2085664016 {
        flex-direction: column;
        align-items: center;
    }
}