.thankyou-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:100000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.thankyou-modal{background:#fff;border-radius:12px;padding:3rem 2rem;max-width:500px;width:90%;text-align:center;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.thankyou-modal__close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:2rem;color:#999;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.thankyou-modal__close:hover{background:#f5f5f5;color:#333}.thankyou-modal__icon{width:80px;height:80px;margin:0 auto 1.5rem}.thankyou-modal__icon svg{width:100%;height:100%}.thankyou-modal__icon-circle{stroke:#d4af37;stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.thankyou-modal__icon-check{stroke:#d4af37;stroke-width:3;stroke-linecap:round;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .3s forwards}@keyframes stroke{to{stroke-dashoffset:0}}.thankyou-modal__title{font-size:2rem;font-weight:700;color:#333;margin-bottom:1rem;background:linear-gradient(135deg,#d4af37,#f4e4c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.thankyou-modal__message{font-size:1.125rem;color:#666;line-height:1.6;margin-bottom:2rem}.thankyou-modal__button{padding:.875rem 2.5rem;background:linear-gradient(135deg,#d4af37,#f4e4c1);color:#333;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.thankyou-modal__button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #d4af3766}@media (max-width: 640px){.thankyou-modal{padding:2rem 1.5rem}.thankyou-modal__icon{width:60px;height:60px}.thankyou-modal__title{font-size:1.5rem}.thankyou-modal__message{font-size:1rem}}.verification-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.verification-modal{width:100%;max-width:460px;background:#fff;border-radius:10px;padding:1.5rem;position:relative}.verification-modal__close{position:absolute;top:.75rem;right:.75rem;border:none;background:transparent;font-size:26px;cursor:pointer;line-height:1}.verification-modal__title{margin:0 0 .5rem;font-size:22px;font-weight:700;color:#111}.verification-modal__message{margin:0 0 .75rem;color:#333;font-size:14px}.verification-modal__timer{font-size:13px;color:#666;margin-bottom:1rem}.verification-modal__input{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:8px;font-size:18px;letter-spacing:.2em;text-align:center}.verification-modal__error{margin-top:.75rem;color:#b00020;font-size:13px}.verification-modal__actions{margin-top:1.25rem;display:flex;flex-direction:column;gap:.75rem}.verification-modal__button{width:100%;padding:.85rem 1rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:15px;background:linear-gradient(135deg,#d4af37,#f4e4c1);color:#333}.verification-modal__button:disabled{opacity:.6;cursor:not-allowed}.verification-modal__link{border:none;background:transparent;color:#333;text-decoration:underline;cursor:pointer;font-size:14px}.verification-modal__link:disabled{opacity:.6;cursor:not-allowed}.hero-slider{position:relative;width:100%;background-color:#000;overflow:hidden}.hero-slider__slides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.hero-slider__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .7s ease-in-out,visibility .7s ease-in-out;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-slider__slide--active{opacity:1;visibility:visible}.hero-slider__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:1;pointer-events:none}.hero-slider__layout{position:relative;z-index:2;min-height:720px;display:flex;align-items:center;padding:4.25rem 0 5.25rem}.hero-slider__container{max-width:110rem;width:96%;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:center;gap:2.5rem}.hero-slider__content{max-width:44rem;color:#fff;text-align:left}.hero-slider__kicker{font-family:Noto Sans,sans-serif;font-size:13px;font-weight:600;line-height:1.4;letter-spacing:.02em;color:#f4e4c1;text-shadow:0 1px 6px rgba(0,0,0,.55);margin-bottom:.85rem}.hero-slider__title{font-family:"Noto Serif",serif;font-size:clamp(28px,5vw,55px);font-weight:700;line-height:1.2;margin:0 0 1.25rem;text-shadow:0 2px 10px rgba(0,0,0,.5);background:linear-gradient(135deg,#f4e4c1,#d4af37,#f4e4c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-slider__title a{background:linear-gradient(135deg,#f4e4c1,#d4af37,#f4e4c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;transition:opacity .3s ease}.hero-slider__title a:hover{opacity:.82}.hero-slider__text{font-family:Noto Sans,sans-serif;font-size:clamp(16px,2.5vw,20px);font-weight:400;line-height:1.7;text-shadow:0 1px 5px rgba(0,0,0,.5)}.hero-slider__cta{margin-top:1.35rem;display:flex;justify-content:flex-start;gap:.75rem;flex-wrap:wrap}.hero-slider__cta-button{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.35rem;border-radius:4px;text-decoration:none;background:linear-gradient(135deg,#d4af37,#f4e4c1);color:#333;font-family:Noto Sans,sans-serif;font-size:15px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;border:none}.hero-slider__cta-button:not(.hero-slider__cta-button--secondary){white-space:nowrap}.hero-slider__cta-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #d4af3766}.hero-slider__cta-button--secondary{background:transparent;color:#fff;border:1px solid rgba(244,228,193,.85);box-shadow:none;white-space:normal;text-align:center;line-height:1.25;max-width:300px}.hero-slider__cta-button--secondary:hover{background:#f4e4c124;box-shadow:0 5px 15px #00000040}.hero-slider__form{width:100%;max-width:420px;background:#fffffff2;padding:2rem;border-radius:8px;box-shadow:0 10px 30px #0000004d}.hero-slider__form-badge{display:flex;flex-direction:column;gap:.25rem;padding:.75rem .9rem;border-radius:8px;border:1px solid rgba(212,175,55,.45);background:linear-gradient(135deg,#f4e4c173,#d4af3738 55%,#ffffffdb),repeating-linear-gradient(135deg,#d4af371f,#d4af371f 2px,#fff0 2px,#fff0 8px);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);margin-bottom:1rem}.hero-slider__form-badge-title{font-weight:700;font-size:14px;line-height:1.2;color:#111}.hero-slider__form-badge-subtitle{font-weight:600;font-size:12px;line-height:1.2;color:#333}.hero-slider__form-title{font-family:"Noto Serif",serif;font-size:24px;font-weight:700;margin:0 0 1rem;color:#333;text-align:center;line-height:1.3}.hero-slider__form-subtext{margin:0 0 1.25rem;font-family:Noto Sans,sans-serif;font-size:14px;line-height:1.5;color:#555;text-align:center}.hero-slider__form-content{display:flex;flex-direction:column;gap:1rem}.hero-slider__form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.hero-slider__form-group{display:flex;flex-direction:column}.hero-slider__form-input,.hero-slider__form-textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:Noto Sans,sans-serif;transition:border-color .3s ease;width:100%}.hero-slider__form-input:focus,.hero-slider__form-textarea:focus{outline:none;border-color:#d4af37}.hero-slider__form-button{padding:.875rem 2rem;background:linear-gradient(135deg,#d4af37,#f4e4c1);color:#333;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;font-family:Noto Sans,sans-serif}.hero-slider__form-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #d4af3766}.hero-slider__form-button:disabled{opacity:.6;cursor:not-allowed}.hero-slider__form-microcopy{margin:.25rem 0 0;padding:0;font-family:Noto Sans,sans-serif;font-size:12.5px;line-height:1.4;color:#555;text-align:center}.hero-slider__form-microcopy a{color:#b89856;font-weight:700;text-decoration:none}.hero-slider__form-microcopy a:hover{opacity:.85}.hero-slider__form-message{margin-top:.25rem;padding:.75rem;border-radius:4px;font-size:14px;font-weight:500;text-align:center}.hero-slider__form-message--success{background-color:#22c55e26;color:#16a34a;border:1px solid rgba(34,197,94,.3)}.hero-slider__form-message--error{background-color:#ef444426;color:#dc2626;border:1px solid rgba(239,68,68,.3)}.hero-slider__controls{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:3}.hero-slider__dot{width:7px;height:7px;border-radius:50%;background-color:#ffffff80;border:none;cursor:pointer;transition:all .3s ease;padding:0;opacity:.5}.hero-slider__dot:hover{opacity:.8;transform:scale(1.2)}.hero-slider__dot--active{background-color:#fff;opacity:1}.hero-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff;font-size:48px;cursor:pointer;z-index:3;opacity:0;transition:all .3s ease;padding:1rem;line-height:1}.hero-slider:hover .hero-slider__arrow{opacity:1}.hero-slider__arrow--prev{left:0}.hero-slider:hover .hero-slider__arrow--prev{left:22px}.hero-slider__arrow--next{right:0}.hero-slider:hover .hero-slider__arrow--next{right:22px}.hero-slider__arrow:hover{color:#fffc}.hero-slider__arrow span{display:block;font-family:ETmodules;font-style:normal;font-weight:400}@media (max-width: 1200px){.hero-slider__container{grid-template-columns:minmax(0,1fr) minmax(320px,380px);gap:2rem}}@media (max-width: 980px){.hero-slider__layout{min-height:0;padding:2.75rem 0 4.75rem;align-items:stretch}.hero-slider__container{grid-template-columns:1fr;justify-items:center;gap:2rem}.hero-slider__content{max-width:720px;text-align:center}.hero-slider__cta{justify-content:center}.hero-slider__cta-button{flex:1 1 260px;max-width:360px}.hero-slider__form{max-width:560px;padding:1.75rem}.hero-slider__arrow{opacity:1}.hero-slider:hover .hero-slider__arrow--prev{left:0}.hero-slider:hover .hero-slider__arrow--next{right:0}}@media (max-width: 767px){.hero-slider__layout{padding:2.25rem 0 4.25rem}.hero-slider__form{padding:1.5rem}.hero-slider__form-title{font-size:20px}.hero-slider__form-subtext{font-size:13px}.hero-slider__form-input,.hero-slider__form-textarea{font-size:13px;padding:.65rem}.hero-slider__form-button{padding:.75rem 1.5rem;font-size:14px}.hero-slider__controls{bottom:10px}.hero-slider__arrow{display:none}}@media (max-width: 520px){.hero-slider__form-row{grid-template-columns:1fr}}@media (max-width: 479px){.hero-slider__kicker{font-size:12px;margin-bottom:.7rem}.hero-slider__title{font-size:clamp(20px,7vw,28px);margin-bottom:.85rem}.hero-slider__text{font-size:14px}.hero-slider__form{padding:1.25rem}.hero-slider__form-title{font-size:18px}}.client-section{padding:5rem 0;background-color:#fff}.client-section__container{max-width:110rem;width:96%;margin:0 auto;padding:0 1rem}.client-section__row{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start}.client-section__text-column{flex:1;min-width:280px}.client-section__kicker{display:inline-block;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:800;color:#cfad6e;text-transform:uppercase;letter-spacing:.14em;margin-bottom:.75rem}.client-section__heading{font-family:"Noto Serif",serif;font-size:clamp(28px,4vw,36px);font-weight:700;color:#35393f;line-height:1.3;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.client-section__paragraph{font-family:Noto Sans,sans-serif;font-size:clamp(14px,1.8vw,16px);font-weight:400;color:#35393f;line-height:1.8;margin-bottom:1.25rem}.client-section__button{display:inline-block;padding:.875rem 2rem;background-color:#cfad6e;color:#fff;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;border-radius:3px;transition:all .3s ease;margin-top:1rem}.client-section__button:hover{background-color:#b89856;transform:translateY(-2px);box-shadow:0 4px 12px #cfad6e4d}.client-section__gallery-column{flex:1;min-width:280px}.client-section__gallery{column-count:3;column-gap:1rem}.client-section__gallery-item{position:relative;overflow:hidden;border-radius:8px;background-color:#fff;break-inside:avoid;margin-bottom:1rem;max-width:100%;box-shadow:0 2px 8px #0000001a;border:1px solid #e5e5e5;padding:0;transition:transform .3s ease,box-shadow .3s ease}.client-section__gallery-item:hover{transform:translateY(-4px);box-shadow:0 6px 16px #00000026}.client-section__gallery-item img{width:100%;height:auto;object-fit:cover;transition:transform .4s ease;display:block;max-height:160px;border-radius:8px}.client-section__gallery-item:hover img{transform:scale(1.05)}@media (min-width: 641px) and (max-width: 1024px){.client-section{padding:4rem 0}.client-section__row{gap:3rem}.client-section__gallery{column-count:3}}@media (max-width: 640px){.client-section{padding:3rem 0}.client-section__container{width:95%}.client-section__row{flex-direction:column;gap:2rem}.client-section__text-column,.client-section__gallery-column{min-width:100%}.client-section__heading{font-size:24px;margin-bottom:1rem}.client-section__paragraph{font-size:14px;margin-bottom:1rem}.client-section__button{display:block;text-align:center;width:100%}.client-section__gallery{column-count:1;column-gap:.75rem}.client-section__gallery-item{margin-bottom:.75rem;max-height:none}}.features{padding:5rem 0;background-color:#fff}.features__container{max-width:110rem;width:96%;margin:0 auto;padding:0 1rem}.features__row{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-items:start}.features__item{text-align:center;padding:1.5rem 1rem}.features__icon-wrapper{margin-bottom:1.5rem;color:#cfad6e;display:flex;justify-content:center;align-items:center}.features__content{max-width:350px;margin:0 auto}.features__title{font-family:Noto Sans,sans-serif;font-size:clamp(18px,2vw,20px);font-weight:700;color:#35393f;line-height:1.3;margin-bottom:1rem}.features__description{font-family:Noto Sans,sans-serif;font-size:clamp(14px,1.5vw,15px);font-weight:400;color:#35393f;line-height:1.7}.features__partner{display:flex;align-items:center;justify-content:center;padding:1.5rem 1rem}.features__partner-logo{max-width:100%;height:auto;display:block}@media (min-width: 641px) and (max-width: 1024px){.features{padding:4rem 0}.features__row{grid-template-columns:repeat(2,1fr);gap:2.5rem}.features__partner{grid-column:1 / -1}.features__item{padding:1rem}}@media (max-width: 640px){.features{padding:3rem 0}.features__container{width:95%}.features__row{grid-template-columns:1fr;gap:2rem}.features__item{padding:1rem .5rem}.features__icon-wrapper{margin-bottom:1rem}.features__icon-wrapper svg{width:40px;height:40px}.features__title{font-size:18px;margin-bottom:.75rem}.features__description{font-size:14px}.features__partner{padding:1rem 0}.features__partner-logo{max-width:200px}}.showroom-section{padding:5rem 0;background-color:#fff}.showroom-section__container{max-width:110rem;width:96%;margin:0 auto;padding:0 1rem}.showroom-section__heading{font-family:"Noto Serif",serif;font-size:clamp(28px,4vw,36px);font-weight:700;color:#35393f;line-height:1.3;text-align:center;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.showroom-section__subheading{text-align:center;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:800;color:#cfad6e;text-transform:uppercase;letter-spacing:.14em;margin-bottom:.75rem}.showroom-section__text{text-align:center;font-family:Noto Sans,sans-serif;font-size:clamp(14px,2vw,16px);color:#666;line-height:1.6;max-width:820px;margin:0 auto 2.5rem}.showroom-section__bottom-link{text-align:center;margin-top:1.5rem}.showroom-section__bottom-link a{display:inline-block;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:800;color:#b89856;text-transform:uppercase;letter-spacing:.12em;transition:opacity .2s ease}.showroom-section__bottom-link a:hover{opacity:.8}.showroom-section__map-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;box-shadow:0 4px 20px #0000001a}.showroom-section__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}@media (min-width: 641px) and (max-width: 1024px){.showroom-section{padding:4rem 0}.showroom-section__heading{margin-bottom:2rem}}@media (max-width: 640px){.showroom-section{padding:3rem 0}.showroom-section__container{width:95%}.showroom-section__heading{font-size:24px;margin-bottom:1.5rem}.showroom-section__text{margin-bottom:1.5rem}.showroom-section__map-wrapper{border-radius:4px}}.projects-section{padding:5rem 0;background-color:#f7f7f7}.projects-section__container{max-width:110rem;width:96%;margin:0 auto;padding:0 1rem}.projects-section__header{text-align:center;margin-bottom:3rem}.projects-section__heading{font-family:"Noto Serif",serif;font-size:clamp(28px,4vw,42px);font-weight:700;color:#333;line-height:1.3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.projects-section__subtitle{font-family:Noto Sans,sans-serif;font-size:clamp(16px,2vw,20px);font-weight:400;color:#666;line-height:1.5}.projects-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.projects-section__divider{height:1px;background:#00000014;margin:3rem auto;max-width:900px}.projects-section__header--secondary{margin-top:0}.projects-section__idealfor{margin-top:1rem}.projects-section__idealfor-label{font-family:Noto Sans,sans-serif;font-size:12px;font-weight:800;color:#35393f;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.projects-section__idealfor-list{margin:0;padding-left:1.1rem;color:#35393f;font-family:Noto Sans,sans-serif;font-size:14px;line-height:1.7}.projects-section__seg-cta{margin-top:1.25rem;font-family:Noto Sans,sans-serif;font-size:13px;font-weight:900;color:#b89856;text-transform:uppercase;letter-spacing:.1em}.projects-section__card{background-color:#fff;border-radius:4px;overflow:hidden;box-shadow:0 2px 10px #00000014;transition:transform .3s ease,box-shadow .3s ease}.projects-section__card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #00000026}.projects-section__link{display:block;text-decoration:none;color:inherit}.projects-section__link--disabled{cursor:not-allowed;pointer-events:none}.projects-section__link--disabled *{pointer-events:auto}.projects-section__image-wrapper{position:relative;overflow:hidden;aspect-ratio:16 / 10;background-color:#f5f5f5}.projects-section__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.projects-section__card:hover .projects-section__image{transform:scale(1.08)}.projects-section__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#cfad6e00;display:flex;align-items:center;justify-content:center;transition:background-color .4s ease}.projects-section__card:hover .projects-section__overlay{background-color:#cfad6ee6}.projects-section__overlay-icon{display:block;width:32px;height:32px;opacity:0;transform:scale(.5);transition:all .4s ease}.projects-section__overlay-icon:before{content:"";font-family:ETmodules;font-size:32px;color:#fff;line-height:1}.projects-section__card:hover .projects-section__overlay-icon{opacity:1;transform:scale(1)}.projects-section__content{padding:1.5rem}.projects-section__category{display:inline-block;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:600;color:#cfad6e;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.projects-section__title{font-family:"Noto Serif",serif;font-size:clamp(20px,2.5vw,24px);font-weight:700;color:#35393f;line-height:1.3;margin-bottom:.75rem;transition:color .3s ease}.projects-section__card:hover .projects-section__title{color:#cfad6e}.projects-section__excerpt{font-family:Noto Sans,sans-serif;font-size:clamp(14px,1.5vw,15px);font-weight:400;color:#35393f;line-height:1.7}@media (min-width: 641px) and (max-width: 1024px){.projects-section{padding:4rem 0}.projects-section__header{margin-bottom:2.5rem}.projects-section__heading{font-size:32px}.projects-section__subtitle{font-size:18px}.projects-section__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 640px){.projects-section{padding:3rem 0}.projects-section__container{width:95%}.projects-section__header{margin-bottom:2rem}.projects-section__heading{font-size:24px}.projects-section__subtitle{font-size:15px}.projects-section__grid{grid-template-columns:1fr;gap:1.5rem}.projects-section__content{padding:1.25rem}.projects-section__title{font-size:20px}.projects-section__excerpt{font-size:14px}}.testimonials-section{padding:5rem 0;background-image:url("/Images/Hero/Airbrush-image-extender (2).webp");background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.testimonials-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#35393f99;z-index:1}.testimonials-section__container{max-width:110rem;width:96%;margin:0 auto;padding:0 1rem;position:relative;z-index:2}.testimonials-section__heading{font-family:"Noto Serif",serif;font-size:clamp(28px,4vw,36px);font-weight:700;color:#fff;line-height:1.3;text-align:center;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.05em}.testimonials-section__carousel{position:relative;max-width:none;width:100%;margin:0 auto}.testimonials-section__slides{min-height:300px}.testimonials-section__page{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.testimonials-section__card{background-color:#fff;padding:2.5rem;border-radius:8px;text-align:center;box-shadow:0 4px 20px #00000026;height:100%}.testimonials-section__rating{display:flex;justify-content:center;gap:.25rem;margin-bottom:1.5rem}.testimonials-section__date{font-family:Noto Sans,sans-serif;font-size:13px;line-height:1.2;color:#555}.testimonials-section__date{display:block;text-align:center;margin-bottom:.9rem}.testimonials-section__see-more-inline{font-family:Noto Sans,sans-serif;font-weight:700;color:#cfad6e;text-decoration:none;white-space:nowrap;font-style:normal}.testimonials-section__see-more-inline:hover{opacity:.85}.testimonials-section__star{font-size:24px;color:#ddd}.testimonials-section__star--filled{color:#cfad6e}.testimonials-section__text{font-family:Noto Sans,sans-serif;font-size:clamp(15px,2vw,18px);font-weight:400;color:#35393f;line-height:1.8;margin-bottom:1.5rem;font-style:italic}.testimonials-section__author{font-family:Noto Sans,sans-serif;font-size:clamp(14px,1.5vw,16px);font-weight:700;color:#cfad6e;text-transform:uppercase;letter-spacing:.05em}.testimonials-section__nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.testimonials-section__arrow{background-color:#ffffff1a;border:2px solid rgba(255,255,255,.3);color:#fff;font-size:28px;width:44px;height:44px;border-radius:999px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1}.testimonials-section__arrow:hover{background-color:#cfad6ee6;border-color:#cfad6e}.testimonials-section__dots{display:flex;justify-content:center;gap:10px;margin-top:0}.testimonials-section__dot{width:10px;height:10px;border-radius:50%;background-color:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease;padding:0}.testimonials-section__dot:hover{background-color:#ffffff80}.testimonials-section__dot--active{background-color:#cfad6e}@media (min-width: 1025px){.testimonials-section{padding:2.75rem 0}.testimonials-section__heading{margin-bottom:1.5rem}.testimonials-section__slides{min-height:220px}.testimonials-section__card{padding:1.65rem}.testimonials-section__rating{margin-bottom:.85rem}.testimonials-section__date{margin-bottom:.7rem}.testimonials-section__text{margin-bottom:.9rem}}@media (min-width: 641px) and (max-width: 1024px){.testimonials-section{padding:4rem 0}.testimonials-section__heading{margin-bottom:2.5rem}.testimonials-section__card{padding:2rem}.testimonials-section__page{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.testimonials-section{padding:3rem 0}.testimonials-section__container{width:95%}.testimonials-section__heading{font-size:24px;margin-bottom:2rem}.testimonials-section__card{padding:1.5rem}.testimonials-section__slides{min-height:350px}.testimonials-section__page{grid-template-columns:1fr}.testimonials-section__star{font-size:20px}.testimonials-section__text{font-size:15px;margin-bottom:1rem}.testimonials-section__author{font-size:14px}.testimonials-section__nav{margin-top:1.25rem;gap:.75rem}.testimonials-section__arrow{width:40px;height:40px;font-size:24px}}.landing-page{width:100%;min-height:100vh;background-color:#fff;color:#35393f;font-family:Noto Sans,Helvetica,Arial,sans-serif;font-size:1.125rem;line-height:1.7}h1,h2,h3,h4,h5,h6{font-family:"Noto Serif",Georgia,serif;color:#35393f;font-weight:700;letter-spacing:.0625rem;margin:0;padding-bottom:.625rem}h1{font-size:clamp(1.5rem,4vw,2.25rem)}h2{font-size:clamp(1.375rem,3vw,1.875rem)}h3{font-size:clamp(1.25rem,2.5vw,1.625rem)}h4{font-size:clamp(1.125rem,2vw,1.3125rem)}p{margin:0;padding-bottom:1em}p:last-of-type{padding-bottom:0}a{color:#cfad6e;text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.7}.container{width:96%;max-width:110rem;margin:0 auto;position:relative}.btn{display:inline-block;padding:.75rem 2rem;font-size:1.25rem;font-weight:500;color:#35393f;background-color:transparent;border:.125rem solid #35393f;border-radius:.1875rem;cursor:pointer;transition:all .3s ease;text-align:center}.btn:hover{background-color:#0000000d;padding-right:2.5rem;padding-left:1.5rem}.btn:after{content:"";font-family:ETmodules;margin-left:.5rem;opacity:0;transition:opacity .3s ease}.btn:hover:after{opacity:1}@media (min-width: 641px){.container{width:85%}}@media (min-width: 1025px){.container{width:80%}}
