.showhomes-module{background-color:#fff;box-sizing:border-box;padding:60px 20px;width:100%}.showhomes-container{margin:0 auto;max-width:1200px}.showhomes-section-title{color:#09203b;font-family:Mundial;font-size:40px;font-style:normal;font-weight:600;height:53px;line-height:106%;width:582px}.showhomes-grid{align-items:start;display:grid;gap:50px;grid-template-columns:repeat(2,minmax(0,1fr))}.showhomes-card{display:flex;flex-direction:column}.showhomes-gallery-wrapper{margin-bottom:25px;position:relative;width:100%}.showhomes-gallery-slides{aspect-ratio:16/10;background-color:#f8fafc;overflow:hidden;position:relative;width:100%}.showhomes-slide-img{height:100%;left:0;object-fit:cover;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .4s ease-in-out;width:100%;z-index:1}.showhomes-slide-img[data-active=true]{opacity:1;pointer-events:auto;z-index:2}.showhomes-dots{display:flex;gap:8px;justify-content:center;margin-top:15px}.showhomes-dots .dot{background-color:#cbd5e1;border-radius:50%;cursor:pointer;display:inline-block;height:8px;transition:background-color .2s ease;width:8px}.showhomes-dots .dot.active{background-color:#719985}.showhomes-meta{margin-bottom:20px}.showhomes-card-specs,.showhomes-card-title{color:#09203b;font-family:Mundial;font-size:26.546px;font-style:normal;font-weight:700;line-height:120%}.showhomes-card-description,.showhomes-card-description p{color:#09203b;font-family:Mundial;font-size:20px;font-style:normal;font-weight:300;line-height:139%}.showhomes-card-description p{margin:0 0 20px}.showhomes-card-description p:last-child{margin-bottom:0}@media (max-width:768px){.showhomes-grid{gap:45px;grid-template-columns:1fr}}