.default-layout-module-scss-module__bTsa8W__default-layout{width:100%;padding:var(--spacing-2xl) 0}@media (min-width:768px){.default-layout-module-scss-module__bTsa8W__default-layout{padding:var(--spacing-3xl) 0}}@media (min-width:1024px){.default-layout-module-scss-module__bTsa8W__default-layout{padding:var(--spacing-4xl) 0}}.default-layout-module-scss-module__bTsa8W__default-layout__container{max-width:var(--container-desktop);padding:0 var(--spacing-md);margin:0 auto}@media (min-width:768px){.default-layout-module-scss-module__bTsa8W__default-layout__container{padding:0 var(--spacing-lg)}}
.appointment-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;padding:var(--spacing-md);background:rgba(0,0,0,.75);justify-content:center;align-items:center;animation:.25s cubic-bezier(.4,0,.2,1) fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.appointment-modal-content{background:var(--background-color);border-radius:var(--border-radius);box-shadow:var(--box-shadow);width:100%;max-width:600px;max-height:90vh;padding:var(--spacing-2xl);animation:.3s cubic-bezier(.4,0,.2,1) slideUp;position:relative;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:640px){.appointment-modal-content{max-height:100vh;padding:var(--spacing-xl) var(--spacing-lg);border-radius:0}}.appointment-modal-content::-webkit-scrollbar{width:8px}.appointment-modal-content::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.appointment-modal-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.appointment-modal-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.modal-close-button{top:var(--spacing-lg);right:var(--spacing-lg);background:var(--border-color);border-radius:var(--border-radius);cursor:pointer;padding:var(--spacing-sm);color:var(--text-light);transition:var(--transition);z-index:1;border:none;justify-content:center;align-items:center;display:flex;position:absolute}.modal-close-button:hover{background:var(--border-color);color:var(--text-color);transform:scale(1.05)}.modal-close-button:active{transform:scale(.95)}.modal-close-button svg{display:block}.modal-title{margin:0 0 var(--spacing-sm) 0;font-size:var(--font-h2);font-weight:var(--font-weight-bold);color:var(--text-color);padding-right:var(--spacing-3xl);line-height:var(--line-height-tight)}.form-description{margin:0 0 var(--spacing-2xl) 0;color:var(--text-light);font-size:var(--font-p);line-height:var(--line-height-normal)}.form-disclaimer{color:var(--text-light);font-size:var(--font-small);line-height:var(--line-height-normal);margin:0}.form-disclaimer a{color:var(--primary-color);transition:var(--transition);text-decoration:underline}.form-disclaimer a:hover{color:var(--primary-hover)}.appointment-form{gap:var(--spacing-lg);flex-direction:column;display:flex}.appointment-form select,.appointment-form textarea{padding:var(--spacing-sm) var(--spacing-md);border:2px solid var(--border-color);border-radius:var(--border-radius);font-size:var(--font-p);font-family:var(--font-family);transition:var(--transition);background:var(--background-color)}.appointment-form input[type=text]{padding:var(--spacing-sm) var(--spacing-md);border:2px solid var(--border-color);border-radius:var(--border-radius);font-size:var(--font-p);font-family:var(--font-family);transition:var(--transition);background:var(--background-color)}.appointment-form input[type=email]{padding:var(--spacing-sm) var(--spacing-md);border:2px solid var(--border-color);border-radius:var(--border-radius);font-size:var(--font-p);font-family:var(--font-family);transition:var(--transition);background:var(--background-color)}.appointment-form input[type=tel]{padding:var(--spacing-sm) var(--spacing-md);border:2px solid var(--border-color);border-radius:var(--border-radius);font-size:var(--font-p);font-family:var(--font-family);transition:var(--transition);background:var(--background-color)}.appointment-form input[type=date]{padding:var(--spacing-sm) var(--spacing-md);border:2px solid var(--border-color);border-radius:var(--border-radius);font-size:var(--font-p);font-family:var(--font-family);transition:var(--transition);background:var(--background-color)}.appointment-form input[type=time]{padding:var(--spacing-sm) var(--spacing-md);border:2px solid var(--border-color);border-radius:var(--border-radius);font-size:var(--font-p);font-family:var(--font-family);transition:var(--transition);background:var(--background-color)}.appointment-form select:focus,.appointment-form textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 4px rgba(59,130,246,.1)}.appointment-form input[type=text]:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 4px rgba(59,130,246,.1)}.appointment-form input[type=email]:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 4px rgba(59,130,246,.1)}.appointment-form input[type=tel]:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 4px rgba(59,130,246,.1)}.appointment-form input[type=date]:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 4px rgba(59,130,246,.1)}.appointment-form input[type=time]:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 4px rgba(59,130,246,.1)}.appointment-form select:disabled,.appointment-form textarea:disabled{background-color:var(--border-color);cursor:not-allowed;opacity:.6}.appointment-form input[type=text]:disabled{background-color:var(--border-color);cursor:not-allowed;opacity:.6}.appointment-form input[type=email]:disabled{background-color:var(--border-color);cursor:not-allowed;opacity:.6}.appointment-form input[type=tel]:disabled{background-color:var(--border-color);cursor:not-allowed;opacity:.6}.appointment-form input[type=date]:disabled{background-color:var(--border-color);cursor:not-allowed;opacity:.6}.appointment-form input[type=time]:disabled{background-color:var(--border-color);cursor:not-allowed;opacity:.6}.appointment-form select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--spacing-md) center;padding-right:calc(var(--spacing-md)*2.5);cursor:pointer}.appointment-form textarea{resize:vertical;min-height:100px}.recaptcha-container{margin:var(--spacing-md) 0;justify-content:center;align-items:center;display:flex}@media (max-width:640px){.recaptcha-container{transform-origin:50%;transform:scale(.85)}}@media (max-width:400px){.recaptcha-container{transform-origin:50%;transform:scale(.75)}}.form-row{align-items:stretch;gap:var(--spacing-md);flex-flow:wrap;display:flex}.form-row>*{flex:1;width:100%;min-width:0}@media (max-width:640px){.form-row{flex-direction:column}}.form-group{gap:var(--spacing-sm);flex-direction:column;display:flex}.form-group label{font-weight:var(--font-weight-semibold);color:var(--text-color);font-size:var(--font-small);letter-spacing:.01em}.required{color:#ef4444}.contact-method-tabs{gap:var(--spacing-sm);padding:var(--spacing-xs);background:var(--border-color);border-radius:var(--border-radius);display:flex}.contact-tab{padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--border-radius);cursor:pointer;font-size:var(--font-p);font-weight:var(--font-weight-semibold);color:var(--text-light);transition:var(--transition);background:0 0;border:none;flex:1}.contact-tab:hover:not(:disabled){color:var(--text-color)}.contact-tab.active{background:var(--background-color);color:var(--primary-color);box-shadow:var(--box-shadow)}.contact-tab:disabled{cursor:not-allowed;opacity:.5}.btn.btn-primary.btn-large{width:100%;padding:var(--spacing-md) var(--spacing-2xl);background:var(--primary-color);color:var(--background-color);border-radius:var(--border-radius);font-size:var(--font-p);font-weight:var(--font-weight-semibold);cursor:pointer;transition:var(--transition);box-shadow:var(--box-shadow);margin-top:var(--spacing-sm);border:none}.btn.btn-primary.btn-large:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-2px)}.btn.btn-primary.btn-large:active:not(:disabled){transform:translateY(0)}.btn.btn-primary.btn-large:disabled{background:var(--text-light);cursor:not-allowed;box-shadow:none;opacity:.7}.form-message{padding:var(--spacing-md) var(--spacing-lg);border-radius:var(--border-radius);font-weight:var(--font-weight-medium);text-align:center;font-size:var(--font-p);justify-content:center;align-items:center;gap:var(--spacing-sm);display:flex}.form-message.success{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border:2px solid #6ee7b7}.form-message.error{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border:2px solid #fca5a5}.hours-notice{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--border-radius);font-size:var(--font-small);line-height:var(--line-height-normal);display:flex}.hours-notice svg{flex-shrink:0;width:16px;height:16px}.hours-notice--info{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe}.hours-notice--warning{color:#92400e;background:#fef3c7;border:1px solid #fcd34d}.form_submitting{opacity:.6;pointer-events:none}.form_success{animation:.6s cubic-bezier(.4,0,.2,1) successPulse}@keyframes successPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.form_failure{animation:.5s cubic-bezier(.4,0,.2,1) errorShake}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}
.header-module-scss-module__-Zh-5W__header{z-index:1000;position:relative}.header-module-scss-module__-Zh-5W__header__top-bar{background-color:var(--primary-color);padding:var(--spacing-md) 0;display:none}@media (min-width:1025px){.header-module-scss-module__-Zh-5W__header__top-bar{display:block}}.header-module-scss-module__-Zh-5W__header__top-container{max-width:var(--container-desktop);padding:0 var(--spacing-xl);grid-template-columns:1fr auto 1fr;align-items:center;margin:0 auto;display:grid}.header-module-scss-module__-Zh-5W__header__contact{gap:var(--spacing-md);flex-direction:column;display:flex}.header-module-scss-module__-Zh-5W__header__contact-item{align-items:center;gap:var(--spacing-md);font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;color:#fff;line-height:var(--line-height-relaxed);transition:var(--transition);text-decoration:none;display:flex}.header-module-scss-module__-Zh-5W__header__contact-item:hover{opacity:.85}.header-module-scss-module__-Zh-5W__header__contact-icon{width:18px;height:18px;color:var(--secondary-color);flex-shrink:0}.header-module-scss-module__-Zh-5W__header__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.header-module-scss-module__-Zh-5W__header__logo img{width:auto;height:120px}@media (min-width:1240px){.header-module-scss-module__-Zh-5W__header__logo img{height:140px}}.header-module-scss-module__-Zh-5W__header__logo:hover{opacity:.85}.header-module-scss-module__-Zh-5W__header__actions{flex-direction:column;justify-self:end;align-items:stretch;gap:7px;width:224px;display:flex}.header-module-scss-module__-Zh-5W__header__cta{font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;padding:7px var(--spacing-md);text-align:center;cursor:pointer;transition:var(--transition);white-space:nowrap;border-radius:15px;justify-content:center;align-items:center;width:100%;text-decoration:none;display:flex}.header-module-scss-module__-Zh-5W__header__cta--primary{background-color:var(--secondary-color);color:#000;border:1.5px solid var(--secondary-color)}.header-module-scss-module__-Zh-5W__header__cta--primary:hover{opacity:.9;transform:translateY(-1px)}.header-module-scss-module__-Zh-5W__header__cta--outline{color:#fff;background-color:transparent;border:1.5px solid #fff}.header-module-scss-module__-Zh-5W__header__cta--outline:hover{color:var(--primary-color);background-color:#fff;transform:translateY(-1px)}.header-module-scss-module__-Zh-5W__header__cta--outline-dark{color:var(--text-color);border-color:var(--text-color)}.header-module-scss-module__-Zh-5W__header__cta--outline-dark:hover{border-color:var(--primary-color);color:var(--primary-color);background-color:rgba(0,0,0,.05)}.header-module-scss-module__-Zh-5W__header__nav-bar{background-color:var(--secondary-color);padding:var(--spacing-sm) 0}@media (min-width:1025px){.header-module-scss-module__-Zh-5W__header__nav-bar{padding:0}}.header-module-scss-module__-Zh-5W__header__nav-container{max-width:var(--container-desktop);padding:0 var(--spacing-md);justify-content:space-between;align-items:center;margin:0 auto;display:flex}@media (min-width:768px){.header-module-scss-module__-Zh-5W__header__nav-container{padding:0 var(--spacing-lg)}}@media (min-width:1025px){.header-module-scss-module__-Zh-5W__header__nav-container{padding:0 var(--spacing-xl);display:block}}.header-module-scss-module__-Zh-5W__header__mobile-bar-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.header-module-scss-module__-Zh-5W__header__mobile-bar-logo img{width:auto;height:45px}@media (min-width:1025px){.header-module-scss-module__-Zh-5W__header__mobile-bar-logo{display:none}}.header-module-scss-module__-Zh-5W__header__nav{min-height:auto}.header-module-scss-module__-Zh-5W__header__nav .nav__toggle{order:2;margin-left:auto}.header-module-scss-module__-Zh-5W__header__nav .nav__toggle-bar{background-color:#fff}.header-module-scss-module__-Zh-5W__header__nav .nav__menu{justify-content:center;gap:0}.header-module-scss-module__-Zh-5W__header__nav .nav__link{font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;color:#000;padding:var(--spacing-xs) var(--spacing-lg);white-space:nowrap}.header-module-scss-module__-Zh-5W__header__nav .nav__link:hover{color:var(--primary-color)}@media (min-width:1025px) and (max-width:1359px){.header-module-scss-module__-Zh-5W__header__nav .nav__link{padding:var(--spacing-xs) var(--spacing-md)}}.header-module-scss-module__-Zh-5W__header__nav .nav__chevron{color:#000;width:12px;height:12px}.header-module-scss-module__-Zh-5W__header__nav .nav__dropdown{border-radius:var(--border-radius-lg)}.header-module-scss-module__-Zh-5W__header__nav .nav__dropdown:before{content:"";height:12px;position:absolute;top:-12px;left:0;right:0}.header-module-scss-module__-Zh-5W__header__nav .nav__dropdown-item--has-children:after{content:"";width:20px;position:absolute;top:-4px;bottom:-4px;right:-20px}.header-module-scss-module__-Zh-5W__header__nav .nav__submenu{transition:opacity .2s .2s,transform .2s .2s,visibility .2s .2s;max-height:none!important;overflow:visible!important}.header-module-scss-module__-Zh-5W__header__nav .nav__submenu:before{content:"";width:20px;height:100%;position:absolute;top:0;left:-20px}.header-module-scss-module__-Zh-5W__header__nav .nav__dropdown-item--has-children:hover>.nav__submenu{transition-delay:0s}.header-module-scss-module__-Zh-5W__header__nav .mobile-menu-header{background:var(--primary-color);border-bottom-color:rgba(255,255,255,.15)}.header-module-scss-module__-Zh-5W__header__nav .mobile-close-button{color:#fff}.header-module-scss-module__-Zh-5W__header__phone{padding:7px var(--spacing-md);border:1.5px solid var(--text-color);font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;color:var(--text-color);transition:var(--transition);white-space:nowrap;border-radius:15px;justify-content:center;align-items:center;gap:7px;text-decoration:none;display:flex}.header-module-scss-module__-Zh-5W__header__phone:hover{border-color:var(--primary-color);color:var(--primary-color)}.header-module-scss-module__-Zh-5W__header__phone-icon{flex-shrink:0;width:18px;height:18px}.header-module-scss-module__-Zh-5W__header__mobile-logo{align-items:center;display:flex}.header-module-scss-module__-Zh-5W__header__mobile-logo img{width:auto;height:50px}.header-module-scss-module__-Zh-5W__header__mobile-actions{gap:var(--spacing-sm);flex-direction:column;width:100%;display:flex}
.footer-module-scss-module__oaoQfa__footer{background-color:var(--primary-color);color:#fff}.footer-module-scss-module__oaoQfa__footer__inner{max-width:1100px;padding:57px var(--spacing-md);flex-direction:column;align-items:center;gap:48px;margin:0 auto;display:flex}.footer-module-scss-module__oaoQfa__footer__logo{justify-content:center;display:flex}.footer-module-scss-module__oaoQfa__footer__logo img{width:auto;height:120px}.footer-module-scss-module__oaoQfa__footer__nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:35px;display:flex}.footer-module-scss-module__oaoQfa__footer__nav-link{font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;color:#fff;transition:var(--transition);text-decoration:none}.footer-module-scss-module__oaoQfa__footer__nav-link:hover{opacity:.8;color:#fff}.footer-module-scss-module__oaoQfa__footer__nav-cta{background-color:var(--secondary-color);color:var(--text-color);font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;cursor:pointer;transition:var(--transition);border:none;border-radius:15px;justify-content:center;align-items:center;padding:7px 14px;text-decoration:none;display:inline-flex}.footer-module-scss-module__oaoQfa__footer__nav-cta:hover{opacity:.9;color:var(--text-color)}.footer-module-scss-module__oaoQfa__footer__divider{border:none;border-top:2px solid var(--secondary-color);width:766px;max-width:100%;margin:0}.footer-module-scss-module__oaoQfa__footer__columns{justify-content:center;gap:85px;width:100%;display:flex}@media (max-width:768px){.footer-module-scss-module__oaoQfa__footer__columns{text-align:center;flex-direction:column;align-items:center;gap:40px}}.footer-module-scss-module__oaoQfa__footer__col{flex-direction:column;gap:14px;display:flex}.footer-module-scss-module__oaoQfa__footer__heading{font-family:var(--font-family-heading);font-size:18px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;color:#fff;margin:0;line-height:1.4}.footer-module-scss-module__oaoQfa__footer__contact{flex-direction:column;gap:14px;display:flex}.footer-module-scss-module__oaoQfa__footer__contact-row{align-items:center;gap:14px;display:flex}.footer-module-scss-module__oaoQfa__footer__contact-icon{color:#fff;flex-shrink:0;width:18px;height:18px}.footer-module-scss-module__oaoQfa__footer__contact-text{font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;color:#fff;line-height:1.6;text-decoration:none}.footer-module-scss-module__oaoQfa__footer__contact-text:hover{opacity:.8;color:#fff}.footer-module-scss-module__oaoQfa__footer__socials{gap:11px;margin-top:4px;display:flex}.footer-module-scss-module__oaoQfa__footer__social-icon{background:var(--tertiary-color);width:28px;height:28px;color:var(--primary-color);transition:var(--transition);border-radius:15px;justify-content:center;align-items:center;text-decoration:none;display:flex}.footer-module-scss-module__oaoQfa__footer__social-icon svg{width:14px;height:14px}.footer-module-scss-module__oaoQfa__footer__social-icon:hover{opacity:.8}.footer-module-scss-module__oaoQfa__footer__hours{flex-direction:column;gap:4px;display:flex}.footer-module-scss-module__oaoQfa__footer__hours-row{gap:30px;display:flex}.footer-module-scss-module__oaoQfa__footer__hours-day{color:#fff;width:86px;font-size:16px;line-height:1.5}.footer-module-scss-module__oaoQfa__footer__hours-time{color:#fff;text-align:right;font-size:16px;line-height:1.5}.footer-module-scss-module__oaoQfa__footer__services{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.footer-module-scss-module__oaoQfa__footer__service-link{color:#fff;transition:var(--transition);font-size:16px;line-height:1.5;text-decoration:none}.footer-module-scss-module__oaoQfa__footer__service-link:hover{opacity:.8;color:#fff}.footer-module-scss-module__oaoQfa__footer__bottom{background-color:var(--background-color);border-top:2px solid var(--secondary-color);padding:10px var(--spacing-md);justify-content:center;align-items:center;display:flex}.footer-module-scss-module__oaoQfa__footer__bottom-text{font-family:var(--font-family-body);font-size:16px;font-weight:var(--font-weight-normal);color:var(--text-color);text-align:center;margin:0;line-height:1.5}.footer-module-scss-module__oaoQfa__footer__bottom-link{color:var(--text-color);transition:var(--transition);text-decoration:none}.footer-module-scss-module__oaoQfa__footer__bottom-link:hover{opacity:.7;color:var(--text-color)}.footer-module-scss-module__oaoQfa__footer__dq-logo{vertical-align:middle;width:auto;height:18px;display:inline-block}
.home-banner-module-scss-module__oSPm_G__banner{width:100%;height:350px;position:relative;overflow:hidden}@media (min-width:768px){.home-banner-module-scss-module__oSPm_G__banner{height:420px}}@media (min-width:1024px){.home-banner-module-scss-module__oSPm_G__banner{height:500px}}@media (min-width:1440px){.home-banner-module-scss-module__oSPm_G__banner{height:max(500px,min(36vw,650px))}}.home-banner-module-scss-module__oSPm_G__banner__slides{position:absolute;top:0;bottom:0;left:0;right:0}.home-banner-module-scss-module__oSPm_G__banner__slide{opacity:0;transition:opacity 1s ease-in-out;position:absolute;top:0;bottom:0;left:0;right:0}.home-banner-module-scss-module__oSPm_G__banner__slide--active{opacity:1}.home-banner-module-scss-module__oSPm_G__banner__image{object-fit:cover;object-position:center}.home-banner-module-scss-module__oSPm_G__banner__overlay{z-index:1;background:rgba(0,0,0,.18);position:absolute;top:0;bottom:0;left:0;right:0}.home-banner-module-scss-module__oSPm_G__banner__content{z-index:2;height:100%;max-width:var(--container-desktop);padding:var(--spacing-xl) var(--spacing-md);opacity:0;flex-direction:column;justify-content:center;align-items:flex-start;gap:22px;margin:0 auto;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);display:flex;position:relative;transform:translate(40px)}.home-banner-module-scss-module__oSPm_G__banner__content--visible{opacity:1;transform:translate(0)}@media (min-width:768px){.home-banner-module-scss-module__oSPm_G__banner__content{padding:var(--spacing-2xl) var(--spacing-lg)}}@media (min-width:1024px){.home-banner-module-scss-module__oSPm_G__banner__content{padding:var(--spacing-2xl) var(--spacing-xl)}}.home-banner-module-scss-module__oSPm_G__banner__subtitle{font-family:var(--font-family-heading);font-size:var(--font-h4);font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;color:#fff;line-height:var(--line-height-snug);margin-bottom:0}.home-banner-module-scss-module__oSPm_G__banner__title{font-family:var(--font-family-script);font-size:max(2rem,min(1.5rem + 2.5vw,3.125rem));font-weight:var(--font-weight-normal);color:#fff;letter-spacing:2px;text-transform:capitalize;line-height:var(--line-height-tight);margin-bottom:0}.home-banner-module-scss-module__oSPm_G__banner__actions{gap:var(--spacing-lg);flex-wrap:wrap;display:flex}.home-banner-module-scss-module__oSPm_G__banner__cta{padding:7px var(--spacing-md);background-color:var(--secondary-color);color:var(--text-color);font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;cursor:pointer;transition:var(--transition);border:none;border-radius:15px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.home-banner-module-scss-module__oSPm_G__banner__cta:hover{opacity:.9;color:var(--text-color);transform:translateY(-1px)}.home-banner-module-scss-module__oSPm_G__banner__cta-outline{padding:7px var(--spacing-md);color:#fff;font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;cursor:pointer;transition:var(--transition);background-color:transparent;border:1.5px solid #fff;border-radius:15px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.home-banner-module-scss-module__oSPm_G__banner__cta-outline:hover{color:var(--text-color);background-color:#fff}.home-banner-module-scss-module__oSPm_G__banner__dots{bottom:var(--spacing-lg);z-index:2;gap:var(--spacing-sm);display:flex;position:absolute;left:50%;transform:translate(-50%)}.home-banner-module-scss-module__oSPm_G__banner__dot{cursor:pointer;width:10px;height:10px;transition:var(--transition);background:0 0;border:1.5px solid #fff;border-radius:50%;padding:0}.home-banner-module-scss-module__oSPm_G__banner__dot:hover{background:rgba(255,255,255,.5)}.home-banner-module-scss-module__oSPm_G__banner__dot--active{background:#fff}
.why-choose-us-module-scss-module__0djC4q__why-choose{background-color:var(--background-color);padding:var(--spacing-2xl) var(--spacing-md)}@media (min-width:1024px){.why-choose-us-module-scss-module__0djC4q__why-choose{padding:var(--spacing-2xl) var(--spacing-xl)}}.why-choose-us-module-scss-module__0djC4q__why-choose__container{max-width:var(--container-desktop);gap:var(--spacing-xl);grid-template-columns:1fr;margin:0 auto;display:grid}@media (min-width:768px){.why-choose-us-module-scss-module__0djC4q__why-choose__container{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.why-choose-us-module-scss-module__0djC4q__why-choose__container{grid-template-columns:repeat(4,1fr);gap:0}}.why-choose-us-module-scss-module__0djC4q__why-choose__item{padding:0 var(--spacing-lg);opacity:0;border-left:none;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);transform:translate(-30px)}.why-choose-us-module-scss-module__0djC4q__why-choose__item--visible{opacity:1;transform:translate(0)}@media (min-width:1024px){.why-choose-us-module-scss-module__0djC4q__why-choose__item{border-left:1px solid var(--secondary-color)}.why-choose-us-module-scss-module__0djC4q__why-choose__item:first-child{border-left:none;padding-left:0}}.why-choose-us-module-scss-module__0djC4q__why-choose__number{font-family:var(--font-family-heading);font-size:18px;font-weight:var(--font-weight-semibold);color:var(--primary-color);margin-bottom:var(--spacing-sm);letter-spacing:1.15px;text-transform:uppercase;font-style:italic;line-height:1.4;display:block}.why-choose-us-module-scss-module__0djC4q__why-choose__title{font-family:var(--font-family-heading);font-size:18px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;color:var(--primary-color);margin-bottom:10px;line-height:1.4}.why-choose-us-module-scss-module__0djC4q__why-choose__description{color:var(--text-color);margin-bottom:0;font-size:16px;line-height:1.5}
.welcome-section-module-scss-module__5TwSha__welcome{padding:var(--spacing-2xl) var(--spacing-md);opacity:0;background-color:#fff;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);transform:translate(-40px)}.welcome-section-module-scss-module__5TwSha__welcome--visible{opacity:1;transform:translate(0)}@media (min-width:1024px){.welcome-section-module-scss-module__5TwSha__welcome{padding:var(--spacing-3xl) var(--spacing-xl)}}.welcome-section-module-scss-module__5TwSha__welcome__container{max-width:var(--container-desktop);gap:var(--spacing-2xl);flex-direction:column;align-items:center;margin:0 auto;display:flex}@media (min-width:1024px){.welcome-section-module-scss-module__5TwSha__welcome__container{flex-direction:row;align-items:center}}.welcome-section-module-scss-module__5TwSha__welcome__image-wrapper{flex-shrink:0;width:100%;max-width:490px}@media (min-width:1024px){.welcome-section-module-scss-module__5TwSha__welcome__image-wrapper{width:45%}}.welcome-section-module-scss-module__5TwSha__welcome__image{width:100%;height:auto;display:block}.welcome-section-module-scss-module__5TwSha__welcome__content{flex-direction:column;flex:1;gap:50px;display:flex}.welcome-section-module-scss-module__5TwSha__welcome__subtitle{font-family:var(--font-family-heading);font-size:18px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;color:var(--text-color);margin-bottom:-35px;line-height:1.4}.welcome-section-module-scss-module__5TwSha__welcome__heading{font-family:var(--font-family-heading);font-size:max(1.5rem,min(1rem + 2vw,2rem));font-weight:var(--font-weight-semibold);text-transform:uppercase;color:var(--primary-color);letter-spacing:2px;margin-bottom:0;line-height:1.3}.welcome-section-module-scss-module__5TwSha__welcome__text{color:var(--text-color);margin-bottom:0;font-size:16px;line-height:1.5}.welcome-section-module-scss-module__5TwSha__welcome__button{padding:7px var(--spacing-md);background-color:var(--primary-color);color:#fff;font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;transition:var(--transition);border-radius:15px;justify-content:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-decoration:none;display:inline-flex}.welcome-section-module-scss-module__5TwSha__welcome__button:hover{opacity:.9;color:#fff;transform:translateY(-1px)}
.meet-doctors-module-scss-module__fY5Ona__doctors{background-color:var(--tertiary-color);padding:var(--spacing-3xl) var(--spacing-md)}@media (min-width:1024px){.meet-doctors-module-scss-module__fY5Ona__doctors{padding:var(--spacing-3xl) var(--spacing-xl)}}.meet-doctors-module-scss-module__fY5Ona__doctors__header{text-align:center;flex-direction:column;align-items:center;gap:35px;margin-bottom:35px;display:flex}.meet-doctors-module-scss-module__fY5Ona__doctors__subtitle{font-family:var(--font-family-heading);font-size:18px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;color:var(--text-color);margin-bottom:0;line-height:1.4}.meet-doctors-module-scss-module__fY5Ona__doctors__title{font-family:var(--font-family-script);font-size:max(2rem,min(1.5rem + 2.5vw,3.125rem));font-weight:var(--font-weight-normal);color:var(--text-color);letter-spacing:2px;text-transform:capitalize;margin-bottom:0;line-height:1.2}.meet-doctors-module-scss-module__fY5Ona__doctors__grid{max-width:var(--container-desktop);grid-template-columns:1fr;gap:51px;margin:0 auto;display:grid}@media (min-width:1200px){.meet-doctors-module-scss-module__fY5Ona__doctors__grid{grid-template-columns:repeat(2,1fr)}}.meet-doctors-module-scss-module__fY5Ona__doctors__card{padding:var(--spacing-xl);opacity:0;background:#fff;border-radius:15px;flex-direction:column;gap:47px;min-height:449px;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);display:flex;transform:translate(-30px);box-shadow:0 4px 4px rgba(0,0,0,.25)}.meet-doctors-module-scss-module__fY5Ona__doctors__card--visible{opacity:1;transform:translate(0)}@media (min-width:576px){.meet-doctors-module-scss-module__fY5Ona__doctors__card{flex-direction:row;align-items:center}}.meet-doctors-module-scss-module__fY5Ona__doctors__photo{background-color:var(--background-color);border-radius:15px;flex-shrink:0;width:150px;height:186px;overflow:hidden}@media (min-width:576px){.meet-doctors-module-scss-module__fY5Ona__doctors__photo{width:201px;height:248px}}.meet-doctors-module-scss-module__fY5Ona__doctors__photo-img{object-fit:cover;object-position:center top;width:100%;height:100%}.meet-doctors-module-scss-module__fY5Ona__doctors__info{flex-direction:column;gap:36px;display:flex}.meet-doctors-module-scss-module__fY5Ona__doctors__name{font-family:var(--font-family-heading);font-size:max(1.25rem,min(1rem + 1.25vw,2rem));font-weight:var(--font-weight-semibold);text-transform:uppercase;color:var(--text-color);letter-spacing:2px;margin-bottom:0;line-height:1.3}.meet-doctors-module-scss-module__fY5Ona__doctors__credentials{font-family:var(--font-family-heading);font-size:18px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;color:var(--text-color);margin-top:-21px;line-height:1.4}.meet-doctors-module-scss-module__fY5Ona__doctors__bio{color:var(--text-color);margin-bottom:0;font-size:16px;line-height:1.5}.meet-doctors-module-scss-module__fY5Ona__doctors__button{padding:7px var(--spacing-md);background-color:var(--primary-color);color:#fff;font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;transition:var(--transition);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:var(--spacing-sm);border-radius:15px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.meet-doctors-module-scss-module__fY5Ona__doctors__button:hover{opacity:.9;color:#fff;transform:translateY(-1px)}
.services-showcase-module-scss-module__If2f1a__services{background-color:var(--background-color);padding:var(--spacing-3xl) var(--spacing-md);opacity:0;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.services-showcase-module-scss-module__If2f1a__services--visible{opacity:1;transform:translateY(0)}@media (min-width:1024px){.services-showcase-module-scss-module__If2f1a__services{padding:var(--spacing-3xl) var(--spacing-xl)}}.services-showcase-module-scss-module__If2f1a__services__container{max-width:var(--container-desktop);margin:0 auto}.services-showcase-module-scss-module__If2f1a__services__header{text-align:center;margin-bottom:var(--spacing-2xl)}.services-showcase-module-scss-module__If2f1a__services__title{font-family:var(--font-family-heading);font-size:max(1.5rem,min(1rem + 2vw,2rem));font-weight:var(--font-weight-semibold);text-transform:uppercase;color:var(--text-color);letter-spacing:2px;margin-bottom:var(--spacing-lg);line-height:1.3}.services-showcase-module-scss-module__If2f1a__services__description{color:var(--text-color);max-width:800px;margin:0 auto;font-size:16px;line-height:1.5}.services-showcase-module-scss-module__If2f1a__services__grid{margin-bottom:var(--spacing-2xl);flex-wrap:wrap;justify-content:center;gap:48px;display:flex}.services-showcase-module-scss-module__If2f1a__services__card{padding:var(--spacing-xl) var(--spacing-md);transition:var(--transition);background:#fff;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:19px;width:206px;height:226px;text-decoration:none;display:flex;box-shadow:2.25px 2.25px 11.25px rgba(0,0,0,.25)}.services-showcase-module-scss-module__If2f1a__services__card:hover{color:var(--text-color);transform:translateY(-4px);box-shadow:2.25px 2.25px 16px rgba(0,0,0,.3)}.services-showcase-module-scss-module__If2f1a__services__icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.services-showcase-module-scss-module__If2f1a__services__icon img{object-fit:contain;width:auto;max-width:106px;height:auto;max-height:84px}.services-showcase-module-scss-module__If2f1a__services__name{font-family:var(--font-family-heading);font-size:18px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;color:var(--text-color);text-align:center;line-height:1.4}.services-showcase-module-scss-module__If2f1a__services__actions{gap:var(--spacing-lg);flex-wrap:wrap;justify-content:center;display:flex}.services-showcase-module-scss-module__If2f1a__services__cta{padding:7px var(--spacing-md);background-color:var(--primary-color);color:#fff;font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;cursor:pointer;transition:var(--transition);border:none;border-radius:15px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.services-showcase-module-scss-module__If2f1a__services__cta:hover{opacity:.9;color:#fff;transform:translateY(-1px)}.services-showcase-module-scss-module__If2f1a__services__cta-outline{padding:7px var(--spacing-md);color:var(--text-color);font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;border:1.5px solid var(--text-color);transition:var(--transition);background-color:transparent;border-radius:15px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.services-showcase-module-scss-module__If2f1a__services__cta-outline:hover{background-color:var(--text-color);color:#fff}
.office-tour-module-scss-module__Tr76FG__tour{padding:var(--spacing-3xl) var(--spacing-md);opacity:0;background-color:#fff;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.office-tour-module-scss-module__Tr76FG__tour--visible{opacity:1;transform:translateY(0)}@media (min-width:1024px){.office-tour-module-scss-module__Tr76FG__tour{padding:var(--spacing-3xl) var(--spacing-xl)}}.office-tour-module-scss-module__Tr76FG__tour__container{flex-direction:column;align-items:center;gap:39px;max-width:1054px;margin:0 auto;display:flex}.office-tour-module-scss-module__Tr76FG__tour__header{text-align:center;flex-direction:column;align-items:center;gap:15px;display:flex}.office-tour-module-scss-module__Tr76FG__tour__title{font-family:var(--font-family-heading);font-size:max(1.5rem,min(1rem + 2vw,2rem));font-weight:var(--font-weight-semibold);text-transform:uppercase;color:var(--primary-color);letter-spacing:2px;margin-bottom:0;line-height:1.3}.office-tour-module-scss-module__Tr76FG__tour__subtitle{font-family:var(--font-family-heading);font-size:18px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;color:var(--text-color);margin-bottom:0;line-height:1.4}.office-tour-module-scss-module__Tr76FG__tour__description{color:var(--text-color);margin-bottom:0;font-size:16px;line-height:1.5}.office-tour-module-scss-module__Tr76FG__tour__grid{flex-direction:column;gap:14px;width:100%;display:flex}@media (min-width:768px){.office-tour-module-scss-module__Tr76FG__tour__grid{flex-direction:row}}.office-tour-module-scss-module__Tr76FG__tour__right{flex-direction:column;flex:512;gap:14px;display:flex}.office-tour-module-scss-module__Tr76FG__tour__bottom-row{gap:14px;display:flex}.office-tour-module-scss-module__Tr76FG__tour__photo{border-radius:15px;min-height:250px;position:relative;overflow:hidden}.office-tour-module-scss-module__Tr76FG__tour__photo--tall{flex:528;min-height:300px}@media (min-width:768px){.office-tour-module-scss-module__Tr76FG__tour__photo--tall{min-height:591px}}.office-tour-module-scss-module__Tr76FG__tour__photo--wide{flex:1;min-height:250px}@media (min-width:768px){.office-tour-module-scss-module__Tr76FG__tour__photo--wide{min-height:308px}}.office-tour-module-scss-module__Tr76FG__tour__photo--small{flex:1;min-height:200px}@media (min-width:768px){.office-tour-module-scss-module__Tr76FG__tour__photo--small{min-height:272px}}.office-tour-module-scss-module__Tr76FG__tour__photo-img{object-fit:cover;transition:transform .5s}.office-tour-module-scss-module__Tr76FG__tour__photo-img:hover{transform:scale(1.03)}.office-tour-module-scss-module__Tr76FG__tour__actions{text-align:center}.office-tour-module-scss-module__Tr76FG__tour__button{padding:7px var(--spacing-md);background-color:var(--primary-color);color:#fff;font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;transition:var(--transition);border-radius:15px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.office-tour-module-scss-module__Tr76FG__tour__button:hover{opacity:.9;color:#fff;transform:translateY(-1px)}
.before-after-module-scss-module__PBF6-q__ba{background-color:var(--background-color);padding:75px var(--spacing-md);opacity:0;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);transform:translate(-40px)}.before-after-module-scss-module__PBF6-q__ba--visible{opacity:1;transform:translate(0)}@media (min-width:1024px){.before-after-module-scss-module__PBF6-q__ba{padding:75px 123px}}.before-after-module-scss-module__PBF6-q__ba__container{max-width:var(--container-desktop);gap:var(--spacing-2xl);flex-direction:column;align-items:center;margin:0 auto;display:flex}@media (min-width:1024px){.before-after-module-scss-module__PBF6-q__ba__container{flex-direction:row;align-items:center;gap:105px}}.before-after-module-scss-module__PBF6-q__ba__image-wrapper{flex-direction:column;flex-shrink:0;align-items:center;gap:15px;width:100%;max-width:512px;display:flex}.before-after-module-scss-module__PBF6-q__ba__slider{aspect-ratio:431/345;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:19px;width:431px;max-width:100%;position:relative;overflow:hidden;box-shadow:1.73px 1.73px 8.63px rgba(0,0,0,.25)}.before-after-module-scss-module__PBF6-q__ba__photo{object-fit:cover;pointer-events:none}.before-after-module-scss-module__PBF6-q__ba__before-clip{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.before-after-module-scss-module__PBF6-q__ba__divider{z-index:2;background-color:var(--background-color);pointer-events:none;width:3px;height:100%;position:absolute;top:0;transform:translate(-50%)}.before-after-module-scss-module__PBF6-q__ba__labels{width:100%;font-size:18px;font-family:var(--font-family-heading);font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;color:var(--text-color);align-items:center;gap:22px;line-height:1.4;display:flex}.before-after-module-scss-module__PBF6-q__ba__slider-track{background-color:var(--secondary-color);cursor:ew-resize;touch-action:none;border-radius:2px;flex:1;height:3px;position:relative}.before-after-module-scss-module__PBF6-q__ba__slider-track:before{content:"";position:absolute;top:-10px;bottom:-10px;left:0;right:0}.before-after-module-scss-module__PBF6-q__ba__slider-dot{background-color:var(--secondary-color);border:2px solid #fff;border-radius:50%;width:15px;height:15px;transition:left 50ms ease-out;position:absolute;top:50%;transform:translate(-50%,-50%)}.before-after-module-scss-module__PBF6-q__ba__content{flex-direction:column;flex:1;gap:36px;display:flex}.before-after-module-scss-module__PBF6-q__ba__heading-group{flex-direction:column;gap:8px;display:flex}.before-after-module-scss-module__PBF6-q__ba__subtitle{font-family:var(--font-family-script);font-size:28px;font-weight:var(--font-weight-normal);color:var(--text-color);text-transform:capitalize;margin-bottom:0;line-height:1.3}.before-after-module-scss-module__PBF6-q__ba__heading{font-family:var(--font-family-heading);font-size:max(1.5rem,min(1rem + 2vw,2rem));font-weight:var(--font-weight-semibold);text-transform:uppercase;color:var(--text-color);letter-spacing:2px;margin-bottom:0;line-height:1.3}.before-after-module-scss-module__PBF6-q__ba__text{color:var(--text-color);margin-bottom:0;font-size:17px;line-height:1.5}.before-after-module-scss-module__PBF6-q__ba__button{padding:7px var(--spacing-md);background-color:var(--primary-color);color:#fff;font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;transition:var(--transition);border-radius:25px;justify-content:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-decoration:none;display:inline-flex}.before-after-module-scss-module__PBF6-q__ba__button:hover{opacity:.9;color:#fff;transform:translateY(-1px)}
.features-section-module-scss-module__YxU0vG__features{background-color:var(--tertiary-color);padding:var(--spacing-3xl) var(--spacing-md)}@media (min-width:1024px){.features-section-module-scss-module__YxU0vG__features{padding:var(--spacing-3xl) var(--spacing-xl)}}.features-section-module-scss-module__YxU0vG__features__container{flex-direction:column;align-items:center;gap:54px;max-width:1204px;margin:0 auto;display:flex}.features-section-module-scss-module__YxU0vG__features__header{text-align:center;flex-direction:column;align-items:center;gap:15px;display:flex}.features-section-module-scss-module__YxU0vG__features__title{font-family:var(--font-family-script);font-size:max(2rem,min(1.5rem + 2.5vw,3.125rem));font-weight:var(--font-weight-normal);color:var(--text-color);letter-spacing:2px;text-transform:capitalize;margin-bottom:0;line-height:1.2}.features-section-module-scss-module__YxU0vG__features__subtitle{font-family:var(--font-family-heading);font-size:18px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;color:var(--text-color);margin-bottom:0;line-height:1.4}.features-section-module-scss-module__YxU0vG__features__grid{flex-direction:column;align-items:center;gap:57px;width:100%;display:flex}@media (min-width:1024px){.features-section-module-scss-module__YxU0vG__features__grid{flex-direction:row;justify-content:center;align-items:stretch}}.features-section-module-scss-module__YxU0vG__features__card{padding:var(--spacing-xl);opacity:0;background:#fff;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:36px;width:100%;max-width:364px;min-height:396px;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);display:flex;transform:translate(-30px);box-shadow:0 4px 2px rgba(0,0,0,.25)}.features-section-module-scss-module__YxU0vG__features__card--visible{opacity:1;transform:translate(0)}.features-section-module-scss-module__YxU0vG__features__card-title{font-family:var(--font-family-heading);font-size:18px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;color:var(--primary-color);margin-bottom:0;line-height:1.4}.features-section-module-scss-module__YxU0vG__features__card-text{color:var(--text-color);margin-bottom:0;font-size:17px;line-height:1.5}.features-section-module-scss-module__YxU0vG__features__bullets{flex-direction:column;gap:17px;margin:0;padding:0;list-style:none;display:flex}.features-section-module-scss-module__YxU0vG__features__bullet{color:var(--text-color);align-items:flex-start;gap:16px;font-size:16px;line-height:1.5;display:flex}.features-section-module-scss-module__YxU0vG__features__check{width:17px;height:17px;color:var(--secondary-color);flex-shrink:0;margin-top:2px}.features-section-module-scss-module__YxU0vG__features__actions{flex-wrap:wrap;justify-content:center;gap:22px;display:flex}.features-section-module-scss-module__YxU0vG__features__cta{padding:7px var(--spacing-md);background-color:var(--primary-color);color:#fff;font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;cursor:pointer;transition:var(--transition);border:none;border-radius:15px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.features-section-module-scss-module__YxU0vG__features__cta:hover{opacity:.9;color:#fff;transform:translateY(-1px)}.features-section-module-scss-module__YxU0vG__features__cta-outline{padding:7px var(--spacing-md);color:var(--text-color);font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;border:1.5px solid var(--text-color);transition:var(--transition);background-color:transparent;border-radius:15px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.features-section-module-scss-module__YxU0vG__features__cta-outline:hover{background-color:var(--text-color);color:#fff}
.reviews-section-module-scss-module__9B3iXq__reviews{background-color:var(--primary-color);padding:75px var(--spacing-md);text-align:center;background-image:url(/images/home/reviews-background.webp);background-position:50%;background-size:cover;background-attachment:fixed;position:relative;overflow:hidden}@media (min-width:1024px){.reviews-section-module-scss-module__9B3iXq__reviews{padding:75px 135px}}.reviews-section-module-scss-module__9B3iXq__reviews__overlay{background:rgba(75,87,68,.2);position:absolute;top:0;bottom:0;left:0;right:0}.reviews-section-module-scss-module__9B3iXq__reviews__arrow{z-index:2;cursor:pointer;color:#fff;transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:none;position:absolute;top:50%;transform:translateY(-50%)}@media (min-width:768px){.reviews-section-module-scss-module__9B3iXq__reviews__arrow{display:flex}}.reviews-section-module-scss-module__9B3iXq__reviews__arrow svg{width:42px;height:44px}.reviews-section-module-scss-module__9B3iXq__reviews__arrow:hover{opacity:.7}.reviews-section-module-scss-module__9B3iXq__reviews__arrow--prev{left:135px}@media (max-width:1023px){.reviews-section-module-scss-module__9B3iXq__reviews__arrow--prev{left:10px}}.reviews-section-module-scss-module__9B3iXq__reviews__arrow--next{right:135px}@media (max-width:1023px){.reviews-section-module-scss-module__9B3iXq__reviews__arrow--next{right:10px}}.reviews-section-module-scss-module__9B3iXq__reviews__container{z-index:1;flex-direction:column;align-items:center;gap:36px;max-width:790px;margin:0 auto;display:flex;position:relative}.reviews-section-module-scss-module__9B3iXq__reviews__title{font-family:var(--font-family-script);font-size:max(2rem,min(1.5rem + 2.5vw,3.125rem));font-weight:var(--font-weight-normal);color:#fff;letter-spacing:2px;text-transform:capitalize;margin-bottom:0;line-height:1.2}.reviews-section-module-scss-module__9B3iXq__reviews__stars{gap:0;display:flex}.reviews-section-module-scss-module__9B3iXq__reviews__star{width:34px;height:34px;color:var(--secondary-color)}@media (min-width:768px){.reviews-section-module-scss-module__9B3iXq__reviews__star{width:41px;height:41px}}.reviews-section-module-scss-module__9B3iXq__reviews__quote{margin:0;animation:.5s ease-in-out reviews-section-module-scss-module__9B3iXq__reviewFade}.reviews-section-module-scss-module__9B3iXq__reviews__quote p{color:#fff;margin:0;font-size:16px;font-style:normal;line-height:1.5}@keyframes reviews-section-module-scss-module__9B3iXq__reviewFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.reviews-section-module-scss-module__9B3iXq__reviews__author-name{font-family:var(--font-family-heading);font-size:18px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;color:#fff;line-height:1.4}.reviews-section-module-scss-module__9B3iXq__reviews__dots{gap:10px;display:flex}.reviews-section-module-scss-module__9B3iXq__reviews__dot{cursor:pointer;width:11px;height:11px;transition:var(--transition);background:0 0;border:1.5px solid #fff;border-radius:50%;padding:0}.reviews-section-module-scss-module__9B3iXq__reviews__dot--active{background:var(--secondary-color);border-color:var(--secondary-color)}.reviews-section-module-scss-module__9B3iXq__reviews__actions{flex-wrap:wrap;justify-content:center;gap:22px;display:flex}.reviews-section-module-scss-module__9B3iXq__reviews__cta{padding:7px var(--spacing-md);background-color:var(--secondary-color);color:var(--text-color);font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;transition:var(--transition);border-radius:15px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.reviews-section-module-scss-module__9B3iXq__reviews__cta:hover{opacity:.9;color:var(--text-color)}.reviews-section-module-scss-module__9B3iXq__reviews__cta-outline{padding:7px var(--spacing-md);color:#fff;font-size:13px;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:1.15px;transition:var(--transition);background-color:transparent;border:1.5px solid #fff;border-radius:15px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.reviews-section-module-scss-module__9B3iXq__reviews__cta-outline:hover{color:var(--text-color);background-color:#fff}
