:root{--emo2-green:#4f8c61;--emo2-dark:#202723;--emo2-soft:#eaf5eb;--emo2-line:#edf0ed}
.emo2-root,.emo2-root *{box-sizing:border-box}
.emo2-root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--emo2-dark)}
.emo2-overlay{position:fixed!important;inset:0!important;z-index:2147483645!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;border:0!important;background:rgba(11,18,13,.44)!important;opacity:0;cursor:pointer;transition:opacity .28s ease;backdrop-filter:blur(2px)}
.emo2-overlay[hidden]{display:none!important}.emo2-root.is-open .emo2-overlay{opacity:1}
.emo2-drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;z-index:2147483646!important;width:min(88vw,390px)!important;height:100vh!important;height:100dvh!important;margin:0!important;padding:0!important;background:#fff!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;visibility:hidden;transform:translate3d(105%,0,0);transition:transform .3s cubic-bezier(.22,.8,.25,1),visibility 0s linear .3s;box-shadow:0 16px 44px rgba(24,46,31,.18)}
.emo2-root.is-open .emo2-drawer{visibility:visible;transform:translate3d(0,0,0);transition-delay:0s}
.emo2-head{min-height:76px;padding:15px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--emo2-line);background:#fff;flex:0 0 auto}
.emo2-logo{display:inline-flex;align-items:center;min-width:0;text-decoration:none!important}.emo2-logo-image{display:block;max-width:170px;max-height:46px;width:auto;height:auto;object-fit:contain}.emo2-brand-text{font-size:18px;font-weight:800;color:var(--emo2-green)}
.emo2-close{appearance:none!important;width:40px!important;height:40px!important;min-width:40px!important;margin:0!important;padding:9px!important;border:1px solid #dfe5e0!important;border-radius:8px!important;background:#fff!important;color:var(--emo2-dark)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}.emo2-close svg,.emo2-item-icon svg,.emo2-toggle svg,.emo2-support-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.emo2-scroll{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:12px 14px 24px;background:#fff}
.emo2-menu,.emo2-submenu{list-style:none!important;padding:0!important;margin:0!important}.emo2-item{padding:0!important;margin:0!important}.emo2-row{display:flex;align-items:stretch;min-height:48px;border-radius:7px;transition:background .2s ease}.emo2-link{flex:1 1 auto;display:flex!important;align-items:center;gap:12px;min-width:0;padding:11px 8px 11px 12px!important;color:var(--emo2-dark)!important;text-decoration:none!important;font-size:14px;font-weight:600;line-height:1.25}.emo2-item-icon{width:20px;height:20px;flex:0 0 20px;color:#535d56}.emo2-flag{width:20px;flex:0 0 20px;text-align:center;font-size:16px;line-height:1}.emo2-toggle{appearance:none!important;width:44px!important;min-width:44px!important;margin:0!important;padding:14px!important;border:0!important;background:transparent!important;color:#4c554f!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}.emo2-toggle svg{transition:transform .2s ease}.emo2-item.is-open>.emo2-row .emo2-toggle svg{transform:rotate(180deg)}
.emo2-item.is-open>.emo2-row,.emo2-current-path>.emo2-row,.emo2-item.current-menu-item>.emo2-row{background:var(--emo2-soft)}.emo2-item.is-open>.emo2-row .emo2-link,.emo2-current-path>.emo2-row .emo2-link{color:#376f4a!important}.emo2-submenu{margin:2px 0 7px 17px!important;padding:2px 0 3px 11px!important;border-left:1px solid #e7ece8}.emo2-submenu[hidden]{display:none!important}.emo2-submenu .emo2-row{min-height:40px}.emo2-submenu .emo2-link{min-height:40px;padding:8px 8px 8px 12px!important;font-size:13px;font-weight:550}.emo2-depth-3>.emo2-row .emo2-link,.emo2-depth-4>.emo2-row .emo2-link{padding-left:16px!important}
.emo2-support{margin:32px 0 16px;padding:13px 15px;border-radius:8px;background:linear-gradient(90deg,#eef8ef,#f8fcf8);display:flex;align-items:center;gap:12px}.emo2-support-icon{width:38px;height:38px;flex:0 0 38px;padding:8px;border-radius:50%;background:#dff1e1;color:var(--emo2-green)}.emo2-support>span:last-child{display:flex;flex-direction:column}.emo2-support strong{font-size:13px}.emo2-support small{font-size:11px;margin-top:3px;color:#687169}.emo2-socials{display:flex;justify-content:center;gap:12px}.emo2-socials a{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#f3f5f3;color:#4e5651;text-decoration:none!important;font-size:10px;font-weight:800}.emo2-notice{padding:12px;border:1px dashed #cfd9d1;border-radius:8px;background:#f8fbf8;font-size:13px;line-height:1.5}
html.emo2-open,body.emo2-open{overflow:hidden!important;touch-action:none!important}
@media(max-width:420px){.emo2-drawer{width:min(92vw,370px)!important}.emo2-logo-image{max-width:145px}}
@media(prefers-reduced-motion:reduce){.emo2-drawer,.emo2-overlay,.emo2-toggle svg{transition:none!important}}
.emo2-item-icon-custom img{display:block;width:100%;height:100%;object-fit:contain}.emo2-custom-text-icon{font-size:17px}.emo2-socials a svg,.emo2-socials a img{width:18px;height:18px;display:block;object-fit:contain;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.emo2-socials a img{stroke:none}.emo2-socials a{font-size:0}

/* GTranslate accordion */
.emo2-translate{margin:10px 0 12px;border-top:1px solid #dde3de;border-bottom:1px solid #dde3de;background:#fff}
.emo2-translate-toggle{appearance:none!important;width:100%!important;min-height:52px!important;margin:0!important;padding:0 8px 0 12px!important;border:0!important;background:#fff!important;color:var(--emo2-dark)!important;display:flex!important;align-items:center!important;gap:12px!important;text-align:left!important;cursor:pointer!important;font:inherit!important}
.emo2-translate-icon{width:20px;height:20px;flex:0 0 20px;color:#535d56}.emo2-translate-icon svg,.emo2-translate-chevron svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.emo2-translate-title{flex:1 1 auto;font-size:14px;font-weight:650;line-height:1.25}.emo2-translate-chevron{width:18px;height:18px;flex:0 0 18px;color:#4c554f}.emo2-translate-chevron svg{transition:transform .2s ease}.emo2-translate.is-open .emo2-translate-chevron svg{transform:rotate(180deg)}
.emo2-translate-body[hidden]{display:none!important}.emo2-translate-body{padding:0 0 14px 12px}.emo2-gtranslate{width:100%;overflow:visible}.emo2-gtranslate br{display:none!important}
.emo2-gtranslate .gtranslate_wrapper,.emo2-gtranslate>.gtranslate_wrapper{display:flex!important;flex-direction:column!important;width:100%!important;margin:0!important;padding:0!important;gap:0!important}
.emo2-gtranslate a.glink,.emo2-gtranslate .gtranslate_wrapper>a,.emo2-gtranslate .gt_option>a,.emo2-gtranslate .gt_languages>a{position:relative;display:flex!important;align-items:center!important;gap:12px!important;min-height:51px!important;width:100%!important;margin:0!important;padding:11px 42px 11px 12px!important;border:0!important;border-bottom:1px solid #e4e8e4!important;border-radius:0!important;background:#fff!important;color:var(--emo2-dark)!important;text-decoration:none!important;font-family:inherit!important;font-size:14px!important;font-weight:500!important;line-height:1.25!important;box-shadow:none!important;opacity:1!important}
.emo2-gtranslate a.glink:hover,.emo2-gtranslate .gtranslate_wrapper>a:hover,.emo2-gtranslate .gt_option>a:hover{background:#f8fbf8!important;color:#376f4a!important}
.emo2-gtranslate a.glink img,.emo2-gtranslate .gtranslate_wrapper>a img,.emo2-gtranslate .gt_option>a img,.emo2-gtranslate .gt_languages>a img{display:block!important;width:24px!important;height:18px!important;max-width:24px!important;min-width:24px!important;margin:0!important;object-fit:cover!important;border-radius:50%!important;box-shadow:0 0 0 1px rgba(0,0,0,.06)}
.emo2-gtranslate .emo2-gt-current,.emo2-gtranslate .gt-current-lang,.emo2-gtranslate .gt_selected a,.emo2-gtranslate a[aria-current="true"],.emo2-gtranslate a[aria-current="page"]{color:#23883b!important;font-weight:600!important}
.emo2-gtranslate .emo2-gt-current:after,.emo2-gtranslate .gt-current-lang:after,.emo2-gtranslate .gt_selected a:after,.emo2-gtranslate a[aria-current="true"]:after,.emo2-gtranslate a[aria-current="page"]:after{content:"✓";position:absolute;right:13px;top:50%;transform:translateY(-50%);font-size:20px;line-height:1;color:#159137;font-weight:500}
.emo2-gtranslate .gt_switcher,.emo2-gtranslate .gt_switcher_wrapper,.emo2-gtranslate .gt_options,.emo2-gtranslate .gt_option,.emo2-gtranslate .gt_languages{position:static!important;display:block!important;width:100%!important;max-width:none!important;height:auto!important;max-height:none!important;margin:0!important;padding:0!important;border:0!important;background:#fff!important;box-shadow:none!important;overflow:visible!important;font-family:inherit!important}
.emo2-gtranslate .gt_selected{display:none!important}.emo2-gtranslate .gt_option{display:block!important}.emo2-gtranslate select,.emo2-gtranslate .gt_selector{display:block!important;width:calc(100% - 12px)!important;min-height:46px!important;margin:6px 12px 0 0!important;padding:10px 36px 10px 12px!important;border:1px solid #dfe5e0!important;border-radius:7px!important;background:#fff!important;color:var(--emo2-dark)!important;font:500 14px/1.3 inherit!important;box-shadow:none!important}
.emo2-gtranslate #google_language_translator,.emo2-gtranslate .goog-te-gadget{width:100%!important;margin:0!important;color:transparent!important;font-size:0!important}.emo2-gtranslate .goog-te-gadget>span{display:none!important}
.emo2-translate-missing{margin:8px 12px 0 0;padding:10px 12px;border:1px dashed #cfd9d1;border-radius:7px;background:#f8fbf8;color:#59625b;font-size:12px;line-height:1.45}
@media(prefers-reduced-motion:reduce){.emo2-translate-chevron svg{transition:none!important}}

/* Desktop GTranslate selector shortcode: [eduvia_desktop_translate] */
.emo2-desktop-translate{--emo2-desktop-green:#2f7d43;position:relative;display:none!important;align-items:center;justify-content:center;width:72px;min-width:72px;height:46px;min-height:46px;margin:0;padding:0;font-family:inherit;line-height:1;overflow:visible;z-index:30}
@media(min-width:1025px){.emo2-desktop-translate{display:inline-flex!important}}
.emo2-desktop-gtranslate{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:visible}
.emo2-desktop-gtranslate:after{content:"";position:absolute;right:13px;top:50%;width:6px;height:6px;border-right:1.8px solid var(--emo2-desktop-green);border-bottom:1.8px solid var(--emo2-desktop-green);transform:translateY(-67%) rotate(45deg);pointer-events:none;z-index:4}
.emo2-desktop-gtranslate .gtranslate_wrapper,.emo2-desktop-gtranslate>.gtranslate_wrapper,.emo2-desktop-gtranslate #google_language_translator,.emo2-desktop-gtranslate .goog-te-gadget{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;color:transparent!important;font-size:0!important;overflow:visible!important}
.emo2-desktop-gtranslate select,.emo2-desktop-gtranslate .gt_selector{appearance:none!important;-webkit-appearance:none!important;display:block!important;width:100%!important;height:46px!important;min-height:46px!important;margin:0!important;padding:0 28px 0 14px!important;border:1px solid #e1e7e2!important;border-radius:7px!important;outline:0!important;background:#fff!important;color:#2c3a31!important;font-family:inherit!important;font-size:13px!important;font-weight:650!important;line-height:44px!important;text-transform:uppercase!important;box-shadow:none!important;cursor:pointer!important}
.emo2-desktop-gtranslate select:hover,.emo2-desktop-gtranslate select:focus,.emo2-desktop-gtranslate .gt_selector:hover,.emo2-desktop-gtranslate .gt_selector:focus{border-color:#bdd2c2!important;box-shadow:0 0 0 2px rgba(47,125,67,.08)!important}
.emo2-desktop-gtranslate .goog-te-gadget>span{display:none!important}
.emo2-desktop-gtranslate .gt_switcher,.emo2-desktop-gtranslate .gt_switcher_wrapper{position:relative!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;font-family:inherit!important}
.emo2-desktop-gtranslate .gt_selected{position:relative!important;display:block!important;width:100%!important;height:46px!important;margin:0!important;border:0!important;background:transparent!important;overflow:visible!important}
.emo2-desktop-gtranslate .gt_selected a,.emo2-desktop-gtranslate a.gt_switcher-popup{display:flex!important;align-items:center!important;width:100%!important;height:46px!important;margin:0!important;padding:0 28px 0 14px!important;border:1px solid #e1e7e2!important;border-radius:7px!important;background:#fff!important;color:#2c3a31!important;text-decoration:none!important;font-family:inherit!important;font-size:13px!important;font-weight:650!important;line-height:1!important;text-transform:uppercase!important;box-sizing:border-box!important;box-shadow:none!important}
.emo2-desktop-gtranslate .gt_selected img,.emo2-desktop-gtranslate a.gt_switcher-popup img{display:none!important}
.emo2-desktop-gtranslate .gt_option,.emo2-desktop-gtranslate .gt_options,.emo2-desktop-gtranslate .gt_languages{position:absolute!important;top:calc(100% + 7px)!important;right:0!important;left:auto!important;width:190px!important;max-height:320px!important;margin:0!important;padding:6px!important;border:1px solid #e1e7e2!important;border-radius:9px!important;background:#fff!important;box-shadow:0 12px 34px rgba(29,55,37,.14)!important;overflow:auto!important;z-index:99999!important}
.emo2-desktop-gtranslate .gt_option a,.emo2-desktop-gtranslate .gt_options a,.emo2-desktop-gtranslate .gt_languages a{display:flex!important;align-items:center!important;gap:9px!important;min-height:38px!important;margin:0!important;padding:8px 10px!important;border:0!important;border-radius:6px!important;background:#fff!important;color:#2c3a31!important;text-decoration:none!important;font-family:inherit!important;font-size:13px!important;font-weight:550!important;line-height:1.2!important;text-transform:none!important}
.emo2-desktop-gtranslate .gt_option a:hover,.emo2-desktop-gtranslate .gt_options a:hover,.emo2-desktop-gtranslate .gt_languages a:hover{background:#eef7ef!important;color:#2f7d43!important}
.emo2-desktop-gtranslate .gt_option img,.emo2-desktop-gtranslate .gt_options img,.emo2-desktop-gtranslate .gt_languages img{display:block!important;width:22px!important;height:16px!important;max-width:22px!important;margin:0!important;object-fit:cover!important;border-radius:2px!important}
.emo2-desktop-translate-missing{display:flex;align-items:center;justify-content:center;width:100%;height:46px;padding:0 7px;border:1px dashed #cfd9d1;border-radius:7px;background:#fff;color:#667068;font-size:10px;line-height:1.2;text-align:center}
@media(max-width:1024px){.emo2-desktop-translate{display:none!important}}
