@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:Jost,sans-serif;line-height:1.6;color:#000}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background:#fff;padding:20px 0;box-shadow:0 2px 5px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:1000}nav{display:flex;justify-content:space-between;align-items:center}.logo{width:160px}.nav-links{display:flex;gap:30px;align-items:center}.nav-links a{text-decoration:none;color:#000;font-weight:500}.btn-primary{background:#437dff;color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;display:inline-block;transition:all .3s ease}.btn-primary:hover{background:#36d;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#437dff;border:2px solid #437dff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;display:inline-block;transition:all .3s ease}.btn-secondary:hover{background:#437dff;color:#fff}.hero{padding:80px 0;background:linear-gradient(135deg,#fff,#f8f9ff)}.hero-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.hero h1{font-size:48px;font-weight:800;line-height:1.2;margin-bottom:20px}.hero h1 span{color:#437dff}.hero-subtitle{font-size:20px;color:#333;margin-bottom:30px}.hero-image{background:#e8e8e8;border-radius:16px;padding:40px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1)}.value-bar{background:#000;color:#fff;padding:30px 0}.value-items{display:flex;justify-content:space-around;text-align:center}.value-item p{font-size:16px;margin-top:5px}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.value-item{opacity:0;animation-duration:1.8s}.value-item h3{font-size:36px;color:#437dff;font-weight:700}.features{padding:80px 0}.features h2{font-size:36px;text-align:center;margin-bottom:60px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:40px;gap:40px}.feature-card{padding:30px;border-radius:12px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;cursor:pointer}.feature-card:hover{background-color:#f8f9ff;transform:translateY(-8px) scale(1.03);box-shadow:0 10px 25px rgba(67,125,255,.3)}.feature-icon{width:60px;height:60px;background:#437dff;border-radius:50%;margin-bottom:20px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}.feature-card h3{font-size:24px;margin-bottom:15px}.feature-card p{color:#666;line-height:1.8}@keyframes popUp{0%{opacity:0;transform:scale(.5) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.testimonials{background:#f8f9ff;padding:80px 0}.testimonials h2{font-size:36px;text-align:center;margin-bottom:60px}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:40px;gap:40px}.testimonial-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.testimonial-card:hover{background-color:#fff;transform:translateY(-8px) scale(1.03);box-shadow:0 10px 25px rgba(67,125,255,.3)}.testimonial-text{font-size:18px;font-style:italic;margin-bottom:20px;color:#333}.testimonial-author{font-weight:600;color:#000}.testimonial-role{color:#666;font-size:14px}.how-it-works{padding:80px 0}.how-it-works h2{font-size:36px;text-align:center;margin-bottom:60px}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px}.step{text-align:center}.step-number{width:60px;height:60px;background:#437dff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin:0 auto 20px}.step h3{font-size:24px;margin-bottom:15px}.step p{color:#666}@keyframes flipIn{0%{transform:rotateY(90deg);opacity:0}to{transform:rotateY(0deg);opacity:1}}.step-number{opacity:0;transform:rotateY(90deg)}.cta-section{background:linear-gradient(135deg,#437dff,#36d);color:#fff;padding:80px 0;text-align:center}.cta-section h2{font-size:36px;margin-bottom:20px}.cta-section p{font-size:20px;margin-bottom:30px;opacity:.9}.cta-buttons{display:flex;gap:20px;justify-content:center}footer{background:#000;color:#fff;padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:40px}.footer-brand h3{font-size:24px;margin-bottom:15px}.footer-brand h3 span{color:#437dff}.footer-links h4{margin-bottom:20px}.footer-links ul{list-style:none}.footer-links a{color:#fff;text-decoration:none;opacity:.8;line-height:2}.footer-links a:hover{opacity:1;color:#437dff}.footer-bottom{border-top:1px solid #333;padding-top:30px;text-align:center;opacity:.8}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(67,125,255,.6)}50%{transform:scale(1.05);box-shadow:0 0 0 10px rgba(67,125,255,0)}to{transform:scale(1);box-shadow:0 0 0 0 rgba(67,125,255,0)}}.demo{animation:pulse 2s infinite;transition:all .3s ease}.demo:hover{transform:translateY(-2px) scale(1.08)}@keyframes fadeInUpText{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cta-heading,.flip-text,.trusted-title{opacity:0}@media (max-width:768px){.hero-content{grid-template-columns:1fr}.hero h1{font-size:36px}.value-items{flex-direction:column;gap:30px}.footer-content,.steps{grid-template-columns:1fr}.nav-links{display:none}.contact-grid,.form-row{grid-template-columns:1fr}.form-container{padding:2rem}}.story-section{padding:80px 0}.story-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;margin-bottom:60px}.story-content h2{font-size:36px;margin-bottom:20px;color:#437dff}.story-content p{font-size:18px;line-height:1.8;color:#333;margin-bottom:12px}.story-image{background:linear-gradient(135deg,#f5f5f5,#e8e8e8);border-radius:16px;min-height:380px;display:flex;align-items:center;justify-content:center;color:#666;font-size:20px;box-shadow:0 10px 30px rgba(0,0,0,.08)}.mission-section{padding:80px 0;background:#f8f9ff}.mission-box{background:#fff;padding:30px;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.08);margin-bottom:40px}.mission-box h3{font-size:24px;color:#437dff;margin-bottom:12px}.mission-box p{font-size:18px;line-height:1.8;color:#333}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px}.value-card{background:#fff;padding:24px;border-radius:10px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px rgba(67,125,255,.15)}.value-card h3{font-size:20px;color:#437dff;margin-bottom:10px}.value-card p{color:#666;line-height:1.6}.subheadline{font-size:20px;color:#fff;opacity:.95;max-width:700px;margin:0 auto}.stat-highlight{background:#437dff;color:#fff;padding:12px 16px;border-radius:10px;font-weight:700;display:inline-block;box-shadow:0 0 8px 2px rgba(67,125,255,.4)}.animated-heading{animation:slideBounceIn 1s ease-out forwards;animation-fill-mode:forwards}@keyframes slideBounceIn{0%{opacity:0;transform:translateY(50px)}60%{opacity:1;transform:translateY(-10px)}80%{transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.slideBounceIn{animation:slideBounceIn 1s ease-out forwards;animation-fill-mode:forwards}@media (max-width:768px){.story-grid{grid-template-columns:1fr;gap:24px}}.aboutus .hero{background:linear-gradient(135deg,#437dff,#36d);color:#fff;text-align:center;padding:80px 0}.aboutus .hero h1{color:#fff}.features-page .hero{background:linear-gradient(135deg,#437dff,#36d);color:#fff;text-align:center;padding:80px 0}.features-page .hero h1{color:#fff}.fade-in{opacity:0;transform:translateY(20px);transition:opacity 1.2s ease-out,transform 1.2s ease-out}.fade-in.show{opacity:1;transform:translateY(0)}.feature-nav{background:#fff;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:900;box-shadow:0 2px 5px rgba(0,0,0,.1)}.feature-nav-links{display:flex;justify-content:center;gap:2rem;list-style:none;flex-wrap:wrap}.feature-nav-links a{color:#666;text-decoration:none;font-weight:500;transition:all .3s;padding:8px 16px;border-radius:25px}.feature-nav-links a.active,.feature-nav-links a:hover{color:#fff;background:#437dff}.feature-section{padding:64px 0;border-bottom:1px solid #eee}.feature-section:last-child{border-bottom:none}.section-header{text-align:center;margin-bottom:48px}.section-header h2{font-size:2.5rem;margin-bottom:8px;color:#437dff}.section-header p{font-size:1.125rem;color:#666}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:48px}.features-page .feature-card{background:#f8f8f8;padding:2rem;border-radius:10px;transition:transform .3s,box-shadow .3s,border-color .3s;border:2px solid transparent}.features-page .feature-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px rgba(67,125,255,.2);border-color:#437dff}.features-page .feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#437dff}.features-page .feature-card ul{list-style:none}.features-page .feature-card li{padding:.5rem 0 .5rem 1.5rem;position:relative}.features-page .feature-card li:before{content:"•";color:#437dff;font-weight:700;position:absolute;left:0}.feature-icon{opacity:0}.process-flow{display:flex;justify-content:space-between;align-items:center;margin:2rem 0;flex-wrap:wrap;gap:1rem}.process-step{flex:1 1;text-align:center;padding:1rem;position:relative;background:linear-gradient(135deg,#437dff,#36d);color:#fff;border-radius:10px;min-width:150px}.process-step h4{font-weight:600}.process-step:not(:last-child):after{content:"→";position:absolute;right:-20px;top:50%;transform:translateY(-50%);color:#437dff;font-size:1.5rem}.comparison-section{padding:64px 0;background:linear-gradient(135deg,#437dff,#36d)}.comparison-section .section-header h2{color:#fff}.comparison-table{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.2);margin-top:2rem}table{width:100%;border-collapse:collapse}td,th{padding:1rem;text-align:left;border-bottom:1px solid #eee}th{background:#7bd0ff;color:#000;font-weight:600}tr:hover{background:#f8f8f8}.check{color:#437dff}.check,.cross{font-weight:700}.cross{color:#f44}.btn-white{background:#fff;color:#437dff;padding:15px 30px;border-radius:8px;text-decoration:none;font-weight:600;display:inline-block;transition:all .3s ease}.btn-white:hover{transform:translateY(-2px);box-shadow:0 5px 20px rgba(0,0,0,.2)}@media (max-width:768px){.process-step:not(:last-child):after{display:none}.comparison-table{overflow-x:auto}table{min-width:600px}}.pricing-page .hero{background:#437dff;color:#fff;text-align:center;padding:80px 0}@keyframes flipInX{0%{transform:rotateX(-90deg);opacity:0}60%{transform:rotateX(20deg);opacity:1}to{transform:rotateX(0deg);opacity:1}}.pricing-page .animate-flip-x{animation:flipInX .8s ease-out forwards}.pricing-section{padding:64px 0}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.pricing-page .pricing-card{background:linear-gradient(145deg,#fff,#f9f9f9);border:1px solid rgba(0,0,0,.05);border-radius:18px;padding:2.5rem;text-align:center;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;position:relative;overflow:hidden}.pricing-page .pricing-card .features-list{list-style:none;text-align:center}.pricing-page .pricing-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at top right,rgba(67,125,255,.08),transparent 60%);transform:rotate(25deg);z-index:0}.pricing-page .pricing-card *{position:relative;z-index:1}.pricing-page .pricing-card h3{font-size:1.85rem;margin-bottom:1rem;color:#000;opacity:1}@keyframes headingFadeUp{to{opacity:1;transform:translateY(0)}}.pricing-page .pricing-card h3.animate{animation:headingFadeUp .6s ease forwards}.pricing-page .pricing-card .price{font-size:3.2rem;font-weight:800;margin:1rem 0}.pricing-page .price span,.pricing-page .pricing-card .price{background:linear-gradient(90deg,#437dff,#6a93ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.pricing-page .price span{font-size:3rem;font-weight:700;display:inline-block;opacity:0;transform:rotateX(-90deg);animation:priceFlip .5s forwards}@keyframes priceFlip{to{opacity:1;transform:rotateX(0deg)}}.pricing-page .price-period{font-size:1rem;color:#666;font-weight:400}.pricing-page .pricing-subtitle{color:#555;font-size:1rem;font-style:italic;margin-bottom:1.5rem}.pricing-page .pricing-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 15px 40px rgba(0,0,0,.12);border-color:#437dff}.pricing-page .pricing-card.featured{border:2px solid #437dff;box-shadow:0 20px 50px rgba(67,125,255,.15)}.pricing-page .pricing-card .pricing-cta,.pricing-page .pricing-cta{display:inline-block;background:linear-gradient(90deg,#437dff,#6a93ff);color:#fff;padding:1rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;transition:background .3s ease,transform .2s ease;width:100%}.pricing-page .pricing-card .pricing-cta:hover,.pricing-page .pricing-cta:hover{background:linear-gradient(90deg,#36d,#567dff);transform:translateY(-2px)}.per-agent-note{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee;font-size:.875rem;color:#666}.roi-section{padding:64px 0;background:#f5f5f5}.roi-calculator{background:#fff;border-radius:15px;padding:3rem;box-shadow:0 5px 20px rgba(0,0,0,.1);margin-top:2rem}.calculator-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:2rem}.calculator-column h3{font-size:1.5rem;margin-bottom:1.5rem;color:#000}.cost-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #eee}.cost-item:last-child{border-bottom:none;font-weight:700;font-size:1.125rem;margin-top:.5rem;padding-top:1rem;border-top:2px solid #437dff}.savings-highlight{background:#437dff;color:#fff;padding:2rem;border-radius:10px;text-align:center;margin-top:2rem;opacity:0;transform:scale(.8)}@keyframes savingsPop{0%{transform:scale(.8);opacity:0}60%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:1}}@keyframes savingsPulse{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}.savings-highlight.animate{animation:savingsPop .8s ease-out forwards,savingsPulse 2s ease-in-out .8s infinite}.included-section{padding:64px 0}.included-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.included-category{background:#f8f8f8;padding:2rem;border-radius:10px;opacity:0;transform:translateY(30px)}.included-category h3{font-size:1.5rem;margin-bottom:1rem;color:#437dff}.included-category ul{list-style:none}.included-category li{padding:.5rem 0 .5rem 1.5rem;position:relative}.included-category li:before{content:"•";color:#437dff;position:absolute;left:0}@keyframes boxFadeUp{to{opacity:1;transform:translateY(0)}}.included-category.animate{animation:boxFadeUp .6s ease forwards}.faq-section{padding:64px 0;background:#f5f5f5}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#fff;margin-bottom:1rem;border-radius:10px;padding:1.5rem;transition:box-shadow .3s}.faq-item:hover{box-shadow:0 5px 15px rgba(0,0,0,.1)}.faq-question{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#000}.faq-answer{color:#666;line-height:1.8}@media (max-width:768px){.calculator-grid,.pricing-cards{grid-template-columns:1fr}.calculator-grid{gap:2rem}.pricing-card.featured{transform:none}}.contact-options-section{padding:4rem 0}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.contact-card{background:#f8f8f8;border-radius:15px;padding:2.5rem;text-align:center;transition:transform .3s,box-shadow .3s}.contact-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px rgba(0,0,0,.1)}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}to{transform:perspective(400px) rotateY(0deg);opacity:1}}.contact-icon{width:80px;height:80px;background:linear-gradient(135deg,#437dff,#36d);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;font-size:2rem;opacity:0;transform:perspective(400px) rotateY(90deg);transition:opacity .6s ease-out,transform .6s ease-out}.contact-icon.animated{animation:flipInY 2s forwards}.contact-card h3{font-size:1.75rem;margin-bottom:1rem;color:#000}.contact-card p{color:#666;margin-bottom:1rem;line-height:1.8}.contact-info{margin:1.5rem 0}.contact-info-item{margin:.5rem 0;font-weight:600;color:#437dff}.contact-cta{display:inline-block;background:#437dff;color:#fff;padding:.75rem 2rem;border-radius:25px;text-decoration:none;font-weight:500;transition:background .3s;margin-top:1rem}.contact-cta:hover{background:#36d}.form-section{padding:4rem 0;background:#f5f5f5}.form-container{max-width:800px;margin:0 auto;background:#fff;border-radius:15px;padding:3rem;box-shadow:0 5px 20px rgba(0,0,0,.1)}.form-header{text-align:center;margin-bottom:2rem}.form-header h2{font-size:2rem;margin-bottom:.5rem;color:#000}.form-header p{color:#666}.contact-form{display:grid;grid-gap:1.5rem;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1/-1}.form-group label{font-weight:600;margin-bottom:.5rem;color:#333}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:2px solid #eee;border-radius:8px;font-family:Jost,sans-serif;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#437dff}.form-group textarea{resize:vertical;min-height:120px}.optional-tag{font-size:.875rem;color:#999;font-weight:400}.form-submit{text-align:center;margin-top:2rem}.submit-button{background:#437dff;color:#fff;padding:1rem 3rem;border:none;border-radius:25px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background .3s}.submit-button:hover{background:#36d}.office-section{padding:4rem 0}.office-container{text-align:center;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;align-items:start;text-align:left}.office-container h2{font-size:2rem;margin-bottom:2rem;color:#000}.office-info{background:#f8f8f8;padding:2rem;border-radius:15px;margin-bottom:2rem}.office-info h3{color:#437dff;margin-bottom:1rem}.office-info p{margin:.5rem 0;color:#666}.business-hours{background:#437dff;color:#fff;padding:2rem;border-radius:15px;margin-bottom:2rem}.business-hours h3{margin-bottom:1rem}.business-hours p{margin:.25rem 0}.map-container{background:#e8e8e8;height:400px;border-radius:15px;display:flex;align-items:center;justify-content:center;color:#666;font-size:1.5rem}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll.animated{opacity:1;transform:translateY(0)}.contactus-page .hero{padding:4rem 0;text-align:center;background:#437dff}.contactus-page .hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.contactus-page .hero .subheadline{font-size:1.25rem;color:#fff;max-width:600px;margin:0 auto}.next-steps .fa-link{margin-right:5px}.next-steps .row{margin-bottom:0}.next-steps .col-md-5{margin-bottom:3rem}@media (max-width:768px){.next-steps .col-md-5{margin-bottom:0}}.loader-container{height:100%;flex-direction:column}.loader-container,.spinner-container{width:100%;display:flex;align-items:center;justify-content:center}.lds-ring{display:inline-block;position:relative;width:40px;height:40px;margin-top:20px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:32px;height:32px;margin:8px;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:4px solid transparent;border-top-color:#000}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.result-block-container .result-block{opacity:1}.tinder-container{overscroll-behavior-y:contain;overflow:hidden}.property-matcher-title{z-index:10;position:relative;margin-top:30px;display:flex;justify-content:center;align-items:center;flex-direction:column}.property-matcher{background:#f0f8ff;position:fixed;overflow:hidden;width:100%;height:100%;cursor:url(https://uploads.codesandbox.io/uploads/user/b3e56831-8b98-4fee-b941-0e27f39883ab/Ad1_-cursor.png) 39 39,auto}.property-matcher>div{position:absolute;width:100vw;height:100vh;will-change:transform;display:flex;align-items:center;justify-content:center}.property-matcher>div>div{background-color:#fff;background-size:100% 100%;background-repeat:no-repeat;background-position:50%;width:70%;height:60vh;display:flex;will-change:transform;border-radius:10px;box-shadow:0 12.5px 100px -10px rgba(50,50,73,.4),0 10px 10px -10px rgba(50,50,73,.3)}.tinder-icon{width:50px;height:50px;display:block;position:absolute;top:50%;z-index:1;padding:15px;transform:translateY(-50%);border-radius:50%;box-shadow:0 2px 8px 0 rgba(77,77,77,.2);background-color:#fff}.tinder-icon.interest{fill:#e91e63;left:6px}.tinder-icon.reject{fill:#e91e63;right:6px}.title{font-size:1.5rem;font-weight:600}.subtitle,.title{color:#000;padding:0;text-align:center;margin:0 0 10px}.subtitle{font-size:1rem;font-weight:400;max-width:640px}.modal-content-recommendation{padding:20px}.modal-content-recommendation,.no-more-cards{display:flex;flex-direction:column;align-items:center;justify-content:center}.no-more-cards-title{font-size:16px;font-weight:600}.no-more-cards-subtitle,.no-more-cards-title{color:#000;padding:0;text-align:center;margin:0 0 10px}.no-more-cards-subtitle{font-size:14px;font-weight:400;max-width:400px}@media only screen and (max-width:768px){.property-matcher>div>div{background-color:#fff;background-size:auto 100%;background-repeat:no-repeat;background-position:50%;width:45vh;max-width:350px;height:55vh;max-height:570px;display:flex;will-change:transform;border-radius:10px;box-shadow:0 12.5px 100px -10px rgba(50,50,73,.4),0 10px 10px -10px rgba(50,50,73,.3)}}.tinder-icon-button{width:55px;height:55px;display:block;position:absolute;bottom:7%;z-index:1;padding:15px;transform:translateY(-50%);border-radius:50%;box-shadow:0 2px 8px 0 rgba(77,77,77,.2);background-color:#fff}.tinder-icon-button:hover{cursor:pointer}.tinder-icon-button.interest{fill:#e91e63;right:25%}.tinder-icon-button.reject{fill:#e91e63;left:25%}@media only screen and (max-width:768px){.deck-card-buttons,.tinder-icon-button{display:none}}