.contact-section{padding:7.2rem 0;margin-top:7.2rem;background:white;transition:background-color .3s ease}.dark .contact-section{background:hsl(0 0% 3.9%)}.contact-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-form-section{background:white;padding:2rem 0;transition:background-color .3s ease}.dark .contact-form-section{background:hsl(0 0% 3.9%)}.contact-heading{font-size:2.5rem;font-weight:700;color:#333;margin:0 0 1.5rem;font-family:system-ui,-apple-system,sans-serif;transition:color .3s ease}.dark .contact-heading{color:hsl(0 0% 98%)}.contact-description{font-size:1.1rem;line-height:1.6;color:#555;margin:0 0 1.5rem;font-family:system-ui,-apple-system,sans-serif;transition:color .3s ease}.dark .contact-description{color:hsl(0 0% 63.9%)}.contact-email{font-size:1rem;color:#333;margin:0 0 2rem;font-family:system-ui,-apple-system,sans-serif}.contact-form{gap:2rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-label{font-size:1rem;font-weight:500;color:#333;font-family:system-ui,-apple-system,sans-serif;transition:color .3s ease}.dark .form-label{color:hsl(0 0% 98%)}.name-inputs{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-input,.form-textarea{border:none;border-bottom:1px solid #ddd;background:transparent;padding:.75rem 0;font-size:1rem;font-family:system-ui,-apple-system,sans-serif;color:#333;outline:none;transition:border-color .2s ease,color .3s ease}.dark .form-input,.dark .form-textarea{border-bottom:1px solid hsl(0 0% 14.9%);color:hsl(0 0% 98%)}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#999;-moz-transition:color .3s ease;transition:color .3s ease}.form-input::placeholder,.form-textarea::placeholder{color:#999;transition:color .3s ease}.dark .form-input::-moz-placeholder,.dark .form-textarea::-moz-placeholder{color:hsl(0 0% 45.1%)}.dark .form-input::placeholder,.dark .form-textarea::placeholder{color:hsl(0 0% 45.1%)}.form-input:focus,.form-textarea:focus{border-bottom-color:#333}.dark .form-input:focus,.dark .form-textarea:focus{border-bottom-color:hsl(0 0% 98%)}.form-textarea{resize:vertical;min-height:120px}.form-textarea,.send-button{font-family:system-ui,-apple-system,sans-serif}.send-button{background-color:black;color:white;border:none;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start;margin-top:1rem}.dark .send-button{background-color:hsl(0 0% 98%);color:hsl(0 0% 9%)}.send-button:hover{background-color:#c1d0eb;color:black}.dark .send-button:hover{background-color:#8ba3d1;color:white}.send-button:active{transform:translateY(1px)}.send-button:disabled{opacity:.6;cursor:not-allowed}.success-message{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:8px;padding:1rem;margin-top:1rem;font-family:system-ui,-apple-system,sans-serif;font-size:.9rem;line-height:1.4}.dark .success-message{background-color:#1e3a2e;color:#a3d9a4;border-color:#2d5a3d}.error-message{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:8px;padding:1rem;margin-top:1rem;font-family:system-ui,-apple-system,sans-serif;font-size:.9rem;line-height:1.4}.dark .error-message{background-color:#3a1e1e;color:#f5a3a3;border-color:#5a2d2d}.contact-image-section{display:flex;justify-content:center;align-items:center}.contact-image{width:100%;max-width:400px;height:600px;-o-object-fit:cover;object-fit:cover;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.1)}@media (max-width:768px){.contact-container{grid-template-columns:1fr;gap:3rem;padding:0 1rem}.contact-heading{font-size:2rem}.contact-description{font-size:1rem}.name-inputs{grid-template-columns:1fr;gap:1rem}.contact-image{max-width:300px;height:450px}.send-button{align-self:stretch;text-align:center}}@media (max-width:480px){.contact-section{padding:2rem 0}.contact-heading{font-size:1.8rem}.contact-form{gap:1.5rem}.contact-image{max-width:250px;height:375px}}.carousel-section{padding:2rem 0}.embla{overflow:visible;position:relative}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border-radius:50%;background:rgba(0,0,0,.6);backdrop-filter:blur(10px);color:white;border:2px solid rgba(255,255,255,.3);cursor:pointer;transition:all .3s ease;z-index:100;display:flex;align-items:center;justify-content:center}.carousel-arrow svg{width:35%;height:35%;display:block}.carousel-arrow:hover{background:rgba(0,0,0,.8);border-color:rgba(255,255,255,.6);transform:translateY(-50%) scale(1.1)}.carousel-arrow:disabled{opacity:.3;cursor:not-allowed}.carousel-arrow--left{left:1rem}.carousel-arrow--right{right:1rem}.embla__viewport{overflow:hidden}.embla__container{display:flex}.embla__slide{flex:0 0 min(400px,80vw);min-width:0;padding:0 5px;height:min(400px,80vw)}.embla__slide__number{border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#ffeaa7,#dda0dd,#98d8c8,#f7dc6f,#bb8fce,#85c1e9);background-size:1000% 1000%;animation:gradientShift 10s ease infinite}.embla__slide__image,.embla__slide__number{width:100%;height:100%;box-shadow:0 8px 32px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.embla__slide__image{border-radius:10%;overflow:hidden;cursor:pointer;position:relative}.embla__slide__image:after{content:"";position:absolute;top:80%;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5));border-radius:0 0 10% 10%;pointer-events:none}.slide-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:24px}.slide-word-overlay{position:absolute;font-family:Montserrat,sans-serif;bottom:5px;left:16px;color:white;padding:10px 16px;border-radius:6px;font-size:clamp(1.5rem,5vw,2.5rem);font-weight:500;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;z-index:500}.embla__slide__number span{color:white;font-size:1.5rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.3)}.embla__controls{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem}.embla__buttons{display:flex}.embla__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;width:2.5rem;height:2.5rem;z-index:1;border-radius:50%;color:white;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);transition:all .3s ease}.embla__button:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}.embla__button:disabled{opacity:.3;cursor:not-allowed}.embla__button__svg{width:35%;height:35%;display:block;margin:auto}.embla__play{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(255,255,255,.2);backdrop-filter:blur(10px);touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:.75rem 1.5rem;margin:0;border-radius:25px;color:white;font-weight:600;transition:all .3s ease}.embla__play:hover{background:rgba(255,255,255,.3);transform:translateY(-2px)}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:768px){.embla__slide__number{width:100%;height:100%}.embla__slide{flex:0 0 40vw;height:40vw}.embla__slide__number span{font-size:1.2rem}.embla__slide__image{width:100%;height:100%}.slide-word-overlay{font-size:clamp(1.5rem,5vw,2.8rem);left:12px;bottom:3px;padding:8px 12px}.carousel-arrow{width:2.5rem;height:2.5rem}.carousel-arrow--left{left:.5rem}.carousel-arrow--right{right:.5rem}}@media (max-width:480px){.embla__slide{flex:0 0 70vw;height:70vw}.embla__slide__number{width:100%;height:100%}.embla__slide__number span{font-size:1rem}.embla__slide__image{width:100%;height:100%}.slide-word-overlay{font-size:clamp(2rem,4.5vw,2.9rem);left:10px;bottom:2px;padding:6px 10px}.carousel-arrow{width:2rem;height:2rem}.carousel-arrow--left{left:.25rem}.carousel-arrow--right{right:.25rem}}.villa-component{width:100%;background:white;border-radius:0;box-shadow:none;overflow:visible;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:background-color .3s ease}.dark .villa-component{background:hsl(0 0% 3.9%)}@media (max-width:768px){.villa-component{border-radius:12px;overflow:hidden}}.villa-images{display:flex;height:340px;gap:10px}.villa-image-left{width:378px;height:334px;position:relative;overflow:hidden}.villa-image-right{width:570px;height:340px;overflow:hidden}.villa-image-left img,.villa-image-right img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:3%}.villa-image-right{position:relative}.close-button{position:absolute;top:16px;right:16px;width:50px;height:50px;border-radius:50%;background:rgba(0,0,0,.7);color:white;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.close-button:hover{background:rgba(0,0,0,.9)}.close-icon{position:relative;right:15px}.close-line{position:absolute;width:30px;height:2px;background:white;border-radius:1px}.close-line-1{transform:rotate(45deg)}.close-line-2{transform:rotate(-45deg)}.villa-content{display:flex;gap:10rem;padding:2rem;background:white;transition:background-color .3s ease}.dark .villa-content{background:hsl(0 0% 3.9%)}.villa-content-logo{width:150px;height:150px;margin-left:-1.8rem}.villa-title{font-size:3rem;font-weight:600;color:#333;margin:1rem 0 0;text-align:center;transition:color .3s ease}.dark .villa-title{color:hsl(0 0% 98%)}.villa-header{margin-bottom:1.5rem}.villa-logo{display:flex;align-items:center;gap:8px}.diamond-icon{width:20px;height:20px;background:#333;transform:rotate(45deg);transition:background-color .3s ease}.dark .diamond-icon{background:hsl(0 0% 98%)}.villa-text{font-size:18px;font-weight:700;color:#333;text-transform:lowercase;transition:color .3s ease}.dark .villa-text{color:hsl(0 0% 98%)}.villa-heading{font-size:28px;font-weight:600;color:#333;margin:0 0 1.5rem;line-height:1.3;transition:color .3s ease}.dark .villa-heading{color:hsl(0 0% 98%)}.villa-divider{width:100%;height:1px;background-color:#ddd;margin:1.5rem 0;transition:background-color .3s ease}.dark .villa-divider{background-color:hsl(0 0% 20%)}.villa-description{font-size:16px;line-height:1.6;color:#555;margin:1.5rem 0;transition:color .3s ease}.dark .villa-description{color:hsl(0 0% 63.9%)}.villa-description-line{margin:.75rem 0;padding-left:0;position:relative}.villa-description-line:first-child{margin-top:0}.villa-description-line:last-child{margin-bottom:0}.villa-website{margin-bottom:2rem}.villa-website a{display:inline-flex;align-items:center;gap:6px;color:#333;text-decoration:none;font-size:16px;font-weight:500;transition:color .2s ease}.dark .villa-website a{color:hsl(0 0% 98%)}.villa-website a:hover{color:#666}.dark .villa-website a:hover{color:hsl(0 0% 80%)}.external-link-icon{width:16px;height:16px}.villa-investors{border-top:1px solid #eee;padding-top:1.5rem;transition:border-color .3s ease}.dark .villa-investors{border-top-color:hsl(0 0% 20%)}.investors-heading{font-size:16px;font-weight:700;color:#333;margin:0 0 .5rem;transition:color .3s ease}.dark .investors-heading{color:hsl(0 0% 98%)}.investors-text{font-size:14px;color:#666;margin:0;transition:color .3s ease}.dark .investors-text{color:hsl(0 0% 63.9%)}@media (min-height:1200px){.villa-images{height:min(30vh,400px)}.villa-content-left{display:flex;flex-direction:row;align-items:center;width:100%}.villa-content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:min(40vh,600px);gap:4rem}.villa-content-logo{width:min(200px,18vw);height:min(200px,18vw)}.villa-title{font-size:min(4rem,6vw)}.villa-heading{font-size:min(36px,3.5vw)}.villa-description-line{font-size:30px}}@media (max-width:768px){.villa-component{margin:1rem}.villa-images{height:250px;gap:0}.villa-image-left{display:none}.villa-image-right{width:100%;height:100%}.villa-content{padding:1.5rem;flex-direction:column;gap:2rem}.villa-content-left{display:flex;flex-direction:column;align-items:center;text-align:center}.villa-content-logo{width:120px;height:120px;margin-left:0}.villa-title{font-size:2.5rem;margin-top:.5rem}.villa-heading{font-size:24px}.villa-description{font-size:15px}}@media (max-width:480px){.villa-component{margin:.5rem}.villa-images{height:200px;gap:0}.villa-image-left{display:none}.villa-image-right{width:100%;height:100%}.villa-content{padding:1rem;flex-direction:column;gap:1.5rem}.villa-content-left{display:flex;flex-direction:column;align-items:center;text-align:center}.villa-content-logo{width:100px;height:100px;margin-left:0}.villa-title{font-size:2rem;margin-top:.5rem}.villa-heading{font-size:20px}.villa-description{font-size:14px}}.carousel-with-villa{position:relative}.villa-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;z-index:1001}.villa-backdrop.open{opacity:1;visibility:visible}.villa-accordion{position:fixed;top:0;right:0;width:1000px;height:100vh;background:white;box-shadow:none;transform:translateX(100%);transition:transform .4s ease-in-out,background-color .3s ease,box-shadow .3s ease,border-color .3s ease;z-index:1002;overflow-y:auto;border-top-left-radius:3%;border-bottom-left-radius:3%}.dark .villa-accordion{background:hsl(0 0% 3.9%)}.villa-accordion.open{transform:translateX(0);box-shadow:-4px 0 40px rgba(248,245,245,.668);border-left-color:rgba(234,229,229,.722)}.dark .villa-accordion.open{box-shadow:-24px 0 30px rgba(255,255,255,.16),-2px 0 15px rgba(255,255,255,.1),-1px 0 8px rgba(255,255,255,.06);border-left-color:rgba(255,255,255,.12)}.villa-accordion-content{transform:translateX(20px);opacity:0;transition:transform .3s ease-in-out,opacity .3s ease-in-out;transition-delay:.1s;height:100%;padding:1.25rem}.villa-accordion.open .villa-accordion-content{transform:translateX(0);opacity:1}.carousel-section{background:transparent;overflow:hidden;margin-bottom:7.2rem}.carousel-container{width:100%}.embla__slide__number{cursor:pointer;transition:transform .2s ease}.embla__slide__number:hover{transform:scale(1.02)}@media (max-width:768px){.villa-accordion{width:97vw}.villa-accordion-content{padding:1.5rem}}@media (max-width:480px){.villa-accordion{width:97vw}.villa-accordion-content{padding:1rem}}.testimonial-section{background-color:white;padding:7.2rem 2rem;width:100%;margin-bottom:7.2rem;transition:background-color .3s ease}.dark .testimonial-section{background-color:hsl(0 0% 3.9%)}.testimonial-container{max-width:1200px;margin:0 auto;display:flex;gap:5rem;align-items:flex-start;justify-content:flex-start}.testimonial-image-section{flex:0 0 auto;margin-right:0}.testimonial-image{width:300px;height:375px;-o-object-fit:cover;object-fit:cover;border-radius:12px}.testimonial-content-section{flex:1;display:flex;flex-direction:column;position:relative;min-height:600px}.testimonial-quote-container{min-height:240px;margin-bottom:2rem}.testimonial-quote{font-family:system-ui,-apple-system,sans-serif;font-size:2.5rem;font-weight:300;line-height:1.3;color:#000;margin:0;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;transition:all .3s ease,color .3s ease}.dark .testimonial-quote{color:hsl(0 0% 98%)}.testimonial-quote.expanded{display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:visible}.testimonial-toggle-text{color:#666;font-size:.75rem;font-weight:500;cursor:pointer;text-decoration:underline;transition:color .2s ease;font-family:system-ui,-apple-system,sans-serif;white-space:nowrap}.testimonial-toggle-text:hover{color:#000}.testimonial-toggle-text-below{color:#666;font-size:.9rem;font-weight:500;cursor:pointer;text-decoration:underline;transition:color .2s ease;font-family:system-ui,-apple-system,sans-serif;display:inline-block;margin-top:.5rem}.testimonial-toggle-text-below:hover{color:#000}.testimonial-fixed-content{display:flex;flex-direction:column;gap:1.5rem;margin-top:auto}.testimonial-attribution{font-family:system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:400;color:#888;transition:color .3s ease}.dark .testimonial-attribution{color:hsl(0 0% 63.9%)}.testimonial-navigation{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:10px}.testimonial-image-section .embla{overflow:hidden;width:100%}.testimonial-image-section .embla__viewport{overflow:hidden;width:600px;height:600px}.testimonial-image-section .embla__container{display:flex;width:100%}.testimonial-image-section .embla__slide{flex:0 0 100%;min-width:0;width:100%}.testimonial-image-section .embla__slide__img{border-radius:6%;box-shadow:inset 0 0 0 2000px rgba(0,0,0,.3)}@media (max-width:768px){.testimonial-image-section .embla__slide__img{box-shadow:none;border-radius:12px}}.testimonial-navigation .embla__button{background:rgba(0,0,0,.1);color:#333;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:1rem}.dark .testimonial-navigation .embla__button{background:rgba(255,255,255,.15);color:hsl(0 0% 95%)}.testimonial-navigation .embla__button:hover{background:#333;color:white;transform:scale(1.1)}.dark .testimonial-navigation .embla__button:hover{background:rgba(255,255,255,.3);color:white}.testimonial-navigation .embla__button:disabled{opacity:.3;cursor:not-allowed;background:rgba(0,0,0,.1);color:#999}.dark .testimonial-navigation .embla__button:disabled{background:rgba(255,255,255,.1);color:hsl(0 0% 50%)}.testimonial-navigation .embla__button__svg{width:16px;height:16px}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.nav-arrow{background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;padding:.5rem;transition:color .2s ease}.nav-arrow:hover{color:#333}.nav-indicator{font-family:system-ui,-apple-system,sans-serif;font-size:.9rem;color:#999;transition:color .3s ease}.dark .nav-indicator{color:hsl(0 0% 70%)}.testimonial-cta{margin-top:0}.testimonial-cta button{background-color:black;color:white;border:none;padding:.75rem 1.5rem;border-radius:25px;font-family:system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease}.dark .testimonial-cta button{background-color:hsl(0 0% 98%);color:hsl(0 0% 9%)}.testimonial-cta button:hover{background-color:#c1d0eb;color:black}.dark .testimonial-cta button:hover{background-color:#8ba3d1;color:white}.testimonial-cta button:active{transform:translateY(1px)}@media (min-width:769px) and (max-width:1100px){.testimonial-container{max-width:100%;padding:0 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem}.embla__slide__img{width:480px;height:500px}.testimonial-image-section .embla__viewport{width:500px;height:500px}.testimonial-content-section{min-height:450px;width:100%;max-width:600px;align-items:center;text-align:center}.testimonial-quote-container{min-height:200px;width:100%}.testimonial-quote{font-size:2rem;max-width:100%}.testimonial-fixed-content{width:100%;align-items:center}.testimonial-attribution{text-align:center}.testimonial-navigation{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:500px;gap:0}.nav-left{flex:0 0 auto;margin-right:auto}.nav-center{flex:0 0 auto;margin:0 auto}.nav-right{flex:0 0 auto;margin-left:auto}.testimonial-navigation .embla__button{width:44px;height:44px;border-radius:50%}}@media (max-width:968px){.testimonial-container{flex-direction:column;gap:2rem;text-align:center}.testimonial-image{width:250px;height:312px}.testimonial-content-section{min-height:400px;width:100%;align-items:center}.testimonial-quote-container{min-height:180px;width:100%}.testimonial-quote{font-size:1.8rem}.testimonial-fixed-content{width:100%;align-items:center}.testimonial-attribution{text-align:center}.testimonial-navigation{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 0;gap:0}.nav-left{flex:0 0 auto;margin-right:auto}.nav-center{flex:0 0 auto;margin:0 auto}.nav-right{flex:0 0 auto;margin-left:auto}.testimonial-navigation .embla__button{width:44px;height:44px;border-radius:50%}.testimonial-cta{align-self:center}}@media (max-width:768px){.testimonial-section{padding:2rem 1rem;display:flex;justify-content:center}.testimonial-container{gap:1.5rem;flex-direction:column;text-align:center;align-items:center;max-width:90vw}.testimonial-image-section{width:100%}.testimonial-image-section,.testimonial-image-section .embla{display:flex;justify-content:center}.testimonial-image-section .embla__viewport{width:80vw;max-width:400px;height:80vw;max-height:400px}.testimonial-image-section .embla__slide__img{-o-object-fit:cover;object-fit:cover;width:100%}.testimonial-content-section{min-height:350px;width:100%;align-items:center}.testimonial-quote-container{min-height:160px;width:50vw}.testimonial-quote{font-size:1.5rem;max-width:100%}.testimonial-fixed-content{width:100%;align-items:center}.testimonial-attribution{text-align:center}.testimonial-navigation{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 0;gap:0}.nav-left{flex:0 0 auto;margin-right:auto}.nav-center{flex:0 0 auto;margin:0 auto}.nav-right{flex:0 0 auto;margin-left:auto}.testimonial-navigation .embla__button{width:44px;height:44px;border-radius:50%}}@media (max-width:480px){.testimonial-section{padding:1.5rem .75rem;margin-bottom:4rem}.testimonial-container{gap:1.25rem;max-width:95vw}.testimonial-image-section .embla__viewport{width:85vw;max-width:320px;height:85vw;max-height:320px}.testimonial-content-section{min-height:380px;width:100%}.testimonial-quote-container{min-height:140px;width:100%;margin-bottom:1.5rem}.testimonial-quote{font-size:1.25rem;line-height:1.4;-webkit-line-clamp:5;line-clamp:5}.testimonial-fixed-content{gap:1.25rem}.testimonial-attribution{font-size:.9rem}.testimonial-navigation{padding:.75rem 0}.testimonial-navigation .embla__button{width:40px;height:40px}.testimonial-navigation .embla__button__svg{width:14px;height:14px}.nav-center span{font-size:.85rem!important}.testimonial-cta button{padding:.65rem 1.25rem;font-size:.9rem;border-radius:22px}.testimonial-toggle-text{font-size:.7rem}.testimonial-toggle-text-below{font-size:.8rem;margin-top:.4rem}}.phrase-carousel-section{width:100%;overflow-x:hidden;border-top:3px solid #e5e7eb;border-bottom:3px solid #e5e7eb;transition:border-color .3s ease}.dark .phrase-carousel-section{border-top-color:hsl(0 0% 20%);border-bottom-color:hsl(0 0% 20%)}.phrase-carousel-container{max-width:1200px;margin:0 auto;text-align:center}.phrase-section-title{font-family:system-ui,-apple-system,sans-serif;font-size:2.5rem;font-weight:300;color:#000;margin:0 0 3rem;line-height:1.2}.phrase-embla{width:100%;max-width:1100px;margin:0 auto}.phrase-embla__viewport{width:100%;overflow:hidden}.phrase-embla__container{display:flex;width:100%;max-width:100%}.phrase-embla__slide{flex:0 0 100%;min-width:0;max-width:100%;padding:0 .5rem;box-sizing:border-box;position:relative}.phrase-content{display:flex;align-items:center;justify-content:center;min-height:100px;max-width:100%;box-sizing:border-box}.phrase-text{font-family:system-ui,-apple-system,sans-serif;font-size:1.75rem;font-weight:400;line-height:1.6;color:#333;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;text-align:center;transition:color .3s ease}.dark .phrase-text{color:hsl(0 0% 98%)}.phrase-embla:hover .phrase-embla__viewport{cursor:grab}.phrase-embla:active .phrase-embla__viewport{cursor:grabbing}@media (max-width:968px){.phrase-carousel-section{padding:3rem 1.5rem}.phrase-carousel-container{text-align:center;padding:0 1rem}.phrase-embla{width:100%;max-width:100%}.phrase-embla__viewport{width:100%}.phrase-section-title{font-size:2rem;margin-bottom:2rem}.phrase-text{font-size:1.25rem;text-align:center}.phrase-content{min-height:100px;padding:.75rem;justify-content:center;text-align:center}}@media (max-width:768px){.phrase-carousel-section{padding:2rem 1rem}.phrase-carousel-container{text-align:center;padding:0 .5rem}.phrase-embla{width:100%;max-width:100%}.phrase-embla__viewport{width:100%}.phrase-section-title{font-size:1.75rem;margin-bottom:1.5rem}.phrase-text{font-size:1.1rem;line-height:1.5;text-align:center}.phrase-content{min-height:80px;padding:.5rem;justify-content:center;text-align:center}.phrase-embla__slide{padding:0 .5rem}}@media (max-width:480px){.phrase-carousel-section{padding:1.5rem .5rem}.phrase-carousel-container{text-align:center;padding:0 .25rem}.phrase-embla{width:100%;max-width:100%}.phrase-embla__viewport{width:100%}.phrase-section-title{font-size:1.5rem}.phrase-text{font-size:1rem;text-align:center;line-height:1.4}.phrase-content{min-height:70px;padding:.5rem;justify-content:center;text-align:center}.phrase-embla__slide{padding:0 .25rem}}