*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:10px;font-family:Open Sans,sans-serif}body{width:100%;font-size:1.6rem;line-height:1.8;color:#222;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p{font-size:1.6rem;color:#333;line-height:1.8;font-weight:400}.container{width:100%;max-width:1320px;padding:0 2.5rem;margin:0 auto}section{padding:7rem 0}header[data-v-23ddf38f]{width:100%;border-bottom:1px solid #ddd}header .header[data-v-23ddf38f]{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;margin:2rem 0}header .logo[data-v-23ddf38f]{height:6rem}header .hamburger[data-v-23ddf38f]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;z-index:1001}header .hamburger .bar[data-v-23ddf38f]{width:25px;height:3px;background-color:#333;transition:transform .3s ease,opacity .3s ease;border-radius:2px}header .hamburger.open .bar[data-v-23ddf38f]:nth-child(1){transform:translateY(8px) rotate(45deg)}header .hamburger.open .bar[data-v-23ddf38f]:nth-child(2){opacity:0}header .hamburger.open .bar[data-v-23ddf38f]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}header .nav[data-v-23ddf38f]{display:flex}header .nav.open[data-v-23ddf38f]{display:flex}header .nav .nav-list[data-v-23ddf38f]{display:flex;align-items:center;list-style:none;gap:3rem}header .nav .nav-list li a[data-v-23ddf38f]{text-decoration:none;color:#2d2d2d;font-size:1.6rem;font-weight:500;transition:color .3s ease}header .nav .nav-list li a.active[data-v-23ddf38f]{color:#065f46;font-weight:600;border-bottom:2px solid #065f46}header .lang-switcher[data-v-23ddf38f]{position:relative;margin-left:4rem}header .lang-switcher .lang-btn[data-v-23ddf38f]{display:flex;justify-content:space-between;align-items:center;background:#065f46;color:#fff;border:none;border-radius:.5rem;padding:.8rem 1.2rem;font-weight:500;cursor:pointer;width:120px;font-size:1.6rem;line-height:1.8rem}header .lang-switcher .lang-arrow[data-v-23ddf38f]{transition:transform .3s ease}header .lang-switcher .lang-list[data-v-23ddf38f]{position:absolute;top:100%;width:100%;background:#fff;border:1px solid #007d7d;border-radius:.5rem;margin-top:.25rem;list-style:none;padding:0;z-index:1000}header .lang-switcher .lang-list li[data-v-23ddf38f]{padding:.8rem 1.2rem;cursor:pointer}header .lang-switcher .lang-list li[data-v-23ddf38f]:hover{background:#b4eaea}@media (max-width: 768px){header .container[data-v-23ddf38f]{padding:0}header .header .logo[data-v-23ddf38f]{margin-left:1rem}header .hamburger[data-v-23ddf38f]{display:flex;margin-right:2rem}header .nav[data-v-23ddf38f]{position:absolute;top:90px;left:0;right:0;background-color:#fff;flex-direction:column;display:none;z-index:1000}header .nav.open[data-v-23ddf38f]{display:flex}header .nav .nav-list[data-v-23ddf38f]{flex-direction:column;gap:10px;padding:15px 20px}header .nav li[data-v-23ddf38f]{padding:1rem 0}header .lang-switcher[data-v-23ddf38f]{display:flex;align-items:center;justify-content:center}header .lang-list[data-v-23ddf38f]{left:auto;width:auto!important;padding:.5rem!important}}footer[data-v-5184bfb9]{background-color:#065f46;color:#fff;padding:4rem 0}footer .footer[data-v-5184bfb9]{display:flex;justify-content:space-between;gap:3rem}footer .footer h4[data-v-5184bfb9]{margin-bottom:1.6rem;font-size:1.8rem}footer .footer-location p[data-v-5184bfb9]{color:#fff;padding-bottom:1rem}footer .footer-location a[data-v-5184bfb9]{color:#fff;text-decoration:none}footer .footer-location a[data-v-5184bfb9]:hover{color:#cbd5e0}footer .footer-location .socials[data-v-5184bfb9]{display:flex;align-items:center;gap:2rem}footer .footer-location .socials a[data-v-5184bfb9]{font-size:2rem;color:#fff;transition:color .3s}footer .footer-location .socials a[data-v-5184bfb9]:hover{color:#cbd5e0}footer .footer-menu[data-v-5184bfb9]{display:flex;flex-direction:column}footer .footer-menu .nav-list[data-v-5184bfb9]{list-style-type:none;display:flex;flex-direction:column;gap:1rem}footer .footer-menu a[data-v-5184bfb9]{color:#fff;text-decoration:none}footer .footer-menu a[data-v-5184bfb9]:hover{color:#cbd5e0}footer .footer-contact p[data-v-5184bfb9]{color:#fff;padding-bottom:1rem}footer .footer-bottom[data-v-5184bfb9]{display:flex;align-items:center;justify-content:space-between;margin-top:2rem;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;font-size:1.2rem}footer .footer-bottom p[data-v-5184bfb9]{color:#e2e8f0}footer .footer-bottom .footer-link[data-v-5184bfb9]{color:#e2e8f0;text-decoration:none;margin:0 .5rem}footer .footer-bottom .footer-link[data-v-5184bfb9]:hover{color:#cbd5e0;text-decoration:underline}@media (max-width: 768px){footer .footer[data-v-5184bfb9],footer .footer-bottom[data-v-5184bfb9]{flex-direction:column}}.modal-overlay[data-v-19721ace]{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.modal-content[data-v-19721ace]{background:#fff;border-radius:1.2rem;width:100%;max-width:520px;padding:2.4rem;box-shadow:0 10px 30px #00000040;border-top:5px solid #065f46}.modal-content .modal-header[data-v-19721ace]{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e0e0e0;padding-bottom:1.2rem;margin-bottom:1.6rem}.modal-content .modal-header .modal-title[data-v-19721ace]{font-size:1.8rem;font-weight:600;margin:0;color:#047857;line-height:1.4}.modal-content .modal-header .modal-close[data-v-19721ace]{background:transparent;border:none;font-size:3rem;cursor:pointer;color:#047857;transition:color .2s ease;line-height:1}.modal-content .modal-header .modal-close[data-v-19721ace]:hover{color:#007d7d}.modal-content .modal-body[data-v-19721ace]{margin-bottom:1.6rem}.modal-content .modal-body .modal-message[data-v-19721ace]{font-size:1.6rem;color:#333;line-height:1.8}.modal-content .modal-body .modal-message .modal-link[data-v-19721ace]{color:#007d7d;text-decoration:underline}.modal-content .modal-body .modal-message .modal-link[data-v-19721ace]:hover{text-decoration:none;color:#065f46}.modal-content .modal-footer .modal-note[data-v-19721ace]{font-size:1.6rem;color:#555;line-height:1.8}.hero[data-v-80170265]{position:relative;background:url(/assets/parks_klinika-D36IqWdg.JPG);background-size:cover;background-position:center;background-repeat:no-repeat;height:80vh;display:flex;align-items:center;justify-content:flex-start;padding:0 2rem;color:#fff}.hero[data-v-80170265]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;z-index:0}.hero .hero-content[data-v-80170265]{position:relative;z-index:2;max-width:80rem}.hero .hero-content h1[data-v-80170265]{font-size:4.8rem;font-style:800;color:#fff;line-height:1.3;margin-bottom:1.5rem;letter-spacing:-.5px}.hero .hero-content p[data-v-80170265]{font-size:2rem;line-height:1.6;margin-bottom:2.4rem;color:#f3f4f6}.hero .hero-content .hero-btn[data-v-80170265]{display:inline-block;padding:1.2rem 2.4rem;font-weight:600;background-color:#065f46;color:#fff;border-radius:6px;text-decoration:none;box-shadow:0 2px 6px #00000026;transition:background-color .3s ease}.hero .hero-content .hero-btn[data-v-80170265]:hover{background-color:#047857}@media (max-width: 768px){.hero .hero-content h1[data-v-80170265]{font-size:3.2rem}.hero .hero-content p[data-v-80170265]{font-size:1.6rem}.hero .hero-content .hero-btn[data-v-80170265]{font-size:1.4rem;padding:1rem 2rem}}.info-boxes[data-v-680b5883]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.info-boxes .info-box[data-v-680b5883]{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:flex;flex-direction:column;gap:1.5rem;cursor:pointer;border:1px solid #dff5f0;text-decoration:none}.info-boxes .info-box .box-header[data-v-680b5883]{display:flex;align-items:center;gap:.75rem}.info-boxes .info-box .box-header .icon[data-v-680b5883]{font-size:1.8rem;color:#0f172a}.info-boxes .info-box .box-header h5[data-v-680b5883]{font-size:1.8rem;font-weight:600;color:#123;line-height:1.3;margin-bottom:1rem;margin-bottom:0}.info-boxes .info-box p[data-v-680b5883]{color:#334155}.info-boxes .info-box .arrow[data-v-680b5883]{margin-top:auto;color:#007d7d;font-size:1.6rem;font-weight:500;align-self:flex-start;transition:transform .2s ease}.info-boxes .info-box .arrow[data-v-680b5883]:hover{transform:translate(5px)}.info-boxes .info-box[data-v-680b5883]:hover{box-shadow:0 4px 20px #00000014}.about-us[data-v-1ba69938]{display:flex;align-items:center;justify-content:space-between;gap:3rem}.about-us .about-image[data-v-1ba69938]{flex:1}.about-us .about-image img[data-v-1ba69938]{max-width:100%;height:auto;border-radius:12px;object-fit:cover}.about-us .about-content[data-v-1ba69938]{flex:1}.about-us .about-content .sr-only[data-v-1ba69938]{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.about-us .about-content h2[data-v-1ba69938]{font-size:3.6rem;font-weight:700;color:#123;line-height:1.3;margin-bottom:1.5rem}.about-us .about-content h3[data-v-1ba69938]{font-size:2.8rem;font-weight:600;color:#123;line-height:1.3;margin-bottom:1rem}.about-us .about-content p[data-v-1ba69938]{color:#334155;margin-bottom:1rem}.about-us .about-content .btn[data-v-1ba69938]{display:inline-block;padding:1.2rem 2rem;background-color:#065f46;color:#fff;border-radius:6px;text-decoration:none;font-weight:600;margin-top:2rem}.about-us .about-content .btn[data-v-1ba69938]:hover{background-color:#047857}@media (max-width: 768px){.about-us[data-v-1ba69938]{flex-direction:column}.about-us .about-image[data-v-1ba69938],.about-us .about-content[data-v-1ba69938]{width:100%}}.services-section[data-v-414591c0]{background-color:#eaf9f8;text-align:center}.services-section h2[data-v-414591c0]{font-size:3.6rem;font-weight:700;color:#123;line-height:1.3;margin-bottom:1.5rem}@media screen and (max-width: 768px){.services-section h2[data-v-414591c0]{font-size:2.4rem}}.services-section .services-grid[data-v-414591c0]{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:2rem;margin:3rem 0}.services-section .service-card[data-v-414591c0]{background:#fff;padding:2.5rem;border-radius:12px;text-decoration:none;color:#333;box-shadow:0 2px 8px #0000000d;transition:.2s ease}.services-section .service-card[data-v-414591c0]:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.services-section .service-card img[data-v-414591c0]{width:60px;height:60px;object-fit:contain}.services-section .service-card h5[data-v-414591c0]{font-size:1.8rem;font-weight:600;color:#123;line-height:1.3;margin-bottom:1rem}.services-section .service-card p[data-v-414591c0]{color:#666;margin-bottom:1rem}.services-section .service-card .learn-more[data-v-414591c0]{color:#007d7d;font-weight:500;font-size:1.4rem;line-height:1.6;text-decoration:underline}.services-section .services-button .button[data-v-414591c0]{background-color:#d2f4f4;color:#007d7d;padding:1.2rem 2rem;border-radius:6px;text-decoration:none;font-weight:500;transition:background-color .2s}.services-section .services-button .button[data-v-414591c0]:hover{background-color:#b4eaea}.success-message{color:green;font-weight:700}.error-message{color:red;font-weight:700}.char-count{font-size:.8em;color:#888;text-align:right;margin-top:-10px;margin-bottom:10px}.contact-section .contact-wrapper[data-v-202e6ba3]{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:space-between}.contact-section .contact-quote[data-v-202e6ba3]{flex:1}.contact-section .contact-quote blockquote[data-v-202e6ba3]{max-width:500px;padding-bottom:1.5rem}.contact-section .contact-quote blockquote .quote-mark[data-v-202e6ba3]{font-size:4rem;color:#007d7d;line-height:0;display:block}.contact-section .contact-quote blockquote .quote-mark-secondly[data-v-202e6ba3]{padding-top:1rem}.contact-section .contact-quote blockquote h2[data-v-202e6ba3]{font-size:3.6rem;font-weight:700;color:#123;line-height:1.3;margin-bottom:1.5rem}.contact-section .contact-form[data-v-202e6ba3]{flex:1;display:flex;flex-direction:column;gap:1.5rem}.contact-section .contact-form .contact-title[data-v-202e6ba3]{font-size:3.6rem;font-weight:700;color:#123;line-height:1.3;margin-bottom:1.5rem;font-weight:600}.contact-section .contact-form .form-row[data-v-202e6ba3]{display:flex;gap:1rem}.contact-section .contact-form .form-row input[data-v-202e6ba3]{flex:1}.contact-section .contact-form input[data-v-202e6ba3],.contact-section .contact-form textarea[data-v-202e6ba3]{padding:1.5rem 2rem;border:1px solid #ccc;border-radius:6px;font-size:1.6rem;width:100%}.contact-section .contact-form textarea[data-v-202e6ba3]{min-height:120px;resize:vertical}.contact-section .contact-form .form-checkbox[data-v-202e6ba3]{display:flex;align-items:center;cursor:pointer;font-size:1.6rem;color:#333;-webkit-user-select:none;user-select:none;gap:1rem}.contact-section .contact-form .form-checkbox input[data-v-202e6ba3]{position:absolute;opacity:0;height:0;width:0}.contact-section .contact-form .form-checkbox .checkmark[data-v-202e6ba3]{width:1.8rem;height:1.8rem;border:2px solid #007d7d;border-radius:4px;background-color:#fff;position:relative;transition:all .2s ease}.contact-section .contact-form .form-checkbox input:checked+.checkmark[data-v-202e6ba3]:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.contact-section .contact-form .form-checkbox input:checked+.checkmark[data-v-202e6ba3]{background-color:#007d7d}.contact-section .contact-form button[data-v-202e6ba3]{background-color:#007d7d;color:#fff;border:none;padding:1.5rem 2rem;font-size:1.6rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.contact-section .contact-form button[data-v-202e6ba3]:hover{background:#005f5f}.contact-section .form-group[data-v-202e6ba3]{display:flex;flex-direction:column;flex:1;margin-right:8px;position:relative}.contact-section .map-container[data-v-202e6ba3]{margin-top:7rem}.contact-section .map-container iframe[data-v-202e6ba3]{width:100%;border-radius:12px;box-shadow:0 4px 12px #0000001a}@media (max-width: 768px){.contact-section .contact-wrapper[data-v-202e6ba3]{flex-direction:column}}.contact-section .contact-wrapper[data-v-ba4e3d7c]{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:space-between}.contact-section .contact-quote[data-v-ba4e3d7c]{flex:1}.contact-section .contact-quote blockquote[data-v-ba4e3d7c]{max-width:500px;padding-bottom:1.5rem}.contact-section .contact-quote blockquote .quote-mark[data-v-ba4e3d7c]{font-size:4rem;color:#007d7d;line-height:0;display:block}.contact-section .contact-quote blockquote .quote-mark-secondly[data-v-ba4e3d7c]{padding-top:1rem}.contact-section .contact-quote blockquote h2[data-v-ba4e3d7c]{font-size:3.6rem;font-weight:700;color:#123;line-height:1.3;margin-bottom:1.5rem}.contact-section .contact-form[data-v-ba4e3d7c]{flex:1;display:flex;flex-direction:column;gap:1.5rem}.contact-section .contact-form .contact-title[data-v-ba4e3d7c]{font-size:3.6rem;font-weight:700;color:#123;line-height:1.3;margin-bottom:1.5rem;font-weight:600}.contact-section .contact-form .form-row[data-v-ba4e3d7c]{display:flex;gap:1rem}.contact-section .contact-form .form-row input[data-v-ba4e3d7c]{flex:1}.contact-section .contact-form input[data-v-ba4e3d7c],.contact-section .contact-form textarea[data-v-ba4e3d7c]{padding:1.5rem 2rem;border:1px solid #ccc;border-radius:6px;font-size:1.6rem;width:100%}.contact-section .contact-form textarea[data-v-ba4e3d7c]{min-height:120px;resize:vertical}.contact-section .contact-form .form-checkbox[data-v-ba4e3d7c]{display:flex;align-items:center;cursor:pointer;font-size:1.6rem;color:#333;-webkit-user-select:none;user-select:none;gap:1rem}.contact-section .contact-form .form-checkbox input[data-v-ba4e3d7c]{position:absolute;opacity:0;height:0;width:0}.contact-section .contact-form .form-checkbox .checkmark[data-v-ba4e3d7c]{width:1.8rem;height:1.8rem;border:2px solid #007d7d;border-radius:4px;background-color:#fff;position:relative;transition:all .2s ease}.contact-section .contact-form .form-checkbox input:checked+.checkmark[data-v-ba4e3d7c]:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.contact-section .contact-form .form-checkbox input:checked+.checkmark[data-v-ba4e3d7c]{background-color:#007d7d}.contact-section .contact-form button[data-v-ba4e3d7c]{background-color:#007d7d;color:#fff;border:none;padding:1.5rem 2rem;font-size:1.6rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.contact-section .contact-form button[data-v-ba4e3d7c]:hover{background:#005f5f}.contact-section .form-group[data-v-ba4e3d7c]{display:flex;flex-direction:column;flex:1;margin-right:8px;position:relative}.contact-section .map-container[data-v-ba4e3d7c]{margin-top:7rem}.contact-section .map-container iframe[data-v-ba4e3d7c]{width:100%;border-radius:12px;box-shadow:0 4px 12px #0000001a}@media (max-width: 768px){.contact-section .contact-wrapper[data-v-ba4e3d7c]{flex-direction:column}}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports (outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports (outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}.testimonials h2[data-v-50937271]{font-size:3.6rem;font-weight:700;color:#123;line-height:1.3;margin-bottom:1.5rem;text-align:center;margin-bottom:3rem}.testimonials .splide .splide__track[data-v-50937271]{padding:1rem 0}.testimonials .splide .testimonial-card[data-v-50937271]{display:flex;gap:3rem;background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 12px #0000000d;height:100%;align-items:flex-start;border:1px solid transparent;transition:box-shadow .3s ease}.testimonials .splide .testimonial-card[data-v-50937271]:hover{box-shadow:0 6px 20px #00000014}.testimonials .splide .testimonial-card .avatar[data-v-50937271]{width:56px;height:56px;border-radius:50%;background-color:#007d7d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.testimonials .splide .testimonial-card strong[data-v-50937271]{font-size:1.8rem;color:#333;display:inline-block;margin-bottom:.25rem}.testimonials .splide .testimonial-card .stars[data-v-50937271]{color:#facc15;font-size:1.5rem;margin:.25rem 0}.testimonials .splide .testimonial-card .date[data-v-50937271]{font-size:1rem;color:#6b7280;margin-bottom:.5rem}.blog[data-v-c39efcc7]{background-color:#f7f7f7}.blog .blog-header[data-v-c39efcc7]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.blog .blog-header h2[data-v-c39efcc7]{font-size:3.6rem;font-weight:700;color:#123;line-height:1.3;margin-bottom:1.5rem}.blog .blog-header .all-articles-btn[data-v-c39efcc7]{background-color:#d2f4f4;color:#007d7d;padding:1.2rem 2rem;border-radius:6px;text-decoration:none;font-weight:500;transition:background-color .2s}.blog .blog-header .all-articles-btn[data-v-c39efcc7]:hover{background-color:#b4eaea}.blog .blog-grid[data-v-c39efcc7]{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:2rem}.blog .blog-card[data-v-c39efcc7]{display:block;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;overflow:hidden;display:flex;flex-direction:column}.blog .blog-card[data-v-c39efcc7]:hover{box-shadow:0 6px 18px #0000001a}.blog .blog-card img[data-v-c39efcc7]{width:100%;max-width:100%;height:300px;object-fit:cover}.blog .blog-card .card-content[data-v-c39efcc7]{padding:1.5rem}.blog .blog-card .card-content h5[data-v-c39efcc7]{font-size:1.8rem;font-weight:600;color:#123;line-height:1.3;margin-bottom:1rem}.blog .blog-card .card-content .author[data-v-c39efcc7]{font-size:1.4rem;color:#666;margin-bottom:1rem}.blog .blog-card .card-content .excerpt[data-v-c39efcc7]{color:#444;margin-bottom:1rem}.blog .blog-card .card-content .read-more[data-v-c39efcc7]{color:#007d7d;font-weight:500;font-size:1.4rem;line-height:1.6;text-decoration:underline}.scroll-top[data-v-9a1c62f2]{position:fixed;bottom:2rem;right:2rem;background-color:#fff;color:#065f46;border:1px solid #065f46;padding:1.2rem 1.5rem;border-radius:5px;font-size:1.6rem;cursor:pointer;box-shadow:0 6px 16px #0003;transition:all .3s ease;z-index:1001}.scroll-top[data-v-9a1c62f2]:hover{background-color:#b4eaea;color:#047857;border-color:#007d7d;transform:translateY(-2px)}.scroll-top[data-v-9a1c62f2]:focus-visible{outline:2px solid #007d7d;outline-offset:4px}.blog[data-v-fc0689f8]{background-color:#f7f7f7}.blog .blog-header[data-v-fc0689f8]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.blog .blog-header h2[data-v-fc0689f8]{font-size:3.6rem;font-weight:700;color:#123;line-height:1.3;margin-bottom:1.5rem}.blog .blog-header .all-articles-btn[data-v-fc0689f8]{background-color:#d2f4f4;color:#007d7d;padding:1.2rem 2rem;border-radius:6px;text-decoration:none;font-weight:500;transition:background-color .2s}.blog .blog-header .all-articles-btn[data-v-fc0689f8]:hover{background-color:#b4eaea}.blog .blog-grid[data-v-fc0689f8]{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:2rem}.blog .blog-card[data-v-fc0689f8]{display:block;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;overflow:hidden;display:flex;flex-direction:column}.blog .blog-card[data-v-fc0689f8]:hover{box-shadow:0 6px 18px #0000001a}.blog .blog-card img[data-v-fc0689f8]{width:100%;max-width:100%;height:300px;object-fit:cover}.blog .blog-card .card-content[data-v-fc0689f8]{padding:1.5rem}.blog .blog-card .card-content h5[data-v-fc0689f8]{font-size:1.8rem;font-weight:600;color:#123;line-height:1.3;margin-bottom:1rem}.blog .blog-card .card-content .author[data-v-fc0689f8]{font-size:1.4rem;color:#666;margin-bottom:1rem}.blog .blog-card .card-content .excerpt[data-v-fc0689f8]{color:#444;margin-bottom:1rem}.blog .blog-card .card-content .read-more[data-v-fc0689f8]{color:#007d7d;font-weight:500;font-size:1.4rem;line-height:1.6;text-decoration:underline}
