@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;color:#1a1d22;line-height:1.5;background-color:#fff;-webkit-font-smoothing:antialiased}html[lang=ar] body{font-family:Tajawal,sans-serif}img,picture,video,canvas,svg{display:block;max-width:100%}button{font:inherit;background:none;border:none;cursor:pointer}a{text-decoration:none;color:inherit}.container{max-width:1920px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:1024px){.container{padding-left:4rem;padding-right:4rem}}.section{padding:4rem 1.5rem}@media(min-width:1024px){.section{padding:6rem 4rem}}.text-center{text-align:center}.cta-block__title{font-size:1.75rem;font-weight:700;color:#091f55;margin-bottom:.5rem}@media(min-width:768px){.cta-block__title{font-size:2.25rem}}.cta-block__text{color:#404e53;font-weight:500;font-size:1rem;line-height:1.6}.gradient-text{background:linear-gradient(90deg,#083b24,#0e6940 44.93%,#16a162);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.button{padding:.75rem 1.5rem;border-radius:9999px;cursor:pointer;display:flex;align-items:center;gap:.75rem;font-weight:700;border:2px solid #082b1c;box-shadow:0 4px #082b1c;transition:all .1s ease-out;text-decoration:none;box-sizing:border-box;justify-content:center;position:relative;white-space:nowrap}.button:hover{box-shadow:0 2px #082b1c;transform:translateY(2px);background-color:#117d4d}.button:active{box-shadow:0 0 #082b1c;transform:translateY(4px)}.button--primary{background-color:#14945b;color:#fff}.button--secondary{background-color:#fff;color:#091f55}.header{background-color:#fff;position:relative;z-index:50}.header__container{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;margin:0 auto;max-width:1920px}@media(min-width:1024px){.header__container{padding:1.5rem 4rem}}.header__logo{display:flex;align-items:center;flex-shrink:0}.header__menu-wrapper{display:flex;gap:2.5rem}.header__nav{display:none;align-items:center;gap:2.5rem}@media(min-width:1024px){.header__nav{display:flex}}.header__link{font-weight:500;color:#404e53;transition:all .2s ease;position:relative;padding:.25rem 0}.header__link:hover{color:#091e53}.header__link--active{color:#091e53;font-weight:700}.header__link--active:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:16px;height:5px;background-color:#14945b;border-radius:9999px}.header__lang-dropdown{position:relative}.header__lang-dropdown:hover .header__lang-menu{opacity:1;visibility:visible}.header__lang-btn{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#404e53;transition:color .2s}.header__lang-btn:hover{color:#14945b}.header__lang-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background-color:#fff;border:1px solid #f2f2f2;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;padding:.5rem 0;min-width:140px;opacity:0;visibility:hidden;transition:all .2s;z-index:50}.header__lang-item{display:block;padding:.5rem 1rem;color:#404e53;transition:background-color .2s,color .2s}.header__lang-item:hover{background-color:#f3f6fa;color:#14945b}.header__buttons{display:none;align-items:center;gap:1rem}@media(min-width:1024px){.header__buttons{display:flex}}.header .button{padding:.625rem 1.5rem;font-weight:500;border-radius:.5rem;transition:all .2s;border:2px solid transparent}.header .button--outline{border-color:#1a1d22;color:#1a1d22}.header .button--outline:hover{background-color:#1a1d22;color:#fff}.header .button--primary{border-color:#14945b;background-color:#14945b;color:#fff}.header .button--primary:hover{background-color:#0f7a49;border-color:#0f7a49}.header__mobile-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;color:#404e53;transition:color .2s}@media(min-width:1024px){.header__mobile-toggle{display:none}}.header__mobile-toggle:hover{color:#14945b}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background-color:#14945b;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:40px 40px;z-index:100;display:flex;flex-direction:column;padding:1.5rem;overflow-y:auto;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1);transform:translate(100%);opacity:0;visibility:hidden;pointer-events:none}.mobile-menu--open{transform:translate(0);opacity:1;visibility:visible;pointer-events:auto}.mobile-menu__header{display:flex;flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:2rem}.mobile-menu__avatars{display:flex;align-items:center;justify-content:center}.mobile-menu__avatar-wrapper{width:2.5rem;height:2.5rem;border-radius:9999px;overflow:hidden;display:block;border:2px solid #ffffff;margin-left:-.5rem}.mobile-menu__avatar-wrapper:first-child{margin-left:0}.mobile-menu__avatar-img{width:100%;height:100%;object-fit:cover}.mobile-menu__badge{background-color:#fffc;color:#1a1d22;padding:.5rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:500;text-align:center;box-shadow:0 4px 6px -1px #0000001a;max-width:90%}.mobile-menu__nav{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.mobile-menu__link{font-size:1.25rem;font-weight:500;color:#fff;transition:opacity .2s;position:relative}.mobile-menu__link:hover{opacity:.8}.mobile-menu__link--active{font-weight:700}.mobile-menu__link--active:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:12px;height:4px;background-color:#fff;border-radius:9999px}.mobile-menu__lang{display:flex;gap:1rem;margin-top:2.5rem;margin-bottom:2rem;justify-content:center}.mobile-menu__lang-btn{padding:.5rem 1.5rem;border-radius:9999px;border:1px solid #ffffff;color:#fff;font-weight:500;background:transparent;transition:all .2s}.mobile-menu__lang-btn:hover,.mobile-menu__lang-btn--active{background-color:#fff;color:#091f55}.mobile-menu__actions{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:300px;margin:0 auto 1.5rem}.mobile-menu__btn{width:100%;padding:1rem;border-radius:9999px;font-weight:700;text-align:center;transition:all .1s ease-out;border-style:solid;border-width:2px;border-bottom-width:5px}.mobile-menu__btn:hover{border-bottom-width:4px;transform:translateY(1px)}.mobile-menu__btn:active{border-bottom-width:2px;transform:translateY(3px)}.mobile-menu__btn--white{background-color:#fff;color:#091f55;border-color:#082b1c}.mobile-menu__btn--green{background-color:#14945b;color:#fff;border-color:#fff}.mobile-menu__back{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:500;margin-top:1rem;cursor:pointer}.mobile-menu__back:hover{text-decoration:underline}.footer{background:linear-gradient(0deg,#14945b,#14945b),linear-gradient(0deg,#0003,#0003),linear-gradient(180deg,#14945b00,#14945b);background-size:cover;background-position:center;background-repeat:no-repeat;padding:3rem 1.5rem}@media(min-width:768px){.footer{padding-left:3rem;padding-right:3rem}}@media(min-width:1024px){.footer{padding-left:5rem;padding-right:5rem}}.footer__container{max-width:1920px;margin:0 auto}.footer__top{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:3rem}@media(min-width:640px){.footer__top{flex-direction:row;align-items:center;gap:0}}.footer__logo-link{display:flex;align-items:center;gap:.75rem}.footer__socials-list{display:flex;gap:.75rem}.footer__social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fceed226;border-radius:8px;transition:all .3s ease;color:#fff0d6}.footer__social-link:hover{background:#fceed240;transform:translateY(-2px);color:#fff}.footer__divider{border:0;height:1px;background-color:#fff3;margin-bottom:3rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__grid{grid-template-columns:repeat(4,1fr);gap:4rem}}.footer__column{color:#fff}.footer__heading{color:#fff0d6;font-size:1.25rem;font-weight:700;margin-bottom:1rem;line-height:1.375}@media(min-width:768px){.footer__heading{font-size:1.375rem}}.footer__text{font-size:.875rem;font-weight:500;line-height:1.625;color:#fff0d6}.footer__section-title{font-size:1rem;font-weight:700;margin-bottom:1.25rem;color:#fff}.footer__list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer__link{font-size:.875rem;color:#fffc;transition:all .2s ease;text-decoration:none;display:block}.footer__link:hover{color:#fff0d6;transform:translate(4px)}[dir=rtl] .footer__link:hover{transform:translate(-4px)}.footer__contact-link{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#fffc;transition:all .2s ease;text-decoration:none}.footer__contact-link--address{align-items:flex-start}.footer__contact-link:hover{color:#fff0d6}.footer__icon-shrink{flex-shrink:0}.footer__icon-adjust{margin-top:.125rem}.hero{background-color:#fff0d6;background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);background-size:32px 32px;padding:3rem 1.5rem;text-align:center;margin:0 1.5rem 1.5rem;position:relative;border-radius:1.5rem;overflow:hidden}@media(min-width:1024px){.hero{margin:0 4rem 2rem;max-width:calc(1920px - 8rem);padding:4rem 4rem 6rem;border-radius:2rem}}@media(min-width:1024px)and (min-width:1920px){.hero{margin-left:auto;margin-right:auto}}.hero__content{display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto}.hero__title{margin-top:1rem;font-weight:700;font-size:1.875rem}@media(min-width:768px){.hero__title{font-size:3rem}}.hero__title--gradient{background:linear-gradient(90deg,#083b24,#0e6940 44.93%,#16a162);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1.2}.hero__description{color:#404e53;font-weight:500;margin-top:1rem;margin-bottom:1.5rem;max-width:36rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.hero__actions{width:100%;max-width:260px;margin:1.5rem auto 0;display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.hero__actions{flex-direction:row;max-width:none;width:auto;justify-content:center}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.chatbot-container{position:fixed;bottom:24px;right:24px;z-index:50;font-family:sans-serif}.chatbot-bubble{background-color:#14945b;color:#fff;padding:16px;border-radius:9999px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:transform .2s}.chatbot-bubble:hover{transform:scale(1.1)}.chatbot-window{background-color:#fff;width:320px;height:500px;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden;border:1px solid #f3f4f6;animation:fadeIn .3s ease-in}@media(min-width:768px){.chatbot-window{width:384px}}.chatbot-header{background-color:#14945b;padding:16px;color:#fff;display:flex;align-items:center;justify-content:space-between}.chatbot-header-content{display:flex;align-items:center;gap:12px}.chatbot-header-icon{background-color:#fff3;padding:8px;border-radius:8px}.chatbot-header-title{font-weight:700;font-size:14px;margin:0}.chatbot-header-status{display:flex;align-items:center;gap:4px}.chatbot-online-indicator{width:8px;height:8px;background-color:#4ade80;border-radius:9999px;animation:pulse 2s infinite}.chatbot-online-text{font-size:10px;opacity:.8}.chatbot-close-btn{background-color:transparent;padding:4px;border-radius:9999px;transition:background-color .2s;border:none;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center}.chatbot-close-btn:hover{background-color:#ffffff1a}.chatbot-links{display:flex;border-bottom:1px solid #f3f4f6}.chatbot-help-link{font-size:11px;text-align:center;padding:6px 0;background-color:#f9fafb;color:#6b7280;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:4px;border:none;width:50%;cursor:pointer;text-decoration:none;border-right:1px solid #f3f4f6}.chatbot-help-link:hover{color:#047857;background-color:#f0fdf4}.chatbot-support-link{font-size:11px;text-align:center;padding:6px 0;background-color:#f9fafb;color:#6b7280;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:4px;border:none;width:50%;cursor:pointer}.chatbot-support-link:hover{color:#047857;background-color:#f0fdf4}.chatbot-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.chatbot-message{display:flex}.chatbot-message.user{justify-content:flex-end}.chatbot-message.assistant,.chatbot-message.agent{justify-content:flex-start}.chatbot-message-bubble{max-width:80%;padding:12px;border-radius:16px;font-size:14px}.chatbot-message-bubble.user{background-color:#14945b;color:#fff;border-top-right-radius:0}.chatbot-message-bubble.assistant,.chatbot-message-bubble.agent{background-color:#f3f4f6;color:#1f2937;border-top-left-radius:0}.chatbot-message-content{word-wrap:break-word;overflow-wrap:break-word}.chatbot-message-content h1,.chatbot-message-content h2,.chatbot-message-content h3,.chatbot-message-content h4,.chatbot-message-content h5,.chatbot-message-content h6{margin:8px 0 4px;font-weight:700}.chatbot-message-content h1{font-size:16px}.chatbot-message-content h2{font-size:15px}.chatbot-message-content h3{font-size:14px}.chatbot-message-content h4,.chatbot-message-content h5,.chatbot-message-content h6{font-size:13px}.chatbot-message-content p{margin:4px 0;line-height:1.4}.chatbot-message-content ul,.chatbot-message-content ol{margin:4px 0 4px 16px;padding:0}.chatbot-message-content ul li,.chatbot-message-content ol li{margin:2px 0;line-height:1.4}.chatbot-message-content strong,.chatbot-message-content b{font-weight:700}.chatbot-message-content em,.chatbot-message-content i{font-style:italic}.chatbot-message-content code{background-color:#0000001a;padding:2px 4px;border-radius:3px;font-family:monospace;font-size:12px}.chatbot-message-content pre{background-color:#0000001a;padding:8px;border-radius:4px;overflow-x:auto;margin:4px 0}.chatbot-message-content pre code{background-color:transparent;padding:0;font-size:12px}.chatbot-message-content blockquote{border-left:3px solid rgba(0,0,0,.2);padding-left:8px;margin:4px 0;opacity:.8}.chatbot-message-content a{color:#14945b;text-decoration:underline;cursor:pointer}.chatbot-message-content a:hover{opacity:.8}.chatbot-message-content table{border-collapse:collapse;margin:4px 0;font-size:12px}.chatbot-message-content table th,.chatbot-message-content table td{border:1px solid rgba(0,0,0,.1);padding:4px 8px;text-align:left}.chatbot-message-content table th{background-color:#0000000d;font-weight:700}.chatbot-message-content hr{border:none;border-top:1px solid rgba(0,0,0,.1);margin:8px 0}.chatbot-message-role{font-size:10px;opacity:.5;margin-bottom:4px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes typingDot{0%,60%,to{opacity:.3}30%{opacity:1}}.chatbot-loading{display:flex;justify-content:flex-start;animation:fadeIn .3s ease-in;gap:8px;align-items:flex-end}.chatbot-loading-bubble{background-color:#f3f4f6;padding:12px 16px;border-radius:0 16px 16px;display:flex;align-items:center;gap:6px;min-height:40px}.chatbot-typing-dots{display:flex;gap:4px;align-items:center}.chatbot-typing-dot{width:8px;height:8px;border-radius:50%;background-color:#9ca3af;animation:typingDot 1.4s infinite}.chatbot-typing-dot:nth-child(1){animation-delay:0s}.chatbot-typing-dot:nth-child(2){animation-delay:.2s}.chatbot-typing-dot:nth-child(3){animation-delay:.4s}.chatbot-loading-spinner{display:flex;align-items:center;gap:8px;color:#9ca3af}.chatbot-loading-spinner svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chatbot-support-form-container{display:flex;flex-direction:column;gap:16px;animation:fadeIn .3s ease-in}.chatbot-back-btn{font-size:12px;color:#9ca3af;transition:color .2s;display:flex;align-items:center;gap:4px;background-color:transparent;border:none;cursor:pointer;padding:0}.chatbot-back-btn:hover{color:#4b5563}.chatbot-support-form{display:flex;flex-direction:column;gap:12px}.chatbot-support-title{font-weight:700;color:#1f2937;margin:0;font-size:16px}.chatbot-support-subtitle{font-size:12px;color:#6b7280;margin:0}.chatbot-input{width:100%;padding:8px;font-size:14px;border:1px solid #e5e7eb;border-radius:8px;box-sizing:border-box;outline:none}.chatbot-input:focus{border-color:#14945b}.chatbot-submit-btn{width:100%;background-color:#14945b;color:#fff;padding:8px 0;border-radius:8px;font-size:14px;font-weight:700;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.chatbot-submit-btn:disabled{cursor:not-allowed;opacity:.6}.chatbot-submit-btn:hover:not(:disabled){background-color:#0f7a4a}.chatbot-input-form{padding:16px;border-top:1px solid #f3f4f6;display:flex;gap:8px}.chatbot-text-input{flex:1;font-size:14px;outline:none;border:none;padding:4px}.chatbot-text-input:disabled{opacity:.5}.chatbot-send-btn{background-color:transparent;color:#14945b;transition:transform .2s;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px}.chatbot-send-btn:disabled{cursor:not-allowed;opacity:.5}.chatbot-send-btn:hover:not(:disabled){transform:scale(1.1)}.chatbot-closed-notice{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-top:1px solid #d1d5db;padding:16px}.chatbot-closed-notice-content{text-align:center}.chatbot-closed-notice-text{color:#6b7280;font-size:13px;margin:0 0 12px;font-weight:500}.chatbot-switch-ai-btn{background:linear-gradient(135deg,#14945b,#10b981);color:#fff;border:none;padding:10px 20px;border-radius:12px;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .2s;box-shadow:0 4px 6px -1px #14945b33}.chatbot-switch-ai-btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px -2px #14945b4d}.chatbot-switch-ai-btn:active{transform:translateY(0)}.faq-search{max-width:600px;margin:0 auto}.faq-search__input-wrapper{position:relative;margin-bottom:1rem}.faq-search__icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#999;pointer-events:none;z-index:1}[dir=rtl] .faq-search__icon{left:auto;right:1rem}.faq-search__clear{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#999;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}[dir=rtl] .faq-search__clear{right:auto;left:1rem}.faq-search__clear:hover{background:#0000000d;color:#666}.faq-search__clear:active{transform:translateY(-50%) scale(.95)}.faq-search__input{width:100%;padding:1rem 3rem;font-size:1rem;border:2px solid rgba(255,255,255,.3);border-radius:.75rem;background:#fffffff2;transition:all .3s ease}.faq-search__input:focus{outline:none;border-color:#fff;background:#fff;box-shadow:0 8px 24px #0000001f}.faq-search__input::placeholder{color:#999}.faq-search__results{background:#fff;border-radius:.75rem;box-shadow:0 8px 24px #0000001f;max-height:600px;overflow-y:auto;animation:slideDown .3s ease}.faq-search__results::-webkit-scrollbar{width:8px}.faq-search__results::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 .75rem .75rem 0}.faq-search__results::-webkit-scrollbar-thumb{background:#14945b;border-radius:4px}.faq-search__results::-webkit-scrollbar-thumb:hover{background:#0f7347}.faq-search__results-header{padding:1rem 1.25rem;border-bottom:1px solid #e5e5e5;background:linear-gradient(to bottom,#f9f9f9,#fff)}.faq-search__results-count{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666;font-weight:600}.faq-search__results-count svg{color:#14945b}.faq-search__results-list{padding:.5rem}.faq-search__result-item{display:block;padding:1.25rem;border-radius:.5rem;text-decoration:none;color:inherit;transition:all .2s ease;border:1px solid transparent;margin-bottom:.5rem;animation:fadeInUp .3s ease forwards;opacity:0}.faq-search__result-item:last-child{margin-bottom:0}.faq-search__result-item:hover{background:#f9fdfb;border-color:#14945b;transform:translate(4px);box-shadow:0 2px 8px #14945b1a}[dir=rtl] .faq-search__result-item:hover{transform:translate(-4px)}.faq-search__result-item:hover .faq-search__result-arrow{transform:translate(4px);opacity:1}[dir=rtl] .faq-search__result-item:hover .faq-search__result-arrow{transform:translate(-4px)}.faq-search__result-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.faq-search__result-category{display:inline-flex;align-items:center;padding:.25rem .75rem;background:#f0f9f4;color:#14945b;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:capitalize}.faq-search__result-arrow{color:#14945b;opacity:.5;transition:all .2s ease;flex-shrink:0}[dir=rtl] .faq-search__result-arrow{transform:scaleX(-1)}.faq-search__result-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#14945b;line-height:1.4}.faq-search__result-title mark{background:#fff3cd;color:#856404;padding:.125rem .25rem;border-radius:.25rem;font-weight:700}.faq-search__result-excerpt{font-size:.875rem;color:#666;line-height:1.6}.faq-search__result-excerpt mark{background:#fff3cd;color:#856404;padding:.125rem .25rem;border-radius:.25rem;font-weight:600}.faq-search__no-results{padding:4rem 2rem;text-align:center;animation:fadeIn .3s ease}.faq-search__no-results-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:96px;height:96px;background:linear-gradient(135deg,#f0f9f4,#e6f4ed);border-radius:50%;margin:0 auto 1.5rem}.faq-search__no-results-icon{color:#14945b;opacity:.5}.faq-search__no-results-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#333}.faq-search__no-results-message{color:#666;margin-bottom:2rem;font-size:1rem;line-height:1.6}.faq-search__contact-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:#14945b;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #14945b33}.faq-search__contact-btn svg{transition:transform .3s ease}.faq-search__contact-btn:hover{background:#0f7347;box-shadow:0 4px 12px #14945b4d;transform:translateY(-2px)}.faq-search__contact-btn:hover svg{transform:translateY(-2px)}.faq-search__contact-btn:active{transform:translateY(0)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.category-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border:2px solid #e5e5e5;border-radius:1rem;text-decoration:none;color:inherit;transition:all .3s ease}.category-card:hover{border-color:#14945b;box-shadow:0 4px 12px #14945b1a;transform:translateY(-2px)}.category-card__icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f0f9f4;border-radius:.75rem;color:#14945b}.category-card__content{flex:1}.category-card__title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#14945b}.category-card__description{font-size:.875rem;color:#666;margin-bottom:.75rem;line-height:1.5}.category-card__count{display:inline-block;padding:.25rem .75rem;background:#f0f9f4;color:#14945b;border-radius:1rem;font-size:.75rem;font-weight:500}.category-card__arrow{flex-shrink:0;color:#14945b;transition:transform .3s ease}.category-card:hover .category-card__arrow{transform:translate(4px)}[dir=rtl] .category-card:hover .category-card__arrow{transform:translate(-4px)}.article-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border:1px solid #e5e5e5;border-radius:.75rem;text-decoration:none;color:inherit;transition:all .3s ease}.article-card:hover{border-color:#14945b;box-shadow:0 2px 8px #14945b1a}.article-card__content{flex:1}.article-card__title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#14945b}.article-card__excerpt{font-size:.875rem;color:#666;margin-bottom:.5rem;line-height:1.5}.article-card__category{display:inline-block;padding:.25rem .75rem;background:#f0f9f4;color:#14945b;border-radius:1rem;font-size:.75rem;font-weight:500}.article-card__arrow{flex-shrink:0;color:#14945b;transition:transform .3s ease}.article-card:hover .article-card__arrow{transform:translate(4px)}[dir=rtl] .article-card:hover .article-card__arrow{transform:translate(-4px)}.related-articles{margin:4rem 0;padding:2rem;background:#f9f9f9;border-radius:1rem}.related-articles__title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#14945b}.related-articles__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}@media(max-width:768px){.related-articles__grid{grid-template-columns:1fr}}[dir=rtl] .category-card__arrow,[dir=rtl] .article-card__arrow{transform:scaleX(-1)}[dir=rtl] .category-card:hover [dir=rtl] .category-card__arrow,[dir=rtl] .category-card:hover [dir=rtl] .article-card__arrow,[dir=rtl] .article-card:hover [dir=rtl] .category-card__arrow,[dir=rtl] .article-card:hover [dir=rtl] .article-card__arrow{transform:scaleX(-1) translate(4px)}.hero__avatars{display:inline-flex;align-items:center;margin-bottom:.5rem}.hero__avatar-wrapper{width:2rem;height:2rem;border-radius:9999px;overflow:hidden;display:block;border:1.25px solid #082b1c;margin-left:-.25rem}.hero__avatar-wrapper:first-child{margin-left:0}.hero__avatar-img{width:100%;height:100%;object-fit:cover}.hero__scroll-down{display:none;position:absolute;bottom:2rem;right:3rem;flex-direction:column;align-items:center;gap:.5rem;color:#404e53;font-size:.875rem;font-weight:500;animation:bounce 2s infinite}@media(min-width:1024px){.hero__scroll-down{display:flex}}.hero__scroll-icon-wrapper{width:3rem;height:3rem;border-radius:50%;border:1px solid #404e53;display:flex;align-items:center;justify-content:center;color:#404e53}.hero__badge{font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:1rem;background-color:#fff;display:block;max-width:22.5rem;margin:.5rem auto 1.5rem}.hero__image{height:auto;width:100%;max-width:600px;border-radius:1.5rem}.hero__image-container{position:relative;display:inline-block;max-width:600px;width:100%}@media(min-width:1024px){.hero__image-container{overflow:visible}}.hero__sticker{position:absolute;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;z-index:10;white-space:nowrap}.hero__sticker--science{top:15%;left:-5%}@media(min-width:1024px){.hero__sticker--science{top:3%;left:-45%}}@media(max-width:640px){.hero__sticker--science{left:-1rem}}.hero__sticker--english{bottom:15%;left:-5%}@media(min-width:1024px){.hero__sticker--english{bottom:-8%;left:-44%}}@media(max-width:640px){.hero__sticker--english{left:-1rem}}.hero__sticker--hello{top:10%;right:-5%}@media(min-width:1024px){.hero__sticker--hello{top:5%;right:-39%}}@media(max-width:640px){.hero__sticker--hello{right:-1rem}}.hero__sticker--join{bottom:18%;right:-8%}@media(min-width:1024px){.hero__sticker--join{bottom:-8%;right:-36%}}@media(max-width:640px){.hero__sticker--join{right:-1rem}}.hero__sticker-icon-bg{font-size:1rem}@media(max-width:640px){.hero__sticker{display:none}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.features-section{padding:2rem 1.5rem 4rem}@media(min-width:1024px){.features-section{padding:4rem 4rem 6rem}}.features-section{text-align:center}.features-section__title{font-weight:700;font-size:2.25rem;color:#091f55}@media(min-width:768px){.features-section__title{font-size:3rem}}.features-section__subtitle{font-size:1rem;color:#091f55;margin-top:1rem;max-width:40rem;margin-left:auto;margin-right:auto;opacity:.8}.features-grid{display:grid;gap:1.5rem;margin-top:3rem;max-width:1040px;margin-left:auto;margin-right:auto}@media(min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}.feature-card{border:3.5px solid #fff0d6;padding:2.25rem;border-radius:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;width:100%;max-width:500px;min-height:310px;margin:0 auto;background:#fff;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000000d}.feature-card__title{color:#091f55;font-size:1.5rem;font-weight:700;margin-top:1rem}.feature-card__description{font-size:1rem;color:#404e53;text-align:center;line-height:1.6}.feature-card svg{width:50px;height:50px}.bento-grid{position:relative;display:grid;grid-template-columns:1fr;gap:1.5rem;margin:4rem auto;padding:0 1.5rem}@media(min-width:1024px){.bento-grid{grid-template-columns:1fr 1fr;padding:0 4rem}}.bento-card{border-radius:1.5rem;padding:3rem 2rem;position:relative;overflow:hidden;min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center}.bento-card__title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.75rem;font-weight:700;text-align:center;margin-bottom:2.5rem;color:#091f55;line-height:1.2;z-index:10;position:relative}.bento-card__title--large{font-size:2rem;max-width:20ch}.bento-card__illustrations{position:absolute;width:100%;height:100%}.bento-card__illustrations img{position:absolute}.bento-card__illustrations img:nth-child(1){top:0;left:0;width:9rem;height:15rem;display:block}.bento-card__illustrations img:nth-child(2){top:0;right:0;width:9rem;height:15rem;display:block}.bento-card__illustrations img:nth-child(3){bottom:0;left:0;width:9rem;height:7rem;display:block}.bento-card__illustrations img:nth-child(4){bottom:0;right:0;width:9rem;height:10rem;display:block}.bento-card__description{text-align:center;color:#404e53;margin-bottom:2rem;max-width:28rem;z-index:10;position:relative;font-weight:500;line-height:1.5}.bento-card--opportunities{background-color:#fff0d6;background-image:linear-gradient(rgba(0,0,0,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.05) 1px,transparent 1px);background-size:40px 40px}.bento-card--cta{background-color:#f3f1f9;background-image:linear-gradient(rgba(0,0,0,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.05) 1px,transparent 1px);background-size:40px 40px;justify-content:center;align-items:center}.bento-card--cta .bento-card__content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.tags-cloud{display:flex;flex-direction:column;gap:1.25rem;align-items:center;width:100%}.tags-cloud__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}.tag{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border-radius:9999px;background-color:#fff;color:#1a1d22;font-weight:700;font-size:.875rem;border:2px solid #1a1d22;box-shadow:2px 3px #1a1d22;white-space:nowrap;transition:transform .2s}.tag:hover{transform:translateY(-2px)}.tag--primary{background-color:#ffd4c8}.tag--college{background-color:#d4f5d7}.tag--university{background-color:#fdf4c5}.tag--practice{background-color:#e2f4f8}.tag--science{background-color:#ddd4f2}.tag--languages{background-color:#fff}.tag--examens{background-color:#fadcef}.tag--dots{background-color:#e5f9bd;font-size:1.25rem;padding:.5rem 1.25rem;letter-spacing:2px}.tag-avatar{width:3rem;height:3rem;border-radius:50%;overflow:hidden;border:2px solid #1a1d22;box-shadow:2px 3px #1a1d22}.tag-avatar img{width:100%;height:100%;object-fit:cover}.tag-icon{width:3rem;height:3rem;border-radius:.75rem;border:2px solid #1a1d22;background-color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;box-shadow:2px 3px #1a1d22;color:#1a1d22}.bento-card--cta .button{width:auto;max-width:100%;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;padding:.75rem 2rem;background-color:#fff;color:#091f55;border:1.5px solid #091f55;box-shadow:0 3px #091f55;z-index:20;position:relative;font-size:.875rem}.bento-card--cta .button:hover{transform:translateY(2px);box-shadow:0 1px #091f55}.bento-card--cta .button:active{box-shadow:none;transform:translateY(3px)}.tag,.tag-avatar,.tag-icon{border-width:1.5px;box-shadow:1.5px 2px #1a1d22}.bento-card__title--large{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:2rem;max-width:16ch;margin-bottom:2rem}.free-sessions{background-color:#d4ece4;background-image:linear-gradient(rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 1px);background-size:40px 40px;padding:4rem 1.5rem;border-radius:2rem;margin:2rem 1.5rem;position:relative;overflow:visible}@media(min-width:1024px){.free-sessions{padding:5rem 6rem;margin:3rem 4rem}}.free-sessions__content{max-width:900px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;position:relative;z-index:5}.free-sessions__sticker{width:140px;position:absolute;left:15%;top:0;transform:translate(-100%)}@media(max-width:640px){.free-sessions__sticker{display:none}}.free-sessions__title{font-size:1.75rem;font-weight:700;color:#091f55;margin-bottom:1rem;line-height:1.2}@media(min-width:768px){.free-sessions__title{font-size:2.25rem}}.free-sessions__description{color:#404e53;font-weight:500;max-width:32rem;margin-bottom:2.5rem;line-height:1.6}.free-sessions__image-container{background:#fff;overflow:hidden;border-radius:20px;position:relative;width:100%;height:350px;max-width:550px;padding:.5rem;margin-bottom:1rem}.free-sessions__image-container .main-image{width:100%;height:100%;object-fit:cover;border-radius:10px}.free-sessions__button{width:auto!important;display:inline-flex!important;border:1.5px solid #091f55;box-shadow:0 3px #091f55;padding:.875rem 2.5rem;font-size:.9375rem}.free-sessions .images-container{position:relative}.free-sessions .images-container .teacher-image{position:absolute;bottom:7px;left:70%}@media screen and (min-width:768px){.free-sessions .images-container .teacher-image{left:unset;right:-15%;bottom:4rem}}.free-sessions .images-container .teacher-image img{width:8rem;height:11rem;object-fit:contain}.sticker{position:absolute;padding:.5rem 1.25rem;font-weight:700;font-size:.8rem;white-space:nowrap;z-index:10;font-style:italic}.sticker--learn-before{top:15%;left:5%;background-color:#ffc754;color:#1a1d22;transform:rotate(-25deg);border-radius:2px;box-shadow:2px 2px 4px #00000026}@media(min-width:1024px){.sticker--learn-before{left:8%;top:18%}}.sticker--coach-waiting{top:12%;right:5%;background-color:#ffd4c8;color:#1a1d22;transform:rotate(12deg);border-radius:2px;box-shadow:2px 2px 4px #00000026}@media(min-width:1024px){.sticker--coach-waiting{right:8%;top:15%}}.sticker--free-sessions{top:35%;left:8%;background-color:#ffc754;color:#1a1d22;border:2.5px solid #1a1d22;border-radius:50%;width:4rem;height:4rem;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(-5deg);font-style:normal;box-shadow:2px 2px 4px #00000026}@media(min-width:1024px){.sticker--free-sessions{left:12%;width:5rem;height:5rem}}.sticker--free-sessions .sticker__number{font-size:1.25rem;font-weight:900;line-height:1}@media(min-width:1024px){.sticker--free-sessions .sticker__number{font-size:1.5rem}}.sticker--free-sessions .sticker__text{font-size:.45rem;text-align:center;line-height:1.1;font-weight:700;text-transform:uppercase}@media(min-width:1024px){.sticker--free-sessions .sticker__text{font-size:.55rem}}.sticker--no-risk{bottom:22%;left:3%;background-color:#0e5c4a;color:#fff;transform:rotate(-5deg);padding:.625rem 1.25rem;border-radius:4px;font-style:normal;box-shadow:2px 2px 4px #00000026}@media(min-width:1024px){.sticker--no-risk{left:5%;bottom:25%}}.sticker--journey{bottom:18%;right:3%;background-color:#e8d4f0;color:#1a1d22;transform:rotate(15deg);border-radius:2px;box-shadow:2px 2px 4px #00000026}@media(min-width:1024px){.sticker--journey{right:6%;bottom:22%}}.programs-section{padding:2rem 1.5rem}@media(min-width:1024px){.programs-section{padding:4rem}}.programs-section{max-width:1920px;margin:0 auto}.programs-section__header{text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.programs-section__title{font-size:1.75rem;font-weight:700;color:#091f55;margin-bottom:.5rem}@media(min-width:768px){.programs-section__title{font-size:2.25rem}}.programs-section__subtitle{color:#404e53;font-weight:500;font-size:1rem}.programs-grid{display:flex;flex-direction:column;gap:2rem}.program-card{border-radius:2rem;padding:2rem;display:grid;grid-template-columns:1fr;gap:2rem;overflow:hidden;background-image:linear-gradient(to right,rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.03) 1px,transparent 1px);background-size:24px 24px}@media(min-width:900px){.program-card{grid-template-columns:1fr 1fr;padding:3rem 4rem;align-items:center;gap:4rem}}.program-card__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.program-card__title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;line-height:1.3}@media(min-width:768px){.program-card__title{font-size:2rem}}.program-card__description{font-size:1rem;font-weight:500;line-height:1.6;margin-bottom:2rem;color:#404e53}.program-card__tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem}.program-card__tag{padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600}.program-card__button{background-color:#fff!important;border:1.5px solid #091f55!important;color:#091f55!important;width:fit-content!important;min-width:280px;justify-content:center;padding:.75rem 2rem;border-radius:2rem;font-weight:700}@media(max-width:768px){.program-card__button{width:100%!important;min-width:0}}.program-card__button:hover{background-color:#091f55!important;color:#fff!important}.program-card__image-wrapper{width:100%;height:100%;min-height:250px;border-radius:1.5rem;overflow:hidden;position:relative;order:-1}@media(min-width:900px){.program-card__image-wrapper{min-height:300px;order:unset}}.program-card__image-placeholder{width:100%;height:100%;min-height:300px;background-color:#ffffff80;display:flex;align-items:center;justify-content:center;font-weight:600;color:#0006}.program-card__image-placeholder img{width:100%;height:100%;object-fit:cover}.program-card .program-card__tag{border:1px #091E53 solid;color:#091e53}.program-card .program-card__title{color:#091e53}.program-card .program-card__description{color:#72708e}.program-card--school{background-color:#ecfdf5}.program-card--language{background-color:#f3e8ff}.program-card--career{background-color:#e0f2fe}.program-card--arabic{background-color:#fef3c7}.success-stories{padding:4rem 1.5rem}@media(min-width:1024px){.success-stories{padding:6rem 4rem}}.success-stories{max-width:1920px;margin:0 auto;overflow:hidden}.success-stories__header{text-align:center;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.success-stories__title{font-size:1.75rem;font-weight:700;color:#091f55;margin-bottom:.75rem}@media(min-width:768px){.success-stories__title{font-size:2.25rem}}.success-stories__subtitle{color:#404e53;font-size:1rem;font-weight:500;line-height:1.6;padding:0 1rem}.stories-accordion{display:flex;flex-direction:column;gap:1rem;height:600px;width:100%;margin:0 auto;position:relative;max-width:1200px}.stories-accordion .sticker-star{position:absolute;top:-40px;right:-30px;z-index:10;transform:rotate(15deg);filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.stories-accordion .sticker-vertical{position:absolute;bottom:-20px;left:-50px;z-index:10;transform:rotate(-15deg);filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}@media(min-width:768px){.stories-accordion{flex-direction:row;height:500px}}.story-card{position:relative;flex:1;border-radius:1.5rem;overflow:hidden;cursor:pointer;transition:flex .5s cubic-bezier(.25,1,.5,1),transform .3s ease;background-size:cover;background-position:center;border:4px solid #FDE68A}.story-card.active{flex:10}@media(min-width:768px){.story-card.active{flex:3}}.story-card.active{cursor:default;border-color:#fcd34d}.story-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 50%);pointer-events:none;transition:opacity .5s ease;opacity:.6}.story-card.active:after{opacity:.8}.story-card__content{position:absolute;bottom:2rem;left:2rem;right:2rem;z-index:2;opacity:0;transform:translateY(20px);transition:all .4s ease .1s;pointer-events:none;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.story-card.active .story-card__content{opacity:1;transform:translateY(0);pointer-events:auto}.story-card__badge{background-color:#fff;color:#091f55;padding:.5rem 1rem;border-radius:9999px;font-weight:700;font-size:.875rem;box-shadow:0 4px 6px #0000001a;display:inline-flex;align-items:center}.story-card__quote-box{background-color:#fef3c7;padding:1.5rem;border-radius:1.5rem 1.5rem 1.5rem 0;position:relative;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-width:90%;margin-top:.5rem}.story-card__quote-box p{font-size:1rem;color:#1f2937;line-height:1.5;font-weight:500;padding-left:1.5rem}.story-card__quote-box .decoration_quote{content:"❝";position:absolute;top:1.5rem;left:1.5rem;font-size:1rem;color:#1f2937;opacity:1;line-height:1;font-family:serif}.story-card__expand-icon{position:absolute;bottom:.5rem;left:.5rem;padding:.5rem;color:#fff;z-index:2;transition:opacity .3s ease}.story-card.active .story-card__expand-icon{opacity:0;pointer-events:none}.testimonials-section{padding:4rem 1.5rem}@media(min-width:1024px){.testimonials-section{padding:6rem 4rem}}.testimonials-section{background:linear-gradient(180deg,#14945b,#0c5a37);color:#fff;text-align:center;position:relative;overflow:hidden}@media(min-width:1024px){.testimonials-section{padding:6rem 2rem}}.testimonials-section__header{margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.testimonials-section__title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#fff}@media(min-width:768px){.testimonials-section__title{font-size:2.25rem}}.testimonials-section__subtitle{font-size:1rem;font-weight:500;opacity:.9;line-height:1.6}.testimonials-section__toggle{display:inline-flex;background-color:#fff;padding:.25rem;border-radius:9999px;margin-bottom:3rem;gap:.25rem}.testimonials-section__toggle-btn{background:transparent;border:none;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;color:#72708e}.testimonials-section__toggle-btn.active{background-color:#138b55;font-weight:700;color:#fff}.testimonials-section__toggle-btn:hover:not(.active){background-color:#ffffff1a;color:#72708e}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1024px;margin:0 auto 5rem}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.video-card{aspect-ratio:9/16;border-radius:1.5rem;overflow:hidden;position:relative;box-shadow:0 10px 15px -3px #0000001a}.video-card__placeholder{width:100%;height:100%;background-color:#0003;background-image:url(/src/assets/avHero.png);background:linear-gradient(to bottom,transparent,rgba(0,0,0,.5)),#6b7280;display:flex;align-items:center;justify-content:center;position:relative}.video-card__duration{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background-color:#0009;color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.hidden{display:none!important}.fade-in{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.testimonials-text-grid{margin:0 auto 5rem;width:100%;max-width:1024px;overflow:hidden}.testimonials-scroll-container{display:flex;flex-direction:column;gap:1.5rem}.testimonials-row{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1rem;width:100%;scrollbar-width:none;cursor:grab}.testimonials-row.active{cursor:grabbing;cursor:-webkit-grabbing}.testimonials-row::-webkit-scrollbar{display:none}.testimonials-row:nth-child(2n){flex-direction:row-reverse;flex-direction:row}.text-card{min-width:300px;max-width:300px;background-color:#fffaf0;border-radius:1.5rem;padding:1.5rem;text-align:left;color:#091f55;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between;height:100%;box-shadow:0 4px 6px #0000000d}.text-card__stars{color:#fbbf24;letter-spacing:.1em;margin-bottom:1rem;font-size:1.25rem}.text-card__content{font-size:.95rem;line-height:1.5;margin-bottom:1.5rem;color:#4b5563;font-weight:500}.text-card__author{display:flex;flex-direction:column}.text-card__name{font-weight:700;font-size:1rem;color:#091f55}.text-card__role{font-size:.875rem;color:#9ca3af}.final-cta{padding:0 1rem}.final-cta__card{background-color:#f9fafb;background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);background-size:32px 32px;border-radius:2rem;padding:4rem 2rem;max-width:1024px;margin:0 auto;position:relative;color:#091f55}.final-cta__title{font-size:1.75rem;font-weight:800;margin-bottom:1rem;color:#091f55;line-height:1.2}@media(min-width:768px){.final-cta__title{font-size:2.5rem}}.final-cta__text{color:#404e53;opacity:.8;max-width:500px;margin:0 auto 2rem;font-weight:500}.final-cta__button-wrapper{display:flex;justify-content:center}.final-cta__button{background-color:#14945b;border:none;padding:1rem 2rem;font-weight:700;display:inline-flex;align-items:center;gap:.5rem;width:auto}.final-cta__button:hover{background-color:#0f7a49}.final-cta__avatar{position:absolute;width:3.5rem;height:3.5rem;border-radius:50%;overflow:hidden;border:2px solid white;box-shadow:0 4px 6px #0000001a}.final-cta__avatar--left{top:40%;left:5%}.final-cta__avatar--right{top:45%;right:5%}@media(max-width:768px){.final-cta__avatar{display:none}}.final-cta__avatar img{width:100%;height:100%;object-fit:cover}.faq-section{padding:4rem 1.5rem;background-color:#fdf6e3;background-image:linear-gradient(rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 1px);background-size:28px 28px;position:relative;overflow:hidden}@media(min-width:1024px){.faq-section{padding:6rem 4rem}}.faq-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.faq-container{grid-template-columns:1fr 1fr;align-items:flex-start;gap:3rem}}.faq-content{max-width:100%}@media(min-width:1024px){.faq-content{max-width:560px}}.faq-header{margin-bottom:1.5rem}@media(min-width:768px){.faq-header{margin-bottom:2rem}}.faq-title{font-size:1.5rem;font-weight:800;color:#091f55;margin-bottom:.5rem;line-height:1.2}@media(min-width:768px){.faq-title{font-size:2rem}}@media(min-width:1024px){.faq-title{font-size:2.25rem}}.faq-subtitle{font-size:.875rem;color:#666;line-height:1.5}@media(min-width:768px){.faq-subtitle{font-size:.9rem}}.faq-accordion{display:flex;flex-direction:column;gap:.625rem}@media(min-width:768px){.faq-accordion{gap:.75rem}}.faq-item{background-color:#fffcf5;border:1px solid black;border-radius:.875rem;overflow:hidden;transition:all .3s ease}@media(min-width:768px){.faq-item{border-radius:1rem}}.faq-item.active .faq-item__icon{transform:rotate(45deg)}.faq-item.active .faq-item__content{grid-template-rows:1fr}.faq-item__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:none;border:none;text-align:left;cursor:pointer;gap:.75rem}@media(min-width:768px){.faq-item__trigger{padding:1.25rem 1.5rem;gap:1rem}}.faq-item__question{font-weight:600;font-size:.875rem;color:#000}@media(min-width:768px){.faq-item__question{font-size:.95rem}}@media(min-width:1024px){.faq-item__question{font-size:1rem}}.faq-item__icon{font-size:1.25rem;font-weight:300;color:#091f55;transition:transform .3s ease;line-height:1;flex-shrink:0}@media(min-width:768px){.faq-item__icon{font-size:1.5rem}}.faq-item__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out}.faq-item__inner{overflow:hidden}.faq-item__inner p{padding:0 1.25rem 1rem;color:#000;font-size:.8rem;line-height:1.6}@media(min-width:768px){.faq-item__inner p{padding:0 1.5rem 1.25rem;font-size:.875rem}}.faq-visuals{position:relative;display:flex;flex-direction:column;align-items:flex-end}.faq-visuals .faq_visual_wrapper{position:relative;width:100%;padding-top:118.610169%;margin-left:auto}.faq-visuals .faq_visual_wrapper .faq_image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}@media(min-width:1024px){.faq-visuals .faq_visual_wrapper{max-width:25rem;width:25rem;padding-top:87.610169%}}.faq-avatar-float{width:2.25rem;height:2.25rem;border-radius:50%;overflow:hidden;border:2px solid #1a1a1a;background-color:#fff;box-shadow:2px 2px #1a1a1a;flex-shrink:0}@media(min-width:768px){.faq-avatar-float{width:2.75rem;height:2.75rem}}.faq-avatar-float img{width:100%;height:100%;object-fit:cover}.faq-sticker-star{position:absolute;bottom:-10px;left:-15px;width:50px;height:50px;z-index:10}@media(min-width:768px){.faq-sticker-star{width:60px;height:60px;bottom:-15px;left:-20px}}@media(min-width:1024px){.faq-sticker-star{width:70px;height:70px;bottom:60px;left:20px}}.faq-sticker-star:before{content:"";position:absolute;inset:0;background-color:#fffde7;border-radius:50%;clip-path:polygon(50% 0%,61% 11%,75% 5%,80% 20%,95% 25%,89% 39%,100% 50%,89% 61%,95% 75%,80% 80%,75% 95%,61% 89%,50% 100%,39% 89%,25% 95%,20% 80%,5% 75%,11% 61%,0% 50%,11% 39%,5% 25%,20% 20%,25% 5%,39% 11%);box-shadow:0 4px 8px #0000001a}.faq-sticker-star svg{position:relative;z-index:1;width:100%;height:100%;padding:14px;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.1))}@media(min-width:768px){.faq-sticker-star svg{padding:16px}}@media(min-width:1024px){.faq-sticker-star svg{padding:18px}}.contact-hero__content{max-width:1200px;margin:2rem auto 0;display:grid;grid-template-columns:1fr;gap:3rem;align-items:start;text-align:left}@media(min-width:1024px){.contact-hero__content{grid-template-columns:1fr 1.2fr}}.contact-hero__info{text-align:left}.contact-hero__info-heading{font-size:2.5rem;font-weight:700;color:#091e53;margin-bottom:1rem;line-height:1.2}@media(max-width:767px){.contact-hero__info-heading{font-size:1.5rem}}.contact-hero__info-description{color:#72708e;font-size:14px;line-height:1.6;margin-bottom:2rem}@media(max-width:767px){.contact-hero__info-description{font-size:13px}}.contact-hero__info-item{display:flex;gap:1rem;margin-bottom:1.5rem}.contact-hero__info-icon{width:40px;height:40px;background-color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#091e53}.contact-hero__info-label{font-size:14px;color:#72708e;margin-bottom:.25rem}.contact-hero__info-value{font-size:16px;font-weight:600;color:#091e53}.contact-hero__info-availability{font-size:14px;color:#72708e;margin-top:2rem}.contact-hero__form{max-width:100%;margin:0;display:flex;flex-direction:column;gap:0}.contact-hero__form-badges{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}@media(max-width:640px){.contact-hero__form-badges{gap:.75rem}}.contact-hero__badge{padding:.75rem 1.5rem;border-radius:50px;font-size:14px;font-weight:600;white-space:nowrap}@media(max-width:640px){.contact-hero__badge{padding:.625rem 1.25rem;font-size:13px}}.contact-hero__badge--pink{background-color:#ffd4cc;color:#091e53;border:2px solid #091E53}.contact-hero__badge--green{background-color:#c8e6d0;color:#091e53;border:2px solid #091E53}.contact-hero__badge-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;border:3px solid #091E53;flex-shrink:0}@media(max-width:640px){.contact-hero__badge-avatar{width:45px;height:45px}}.contact-hero__badge-avatar img{width:100%;height:100%;object-fit:cover}.contact-hero__form-container{background-color:#fff;border:2px solid #091E53;border-radius:24px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}@media(max-width:640px){.contact-hero__form-container{padding:1.5rem;border-radius:20px;gap:1.25rem}}.contact-hero__form-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.contact-hero__form-row{grid-template-columns:1fr 1fr}}.contact-hero__form-field{display:flex;flex-direction:column;gap:.5rem;text-align:left}.contact-hero__label{font-size:14px;font-weight:600;color:#091e53;text-align:left}.contact-hero__input,.contact-hero__textarea{width:100%;padding:.875rem 1rem;border:1px solid #E5E7EB;border-radius:12px;font-size:14px;color:#091e53;background-color:#f9fafb;transition:border-color .2s}.contact-hero__input:focus,.contact-hero__textarea:focus{outline:none;border-color:#10b981;background-color:#fff}.contact-hero__input::placeholder,.contact-hero__textarea::placeholder{color:#9ca3af}.contact-hero__textarea{min-height:120px;resize:vertical;font-family:inherit}.contact-hero__submit{align-self:flex-end}.contact-cta__container{text-align:center;position:relative;background:linear-gradient(0deg,#eff7f3cc,#f1f9f533 64.15%);background-color:#f1f9f5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 1.5rem;margin:0 1.5rem 2rem;border-radius:1.5rem;overflow:hidden}@media(min-width:1024px){.contact-cta__container{padding:6rem 4rem;margin:0 4rem 4rem;border-radius:2rem;max-width:calc(1920px - 8rem)}}@media(min-width:1024px)and (min-width:1920px){.contact-cta__container{margin-left:auto;margin-right:auto}}.contact-cta__title{color:#091e53;font-size:32px;font-weight:700}.contact-cta__subtitle{color:#72708e;font-size:14px}.about-hero__image-wrapper{position:relative;max-width:800px;width:100%;height:auto;margin:0 auto 2rem;border-radius:12px}.about-hero__image-wrapper .decoration_text1{border-radius:4px;display:inline-block;position:absolute;background:#f0ae22;padding:13px;left:-10%;top:11%;font-weight:700;z-index:2}@media(max-width:768px){.about-hero__image-wrapper .decoration_text1{left:0;font-size:12px;padding:8px}}.about-hero__image-wrapper .decoration_text2{border-radius:4px;display:inline-block;position:absolute;color:#fff;background:#083b24;padding:13px;bottom:10%;right:-16%;font-weight:700;z-index:2}@media(max-width:768px){.about-hero__image-wrapper .decoration_text2{right:0;font-size:12px;padding:8px}}.about-hero__image{max-width:800px;width:100%;height:auto;margin:0 auto 2rem;border-radius:12px}.core-values-section{padding:4rem 1rem;text-align:center}.core-values-section__title{font-weight:700;font-size:3rem;color:#091f55}.core-values-section__subtitle{font-size:1rem;color:#091f55;margin-top:1rem;max-width:40rem;margin-left:auto;margin-right:auto}.core-values-grid{display:grid;gap:1.5rem;margin-top:2rem;max-width:1024px;margin-left:auto;margin-right:auto}@media(min-width:768px){.core-values-grid{grid-template-columns:repeat(2,1fr)}}.core-value-card{width:500px;height:300px;border:3.5px solid #fff0d6;padding:2.25rem;border-radius:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.core-value-card__title{color:#091f55;font-size:1.5rem;font-weight:700}.core-value-card__description{font-size:1rem;color:#404e53;text-align:center}.about-cta__container{text-align:center;position:relative;background:linear-gradient(0deg,#eff7f3cc,#f1f9f533 64.15%);background-color:#f1f9f5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 1.5rem;margin:0 1.5rem 2rem;border-radius:1.5rem;overflow:hidden}@media(min-width:1024px){.about-cta__container{padding:6rem 4rem;margin:0 4rem 4rem;border-radius:2rem;max-width:calc(1920px - 8rem)}}@media(min-width:1024px)and (min-width:1920px){.about-cta__container{margin-left:auto;margin-right:auto}}.about-cta__title{color:#091e53;font-size:32px}.about-cta__subtitle{color:#72708e;font-size:14px}.faq-page{padding:4rem 0}.faq-page__hero{background:linear-gradient(135deg,#14945b,#0f7347);color:#fff;padding:4rem 0;margin-bottom:4rem;border-radius:0 0 2rem 2rem}.faq-page__title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-align:center}@media(max-width:768px){.faq-page__title{font-size:2rem}}.faq-page__subtitle{font-size:1.25rem;text-align:center;margin-bottom:2rem;opacity:.9}.faq-page__categories{padding:2rem 0}.faq-page__section-title{font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center}.faq-page__categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}@media(max-width:768px){.faq-page__categories-grid{grid-template-columns:1fr}}.faq-category-page{padding:2rem 0 4rem}.faq-category-page__header{margin:2rem 0 3rem;text-align:center}.faq-category-page__title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#14945b}@media(max-width:768px){.faq-category-page__title{font-size:2rem}}.faq-category-page__description{font-size:1.125rem;color:#666;margin-bottom:1rem}.faq-category-page__count{display:inline-block;padding:.5rem 1rem;background:#f0f9f4;color:#14945b;border-radius:2rem;font-weight:500}.faq-category-page__articles{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.faq-category-page__back{text-align:center}.faq-article-page{padding:2rem 0 4rem}.faq-article{max-width:800px;margin:2rem auto 4rem}.faq-article__header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e5e5}.faq-article__title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#14945b;line-height:1.3}@media(max-width:768px){.faq-article__title{font-size:2rem}}.faq-article__meta{color:#666;font-size:.875rem}.faq-article__content{font-size:1.125rem;line-height:1.8;color:#333}.faq-article__back{text-align:center;margin-top:3rem}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#14945b}.prose h2{font-size:1.875rem;border-bottom:2px solid #e5e5e5;padding-bottom:.5rem}.prose h3{font-size:1.5rem}.prose p{margin-bottom:1.5rem}.prose ul,.prose ol{margin-bottom:1.5rem;padding-left:2rem}.prose ul li,.prose ol li{margin-bottom:.5rem}.prose a{color:#14945b;text-decoration:underline}.prose a:hover{color:#0f7347}.prose code{background:#f5f5f5;padding:.2rem .4rem;border-radius:.25rem;font-size:.9em;font-family:Courier New,monospace}.prose pre{background:#f5f5f5;padding:1rem;border-radius:.5rem;overflow-x:auto;margin-bottom:1.5rem}.prose pre code{background:none;padding:0}.prose img{max-width:100%;height:auto;border-radius:.5rem;margin:2rem 0}.prose blockquote{border-left:4px solid #14945B;padding-left:1rem;margin:1.5rem 0;font-style:italic;color:#666}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;flex-wrap:wrap}.breadcrumb__link{color:#14945b;text-decoration:none}.breadcrumb__link:hover{text-decoration:underline}.breadcrumb__separator{color:#999}.breadcrumb__current{color:#666}[dir=rtl] .breadcrumb{direction:rtl}[dir=rtl] .prose ul,[dir=rtl] .prose ol{padding-left:0;padding-right:2rem}[dir=rtl] .prose blockquote{border-left:none;border-right:4px solid #14945B;padding-left:0;padding-right:1rem}
