@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap";._nav_1rfvs_1{align-items:center;gap:2rem;display:flex}._link_1rfvs_7{color:var(--theme-text);transition:var(--transition-fast);font-weight:500;position:relative}._link_1rfvs_7:hover{color:var(--theme-accent)}._link_1rfvs_7:after{content:"";background:var(--theme-accent);width:0;height:2px;transition:all .3s;position:absolute;bottom:-6px;left:0}._link_1rfvs_7:hover:after,._active_1rfvs_30:after{width:100%}._active_1rfvs_30{color:var(--theme-accent)}@media (width<=992px){._nav_1rfvs_1{display:none}}._overlay_1d0l5_1{opacity:0;visibility:hidden;z-index:var(--z-modal);background:#00000073;transition:all .3s;position:fixed;inset:0}._show_1d0l5_11{opacity:1;visibility:visible}._drawer_1d0l5_16{background:var(--theme-surface);width:300px;height:100vh;box-shadow:var(--shadow-lg);z-index:var(--z-modal);flex-direction:column;transition:all .35s;display:flex;position:fixed;top:0;right:-320px}._open_1d0l5_30{right:0}._top_1d0l5_34{border-bottom:1px solid var(--theme-border);justify-content:space-between;align-items:center;height:80px;padding:0 1.5rem;display:flex}._top_1d0l5_34 button{border:1px solid var(--theme-border);width:42px;height:42px;color:var(--theme-text);cursor:pointer;transition:var(--transition-fast);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex}._top_1d0l5_34 button:hover{color:var(--theme-accent);border-color:var(--theme-accent)}._nav_1d0l5_63{flex-direction:column;padding:2rem 1.5rem;display:flex}._link_1d0l5_69{border-bottom:1px solid var(--theme-border);color:var(--theme-text);transition:var(--transition-fast);padding:1rem 0;font-weight:500;text-decoration:none}._link_1d0l5_69:hover,._active_1d0l5_79{color:var(--theme-accent)}@media (width>=993px){._overlay_1d0l5_1,._drawer_1d0l5_16{display:none}}._toggle_1cqtf_1{background:var(--theme-surface);border:1px solid var(--theme-border);width:46px;height:46px;color:var(--theme-text);transition:var(--transition-normal);border-radius:50%;justify-content:center;align-items:center;display:flex}._toggle_1cqtf_1 svg{font-size:1.2rem}._toggle_1cqtf_1:hover{background:var(--theme-accent);color:#111;border-color:var(--theme-accent);transform:translateY(-2px)}._dropdown_10awg_1{position:relative}._button_10awg_5{background:var(--theme-surface);border:1px solid var(--theme-border);height:46px;color:var(--theme-text);transition:var(--transition-normal);border-radius:999px;align-items:center;gap:.6rem;padding:0 1rem;display:flex}._button_10awg_5:hover{border-color:var(--theme-accent)}._menu_10awg_22{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-lg);width:180px;box-shadow:var(--shadow-lg);z-index:var(--z-dropdown);position:absolute;top:calc(100% + .6rem);right:0;overflow:hidden}._item_10awg_35{width:100%;color:var(--theme-text);align-items:center;gap:.75rem;padding:.9rem 1rem;transition:all .25s;display:flex}._item_10awg_35:hover{background:#6cff3d1f}@media (width<=768px){._button_10awg_5{justify-content:center;gap:0;width:46px;height:46px;padding:0}._button_10awg_5 span:nth-child(2),._button_10awg_5 svg{display:none}._button_10awg_5 span:first-child{justify-content:center;align-items:center;font-size:1.1rem;display:flex}._menu_10awg_22{width:160px;right:0}}._header_1qg5b_1{z-index:var(--z-sticky);height:var(--header-height);background:var(--theme-surface);transition:all var(--transition-normal);border-bottom:1px solid #0000;position:sticky;top:0}._sticky_1qg5b_11{border-bottom-color:var(--theme-border);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(18px);background:#ffffffeb}[data-theme=dark] ._sticky_1qg5b_11{background:#111111eb}._wrapper_1qg5b_23{justify-content:space-between;align-items:center;height:100%;display:flex}._logo_1qg5b_30{align-items:center;display:flex}._logo_1qg5b_30 img{object-fit:contain;cursor:pointer;width:70px;height:70px}._actions_1qg5b_42{align-items:center;gap:1rem;display:flex}@media (width<=992px){._actions_1qg5b_42 ._btn_1qg5b_49{display:none}}._menuButton_1qg5b_54{border:1px solid var(--theme-border);background:var(--theme-surface);width:46px;height:46px;color:var(--theme-text);transition:var(--transition-normal);border-radius:50%;display:none}._menuButton_1qg5b_54:hover{border-color:var(--theme-accent);color:var(--theme-accent)}@media (width<=992px){._menuButton_1qg5b_54{justify-content:center;align-items:center;font-size:1.3rem;display:flex}}._button_1qp15_1{border-radius:var(--radius-full);cursor:pointer;font-family:var(--font-heading);white-space:nowrap;transition:background-color var(--transition-normal), color var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal), transform var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.7rem;font-weight:600;line-height:1;display:inline-flex}._button_1qp15_1:hover:not(:disabled){transform:translateY(-2px)}._button_1qp15_1:active:not(:disabled){transform:translateY(0)}._button_1qp15_1:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}._sm_1qp15_35{min-height:38px;font-size:var(--fs-sm);padding:.65rem 1.25rem}._md_1qp15_41{min-height:46px;font-size:var(--fs-base);padding:.9rem 1.8rem}._lg_1qp15_47{min-height:54px;font-size:var(--fs-lg);padding:1.1rem 2.4rem}._primary_1qp15_53{background:var(--theme-accent);color:#111}._primary_1qp15_53:hover:not(:disabled){box-shadow:0 10px 24px #6cff3d40}._secondary_1qp15_62{background:var(--theme-primary);color:#fff}._secondary_1qp15_62:hover:not(:disabled){background:var(--theme-primary-hover)}._outline_1qp15_71{border:2px solid var(--theme-accent);color:var(--theme-accent);background:0 0}._outline_1qp15_71:hover:not(:disabled){background:var(--theme-accent);color:#111}._gold_1qp15_82{background:var(--theme-highlight);color:#111}._gold_1qp15_82:hover:not(:disabled){box-shadow:0 10px 24px #d4af374d}._cta_1w5h8_5{z-index:5;background:var(--theme-bg);margin-bottom:-90px;padding:90px;position:relative}._ctaBox_1w5h8_13{background:linear-gradient(135deg,#2e7d32,#43a047);border-radius:28px;justify-content:space-between;align-items:center;gap:3rem;padding:3.2rem 4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px #0000002e,0 0 0 1px #ffffff14}._ctaBox_1w5h8_13:before{content:"";z-index:0;pointer-events:none;background:#ffffff0d;border-radius:50%;width:420px;height:420px;position:absolute;top:-180px;right:-120px}._ctaBox_1w5h8_13>div,._ctaBox_1w5h8_13>a{z-index:2;position:relative}._ctaBox_1w5h8_13 h2{color:#fff;margin:1rem 0}._ctaBox_1w5h8_13 p{color:#ffffffeb;max-width:600px;line-height:1.8}._ctaBox_1w5h8_13 a{flex-shrink:0;text-decoration:none}._footer_1w5h8_68{color:#ffffffb8;background:#17241d;padding-top:10rem;padding-bottom:2rem;position:relative;overflow:hidden}._footer_1w5h8_68:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#66bb6a1a,#0000 38%),radial-gradient(circle at 100% 100%,#f9a82514,#0000 35%),linear-gradient(#ffffff04,#ffffff04);position:absolute;inset:0}._footer_1w5h8_68:after{content:"";filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#2e7d321f,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;bottom:-350px;left:-250px}._grid_1w5h8_117{z-index:2;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:4rem;display:grid;position:relative}._logo_1w5h8_129{filter:drop-shadow(0 8px 20px #00000040);width:200px;margin-bottom:3rem;padding-left:65px;transition:all .35s}._company_1w5h8_137:hover ._logo_1w5h8_129{transform:translateY(-4px)}._company_1w5h8_137 p{text-align:justify;margin-bottom:2rem;line-height:1.9}._socials_1w5h8_157{gap:.9rem;display:flex}._contactSocials_1w5h8_162{margin-top:1.5rem}._socials_1w5h8_157 a{color:#fff;width:46px;height:46px;transition:background var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal), transform var(--transition-normal);background:#ffffff0d;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;display:flex}._socials_1w5h8_157 a svg{width:1.2rem;height:1.2rem}._socials_1w5h8_157 a:hover{color:#fff;border-color:#0000;transform:translateY(-6px)}._socials_1w5h8_157 a:focus-visible{outline:3px solid var(--theme-accent);outline-offset:3px}._socials_1w5h8_157 a:first-child:hover{background:radial-gradient(circle at 30% 110%,#ffdc80 0%,#fcaf45 25%,#f77737 50%,#c13584 75%,#5851db 100%);box-shadow:0 12px 30px #c1358459}._socials_1w5h8_157 a:nth-child(2):hover{background:#1877f2;box-shadow:0 12px 30px #1877f259}._socials_1w5h8_157 a:nth-child(3):hover{background:red;box-shadow:0 12px 30px #ff000059}._grid_1w5h8_117 h4{color:#fff;margin-bottom:2rem;font-size:1.15rem;position:relative}._grid_1w5h8_117 h4:after{content:"";background:var(--theme-highlight);border-radius:999px;width:45px;height:3px;position:absolute;bottom:-10px;left:0}._grid_1w5h8_117 ul{flex-direction:column;gap:1rem;list-style:none;display:flex}._grid_1w5h8_117 li{list-style:none}._grid_1w5h8_117 li a{color:#ffffffb8;align-items:center;gap:.7rem;text-decoration:none;transition:all .3s;display:flex;position:relative}._grid_1w5h8_117 li a svg{color:var(--theme-accent);font-size:.85rem}._grid_1w5h8_117 li a:after{content:"";background:var(--theme-highlight);width:0;height:2px;transition:all .3s;position:absolute;bottom:-4px;left:22px}._grid_1w5h8_117 li a:hover{color:#fff;transform:translate(6px)}._grid_1w5h8_117 li a:hover:after{width:calc(100% - 22px)}._contactItem_1w5h8_297{color:#ffffffb8;background:#ffffff08;border:1px solid #0000;border-radius:14px;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:1rem;text-decoration:none;transition:all .3s;display:flex}._contactItem_1w5h8_297 svg{color:var(--theme-highlight);flex-shrink:0;margin-top:3px;font-size:1.1rem}._contactItem_1w5h8_297:hover{color:#fff;background:#ffffff0d;border-color:#ffffff14;transform:translate(4px)}._divider_1w5h8_329{background:linear-gradient(90deg,#0000,#ffffff26,#0000);height:1px;margin:4rem 0 2rem}._bottom_1w5h8_344{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}._bottom_1w5h8_344 p{color:#fff9;font-size:.95rem}._bottomLinks_1w5h8_357{flex-wrap:wrap;gap:2rem;display:flex}._bottomLinks_1w5h8_357 a{color:#ffffffa6;text-decoration:none;transition:all .3s;position:relative}._bottomLinks_1w5h8_357 a:after{content:"";background:var(--theme-highlight);width:0;height:2px;transition:all .3s;position:absolute;bottom:-5px;left:0}._bottomLinks_1w5h8_357 a:hover{color:#fff}._bottomLinks_1w5h8_357 a:hover:after{width:100%}@media (width<=1200px){._grid_1w5h8_117{grid-template-columns:repeat(2,1fr)}}@media (width<=992px){._cta_1w5h8_5{margin-bottom:0;padding:3rem 1rem}._ctaBox_1w5h8_13{text-align:center;flex-direction:column;gap:1.5rem;padding:2.75rem 2.5rem}._ctaBox_1w5h8_13 p{margin-left:auto;margin-right:auto}._footer_1w5h8_68{padding-top:5rem}}@media (width<=768px){._cta_1w5h8_5{margin:3rem 0;padding:2rem 1rem 1rem}._ctaBox_1w5h8_13{text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:1.5rem;padding:2.5rem 1.5rem}._ctaBox_1w5h8_13 h2{margin:.8rem 0 1rem;font-size:1.7rem;line-height:1.3}._ctaBox_1w5h8_13 p{max-width:100%;margin:0 auto;font-size:.95rem;line-height:1.7}._ctaBox_1w5h8_13 a{width:auto}._footer_1w5h8_68{padding-top:4rem;padding-bottom:1.5rem}._grid_1w5h8_117{text-align:center;grid-template-columns:1fr 1fr;gap:2.5rem 1.5rem}._company_1w5h8_137{text-align:center;flex-direction:column;grid-column:1/-1;align-items:center;display:flex}._grid_1w5h8_117>div:last-child{grid-column:1/-1}._logo_1w5h8_129{width:150px;margin-bottom:1.5rem;padding-left:0}._company_1w5h8_137 p{text-align:justify;max-width:100%;margin-bottom:0;font-size:.9rem;line-height:1.8}._grid_1w5h8_117 h4{margin-bottom:1.5rem;font-size:1.05rem}._grid_1w5h8_117 h4:after{width:44px;height:3px;bottom:-8px;left:50%;transform:translate(-50%)}._grid_1w5h8_117 ul{align-items:center;gap:.8rem}._grid_1w5h8_117 li{width:fit-content}._grid_1w5h8_117 li a{gap:.6rem;font-size:.9rem}._grid_1w5h8_117 li a:hover{transform:translate(3px)}._contactItem_1w5h8_297{text-align:left;border-radius:12px;justify-content:flex-start;width:100%;margin-bottom:.75rem;padding:.8rem 1rem;font-size:.9rem}._contactItem_1w5h8_297 svg{margin-top:2px;font-size:1rem}._contactSocials_1w5h8_162{margin-top:1.25rem}._socials_1w5h8_157{justify-content:center;gap:.7rem}._socials_1w5h8_157 a{width:44px;height:44px}._divider_1w5h8_329{margin:2.5rem 0 1.5rem}._bottom_1w5h8_344{text-align:center;flex-direction:column;gap:.75rem}._bottom_1w5h8_344 p{margin:0;font-size:.8rem;line-height:1.6}._bottomLinks_1w5h8_357{justify-content:center;gap:.5rem}._bottomLinks_1w5h8_357 a{font-size:.8rem}}@media (width<=480px){._cta_1w5h8_5{padding:1.5rem .75rem .75rem}._ctaBox_1w5h8_13{border-radius:18px;padding:2.25rem 1.25rem}._ctaBox_1w5h8_13 h2{font-size:1.5rem}._ctaBox_1w5h8_13 p{font-size:.9rem;line-height:1.65}._footer_1w5h8_68{padding:3.5rem 1rem}._grid_1w5h8_117{gap:2.25rem}._logo_1w5h8_129{width:135px;margin-bottom:1.25rem}._company_1w5h8_137 p{font-size:.85rem;line-height:1.75}._grid_1w5h8_117 h4{font-size:1rem}._grid_1w5h8_117 li a{font-size:.85rem}._contactItem_1w5h8_297{padding:.75rem .9rem;font-size:.85rem}._socials_1w5h8_157 a{width:42px;height:42px}._divider_1w5h8_329{margin:2rem 0 1.25rem}._bottom_1w5h8_344 p,._bottomLinks_1w5h8_357 a{font-size:.75rem}}._button_9bmj5_1{z-index:var(--z-fixed);border:1px solid var(--theme-border);border-radius:var(--radius-full);background:var(--theme-surface);width:55px;height:55px;box-shadow:var(--shadow-md);color:var(--theme-text);cursor:pointer;opacity:0;pointer-events:none;transition:background var(--transition-fast), color var(--transition-fast), opacity var(--transition-fast), transform var(--transition-fast);place-items:center;display:grid;position:fixed;bottom:1.5rem;left:1.5rem;transform:translateY(1rem)}._button_9bmj5_1 svg{width:1.25rem;height:1.25rem}._button_9bmj5_1:hover{background:var(--theme-accent);color:var(--color-primary);transform:translateY(-.2rem)}._button_9bmj5_1:focus-visible{outline:3px solid var(--theme-accent);outline-offset:3px}._visible_9bmj5_42{opacity:1;pointer-events:auto;transform:translateY(0)}@media (width<=576px){._button_9bmj5_1{width:44px;height:44px;bottom:1rem;left:.8rem}}@media (prefers-reduced-motion:reduce){._button_9bmj5_1{transition:none}}._button_1u6yf_1{z-index:var(--z-fixed);border-radius:var(--radius-full);width:56px;height:56px;box-shadow:var(--shadow-md);color:#fff;transition:transform var(--transition-fast), box-shadow var(--transition-fast);background:#25d366;place-items:center;display:grid;position:fixed;bottom:1.5rem;right:1.5rem}._button_1u6yf_1 svg{width:1.85rem;height:1.85rem}._button_1u6yf_1:hover{color:#fff;box-shadow:var(--shadow-lg);transform:translateY(-.2rem)scale(1.04)}._button_1u6yf_1:focus-visible{outline:3px solid var(--theme-accent);outline-offset:3px}._tooltip_1u6yf_33{border-radius:var(--radius-sm);background:var(--theme-primary);width:max-content;color:var(--theme-bg);font-size:var(--fs-sm);opacity:0;pointer-events:none;transition:opacity var(--transition-fast), transform var(--transition-fast);padding:.4rem .7rem;font-weight:600;line-height:1.3;position:absolute;right:calc(100% + .75rem);transform:translate(.35rem)}._button_1u6yf_1:hover ._tooltip_1u6yf_33,._button_1u6yf_1:focus-visible ._tooltip_1u6yf_33{opacity:1;transform:translate(0)}@media (width<=576px){._button_1u6yf_1{width:50px;height:50px;bottom:1rem;right:1rem}._tooltip_1u6yf_33{display:none}}@media (prefers-reduced-motion:reduce){._button_1u6yf_1,._tooltip_1u6yf_33{transition:none}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}._hero_1ls5y_5{width:100%;position:relative;overflow:hidden}._slider_1ls5y_15{width:100%}._slide_1ls5y_15{min-height:calc(100vh - var(--header-height));isolation:isolate;background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;padding:6rem 0;display:flex;position:relative}._overlay_1ls5y_39{z-index:-1;background:linear-gradient(90deg,#050f07e6 0%,#050f07b8 42%,#050f0761 100%);position:absolute;inset:0}._content_1ls5y_55{z-index:2;color:#fff;max-width:1100px;position:relative}._badge_1ls5y_66{border-radius:var(--radius-full);width:fit-content;color:var(--theme-highlight);letter-spacing:.3px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#6cff3d1f;border:1px solid #6cff3d40;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.65rem 1.1rem;font-size:.9rem;font-weight:600;display:inline-flex}._badgeIcon_1ls5y_83{font-size:1rem}._title_1ls5y_91{color:#fff;letter-spacing:-1.5px;max-width:1100px;margin:0;font-size:clamp(3rem,6vw,5.5rem);font-weight:800;line-height:1.05}._highlight_1ls5y_105{max-width:700px;color:var(--theme-highlight);margin:.8rem 0 1.5rem;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;line-height:1.2}._description_1ls5y_118{color:#ffffffe0;max-width:650px;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}._features_1ls5y_130{flex-wrap:wrap;gap:1rem 1.5rem;margin-bottom:2.5rem;display:flex}._feature_1ls5y_130{color:#fffffff2;align-items:center;gap:.6rem;font-size:.95rem;font-weight:500;display:flex}._check_1ls5y_146{width:24px;height:24px;color:var(--theme-highlight);background:#6cff3d26;border:1px solid #6cff3d4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;display:flex}._actions_1ls5y_164{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}._actions_1ls5y_164 a{text-decoration:none}.swiper-pagination{bottom:35px!important}.swiper-pagination-bullet{opacity:1;width:10px;height:10px;transition:var(--transition-normal);background:#ffffff73}.swiper-pagination-bullet-active{border-radius:var(--radius-full);background:var(--theme-highlight);width:32px}.swiper-slide{overflow:hidden}@media (width<=992px){._slide_1ls5y_15{min-height:700px;padding:7rem 0 6rem}._content_1ls5y_55{max-width:700px}._title_1ls5y_91{font-size:clamp(2.8rem,7vw,4.5rem)}._highlight_1ls5y_105{font-size:clamp(1.4rem,3.5vw,2.1rem)}}@media (width<=768px){._slide_1ls5y_15{min-height:calc(100svh - var(--header-height));background-position:50%;align-items:center;padding:4rem 1rem 4.5rem}._content_1ls5y_55{text-align:center;width:100%;max-width:100%}._badge_1ls5y_66{margin:0 auto 1.1rem;padding:.55rem .9rem;font-size:.75rem;line-height:1.2}._badgeIcon_1ls5y_83{font-size:.9rem}._title_1ls5y_91{letter-spacing:-.8px;max-width:100%;font-size:clamp(2.2rem,10vw,3rem);line-height:1.02}._highlight_1ls5y_105{max-width:100%;margin:.6rem 0 1rem;font-size:clamp(1.25rem,5.5vw,1.65rem);line-height:1.2}._description_1ls5y_118{max-width:100%;margin:0 auto 1.3rem;font-size:.92rem;line-height:1.6}._features_1ls5y_130{flex-direction:column;align-items:center;gap:.55rem;margin-bottom:1.5rem}._feature_1ls5y_130{gap:.5rem;font-size:.85rem}._check_1ls5y_146{width:23px;height:23px;font-size:.72rem}._actions_1ls5y_164{flex-direction:column;align-items:stretch;gap:.75rem;width:100%}._actions_1ls5y_164 a{width:100%}._actions_1ls5y_164 a button{width:100%;min-height:52px}.swiper-pagination{bottom:18px!important}.swiper-pagination-bullet{width:8px;height:8px}.swiper-pagination-bullet-active{width:25px}._overlay_1ls5y_39{background:linear-gradient(#050f07c7 0%,#050f07ad 50%,#050f07d1 100%)}}@media (width<=480px){._slide_1ls5y_15{min-height:calc(100svh - var(--header-height));padding:3.5rem .9rem 4rem}._badge_1ls5y_66{padding:.5rem .8rem;font-size:.72rem}._title_1ls5y_91{font-size:2.25rem;line-height:1}._highlight_1ls5y_105{margin-top:.55rem;font-size:1.3rem}._description_1ls5y_118{margin-bottom:1.2rem;font-size:.9rem;line-height:1.55}._features_1ls5y_130{gap:.45rem;margin-bottom:1.3rem}._feature_1ls5y_130{font-size:.82rem}._check_1ls5y_146{width:22px;height:22px}._actions_1ls5y_164{gap:.65rem}._actions_1ls5y_164 a button{min-height:50px}}._heading_156z9_1{max-width:760px;margin:0 auto 4rem}._heading_156z9_1 h2{color:var(--theme-text);margin:1rem 0 1.5rem}._heading_156z9_1 p{max-width:700px;color:var(--theme-text-light);margin:0;line-height:1.8}._center_156z9_30{text-align:center}._center_156z9_30 p{margin-left:auto;margin-right:auto}._left_156z9_39{text-align:left}._left_156z9_39 p{margin-left:0;margin-right:0}._right_156z9_48{text-align:right}._right_156z9_48 p{margin-left:auto;margin-right:0}._badge_156z9_61{color:var(--theme-accent);background:#6cff3d1f;border-radius:999px;align-items:center;padding:.5rem 1rem;font-weight:600;display:inline-flex}@media (width<=768px){._heading_156z9_1{margin:0 auto 1rem}._heading_156z9_1 p{text-align:justify}}._section_hxnfp_5{padding:var(--section-padding);background:var(--theme-bg)}._grid_hxnfp_14{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}._card_hxnfp_24{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-lg);text-align:center;min-height:180px;transition:transform var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}._card_hxnfp_24:hover{border-color:var(--theme-accent);box-shadow:var(--shadow-md);transform:translateY(-6px)}._card_hxnfp_24 h3{color:var(--theme-accent);flex-wrap:wrap;justify-content:center;align-items:baseline;margin:0 0 .75rem;font-size:clamp(1.8rem,4vw,3rem);line-height:1.2;display:flex}._card_hxnfp_24 h3 span{color:var(--theme-text);margin-left:.3rem;font-size:1rem;font-weight:600}._card_hxnfp_24 p{max-width:280px;color:var(--theme-text-light);margin:0;line-height:1.6}@media (width<=992px){._grid_hxnfp_14{grid-template-columns:1fr;gap:1.5rem}._card_hxnfp_24{min-height:150px}}@media (width<=768px){._section_hxnfp_5{padding:4rem 1rem}._grid_hxnfp_14{gap:1.4rem;width:100%;max-width:360px;margin:0 auto}._card_hxnfp_24{border-radius:18px;min-height:138px;padding:1.6rem 1.25rem}._card_hxnfp_24 h3{margin-bottom:.6rem;font-size:1.65rem}._card_hxnfp_24 h3 span{font-size:.95rem}._card_hxnfp_24 p{max-width:260px;font-size:.95rem;line-height:1.5}}@media (width<=480px){._section_hxnfp_5{padding:3.5rem 1rem}._grid_hxnfp_14{gap:1.25rem;max-width:330px}._card_hxnfp_24{min-height:132px;padding:1.5rem 1rem}._card_hxnfp_24 h3{font-size:1.5rem}._card_hxnfp_24 h3 span,._card_hxnfp_24 p{font-size:.9rem}}._section_n3xyv_1{padding:var(--section-padding);background:var(--theme-bg)}._grid_n3xyv_6{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}._imageWrapper_n3xyv_13{border-radius:var(--radius-lg);overflow:hidden}._image_n3xyv_13{border-radius:var(--radius-lg);object-fit:cover;width:100%;display:block}._content_n3xyv_25 h2{margin:1rem 0 1.5rem}._content_n3xyv_25 p{color:var(--theme-text-light);margin-bottom:2rem;line-height:1.8}._features_n3xyv_35{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}._feature_n3xyv_35{align-items:center;gap:.75rem;display:flex}._feature_n3xyv_35 span{color:var(--theme-text-light)}._feature_n3xyv_35 svg{color:var(--theme-accent);flex-shrink:0}@media (width<=992px){._grid_n3xyv_6{grid-template-columns:1fr;gap:2.5rem}._imageWrapper_n3xyv_13{max-width:650px;margin:0 auto}._content_n3xyv_25{text-align:center}._features_n3xyv_35{grid-template-columns:repeat(2,1fr);max-width:650px;margin:0 auto 2rem}._feature_n3xyv_35{justify-content:center}._content_n3xyv_25 a{display:inline-block}}@media (width<=768px){._section_n3xyv_1{padding:4rem 1rem}._grid_n3xyv_6{flex-direction:column;gap:2rem;display:flex}._imageWrapper_n3xyv_13{border-radius:20px;width:100%;max-width:100%;margin:0 auto}._image_n3xyv_13{aspect-ratio:1.55;object-fit:cover;border-radius:20px;width:100%;height:auto}._content_n3xyv_25{text-align:center;width:100%}._features_n3xyv_35{flex-direction:column;align-items:center;gap:.9rem;margin:1.8rem auto 2rem;display:flex}._feature_n3xyv_35{justify-content:flex-start;align-items:center;gap:.7rem;width:fit-content;display:flex}._feature_n3xyv_35 svg{flex-shrink:0;width:16px;height:16px}._feature_n3xyv_35 span{font-size:.95rem}._content_n3xyv_25 a{display:inline-block}._content_n3xyv_25 p{text-align:justify}}@media (width<=480px){._section_n3xyv_1{padding:3.5rem 1rem}._grid_n3xyv_6{gap:1.8rem}._imageWrapper_n3xyv_13{border-radius:18px}._image_n3xyv_13{aspect-ratio:1.5;border-radius:18px}._features_n3xyv_35{gap:.8rem;margin-top:1.5rem;margin-bottom:1.8rem}._feature_n3xyv_35{gap:.65rem}._feature_n3xyv_35 span{font-size:.9rem}}._section_1cps9_5{padding:var(--section-padding);background:var(--theme-surface)}._grid_1cps9_14{grid-template-columns:.9fr 1.1fr;align-items:center;gap:4rem;display:grid}._imageWrapper_1cps9_25{text-align:center;width:100%}._image_1cps9_25{border-radius:var(--radius-lg);object-fit:cover;width:100%;display:block}._content_1cps9_41 h2{margin:1rem 0 .25rem}._content_1cps9_41 h4{color:var(--theme-accent);margin-bottom:1rem}._content_1cps9_41 p{color:var(--theme-text-light);margin-bottom:2rem;line-height:1.8}._list_1cps9_60{gap:1rem;margin-bottom:2rem;display:grid}._item_1cps9_66{align-items:flex-start;gap:.75rem;display:flex}._item_1cps9_66 span{color:var(--theme-text-light)}._item_1cps9_66 svg{color:var(--theme-accent);flex-shrink:0;margin-top:3px}._actions_1cps9_86{flex-wrap:wrap;gap:1rem;display:flex}._actions_1cps9_86 a{text-decoration:none}._brochureLink_1cps9_100{text-decoration:none;display:inline-block}._downloadIcon_1cps9_105{justify-content:center;align-items:center;margin-left:.5rem;transition:transform .3s,opacity .3s;display:inline-flex}._brochureLink_1cps9_100:hover{transform:translateY(-3px)}._brochureLink_1cps9_100:hover ._downloadIcon_1cps9_105{animation:.7s ease-in-out _downloadBounce_1cps9_1}._brochureLink_1cps9_100:active{transform:translateY(0)scale(.97)}._brochureLink_1cps9_100:active ._downloadIcon_1cps9_105{animation:.45s _downloadClick_1cps9_1}@keyframes _downloadBounce_1cps9_1{0%{transform:translateY(0)}30%{transform:translateY(4px)}55%{transform:translateY(-2px)}75%{transform:translateY(3px)}to{transform:translateY(0)}}@keyframes _downloadClick_1cps9_1{0%{opacity:1;transform:translateY(0)}40%{opacity:.5;transform:translateY(7px)}70%{opacity:1;transform:translateY(-2px)}to{transform:translateY(0)}}@media (width<=992px){._grid_1cps9_14{grid-template-columns:1fr;gap:3rem}._imageWrapper_1cps9_25{max-width:650px;margin:0 auto}._content_1cps9_41{text-align:center}._item_1cps9_66,._actions_1cps9_86{justify-content:center}}@media (width<=768px){._section_1cps9_5{padding:4rem 1rem}._grid_1cps9_14{flex-direction:column;gap:2rem;display:flex}._imageWrapper_1cps9_25{width:100%;max-width:100%;margin:0 auto}._image_1cps9_25{aspect-ratio:1.5;object-fit:cover;border-radius:20px;width:100%}._content_1cps9_41{text-align:center;width:100%}._content_1cps9_41 p{text-align:justify;margin-top:10px;margin-bottom:1rem}._list_1cps9_60{gap:.9rem;width:100%;max-width:430px;margin:1.8rem auto 2rem}._item_1cps9_66{text-align:left;justify-content:flex-start;align-items:flex-start;gap:.7rem;width:100%;display:flex}._item_1cps9_66 svg{width:16px;height:16px;margin-top:3px}._item_1cps9_66 span{font-size:.95rem;line-height:1.5}._actions_1cps9_86{flex-direction:column;align-items:center;gap:.9rem;width:100%;display:flex}._actions_1cps9_86 a{width:auto}}@media (width<=480px){._section_1cps9_5{padding:3.5rem 1rem}._grid_1cps9_14{gap:1.8rem}._image_1cps9_25{aspect-ratio:1.45;border-radius:18px}._list_1cps9_60{gap:.85rem;max-width:330px;margin-top:1.5rem;margin-bottom:1.8rem}._item_1cps9_66{gap:.65rem}._item_1cps9_66 span{font-size:.9rem;line-height:1.5}._actions_1cps9_86{gap:.85rem}._actions_1cps9_86 a{width:auto}}._section_1eq7m_5{padding:var(--section-padding);background:var(--theme-surface)}._grid_1eq7m_14{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}._card_1eq7m_24{text-align:center;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-lg);min-height:320px;transition:transform var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal);flex-direction:column;align-items:center;padding:2rem;display:flex}._card_1eq7m_24:hover{border-color:var(--theme-accent);box-shadow:var(--shadow-md);transform:translateY(-6px)}._icon_1eq7m_54{width:70px;height:70px;color:var(--theme-accent);background:#2e7d321a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.8rem;display:flex}._card_1eq7m_24 h3{width:100%;color:var(--theme-text);margin:0 0 1rem;line-height:1.25}._card_1eq7m_24 p{max-width:300px;color:var(--theme-text-light);margin:0;line-height:1.7}@media (width<=992px){._grid_1eq7m_14{grid-template-columns:repeat(2,1fr)}._card_1eq7m_24{min-height:300px}}@media (width<=768px){._section_1eq7m_5{padding:4rem 1rem}._grid_1eq7m_14{grid-template-columns:1fr;gap:1.4rem;width:100%;max-width:360px;margin:0 auto}._card_1eq7m_24{border-radius:18px;width:100%;min-height:0;padding:1.75rem 1.25rem}._icon_1eq7m_54{width:64px;height:64px;margin-bottom:1.2rem;font-size:1.6rem}._card_1eq7m_24 h3{margin-bottom:.75rem;font-size:1.35rem;line-height:1.3}._card_1eq7m_24 p{max-width:280px;font-size:.95rem;line-height:1.6}}@media (width<=480px){._section_1eq7m_5{padding:3.5rem 1rem}._grid_1eq7m_14{gap:1.25rem;max-width:330px}._card_1eq7m_24{padding:1.5rem 1rem}._icon_1eq7m_54{width:60px;height:60px;margin-bottom:1rem;font-size:1.5rem}._card_1eq7m_24 h3{font-size:1.25rem}._card_1eq7m_24 p{font-size:.9rem;line-height:1.55}}._section_1wu7y_5{padding:var(--section-padding);background:var(--theme-bg)}._grid_1wu7y_14{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}._card_1wu7y_24{text-align:center;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-lg);min-height:330px;transition:transform var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal);flex-direction:column;align-items:center;padding:2rem;display:flex;position:relative}._card_1wu7y_24:hover{border-color:var(--theme-accent);box-shadow:var(--shadow-md);transform:translateY(-6px)}._number_1wu7y_55{color:#2e7d3226;font-size:1.5rem;font-weight:700;position:absolute;top:1rem;right:1rem}._icon_1wu7y_68{width:70px;height:70px;color:var(--theme-accent);background:#2e7d321a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:1rem auto 1.5rem;font-size:1.8rem;display:flex}._card_1wu7y_24 h3{width:100%;color:var(--theme-text);margin:0 0 1rem;line-height:1.3}._card_1wu7y_24 p{max-width:280px;color:var(--theme-text-light);margin:0;line-height:1.7}@media (width<=992px){._grid_1wu7y_14{grid-template-columns:repeat(2,1fr)}._card_1wu7y_24{min-height:300px}}@media (width<=768px){._section_1wu7y_5{padding:4rem 1rem}._grid_1wu7y_14{grid-template-columns:1fr;gap:1.4rem;width:100%;max-width:360px;margin:0 auto}._card_1wu7y_24{border-radius:18px;min-height:0;padding:1.75rem 1.25rem}._number_1wu7y_55{font-size:1.2rem;top:.9rem;right:.9rem}._icon_1wu7y_68{width:64px;height:64px;margin-bottom:1.2rem;font-size:1.6rem}._card_1wu7y_24 h3{margin-bottom:.75rem;font-size:1.35rem;line-height:1.3}._card_1wu7y_24 p{max-width:280px;font-size:.95rem;line-height:1.6}}@media (width<=480px){._section_1wu7y_5{padding:3.5rem 1rem}._grid_1wu7y_14{gap:1.25rem;max-width:330px}._card_1wu7y_24{padding:1.5rem 1rem}._number_1wu7y_55{font-size:1.1rem;top:.8rem;right:.8rem}._icon_1wu7y_68{width:60px;height:60px;margin-bottom:1rem;font-size:1.5rem}._card_1wu7y_24 h3{font-size:1.25rem}._card_1wu7y_24 p{font-size:.9rem;line-height:1.55}}._section_1hupv_5{padding:var(--section-padding);background:var(--theme-surface)}._card_1hupv_14{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-lg);min-height:280px;transition:transform var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal);flex-direction:column;padding:2rem;display:flex}._card_1hupv_14:hover{border-color:var(--theme-accent);box-shadow:var(--shadow-md);transform:translateY(-6px)}._stars_1hupv_42{color:var(--theme-highlight);align-items:center;gap:.4rem;margin-bottom:1.5rem;display:flex}._stars_1hupv_42 svg{width:17px;height:17px}._review_1hupv_59{color:var(--theme-text-light);margin:0 0 2rem;line-height:1.8}._card_1hupv_14 h4{color:var(--theme-text);margin-top:auto;margin-bottom:.4rem;line-height:1.3}._card_1hupv_14 span{color:var(--theme-text-light);font-size:var(--fs-sm)}.swiper-pagination{margin-top:2rem;position:relative}.swiper-pagination-bullet{opacity:1;background:var(--theme-border)}.swiper-pagination-bullet-active{background:var(--theme-accent)}@media (width<=992px){._card_1hupv_14{min-height:270px}}@media (width<=768px){._section_1hupv_5{padding:4rem 1rem 1rem}._card_1hupv_14{border-radius:18px;min-height:0;padding:1.75rem 1.5rem}._stars_1hupv_42{margin-bottom:1.25rem}._review_1hupv_59{margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}._card_1hupv_14 h4{font-size:1.25rem}._card_1hupv_14 span{font-size:.85rem}.swiper-pagination{margin-top:1.5rem}}@media (width<=480px){._section_1hupv_5{padding:3.5rem 1rem 1rem}._card_1hupv_14{padding:1.5rem 1.25rem}._stars_1hupv_42{gap:.3rem;margin-bottom:1rem}._stars_1hupv_42 svg{width:16px;height:16px}._review_1hupv_59{font-size:.9rem;line-height:1.65}._card_1hupv_14 h4{font-size:1.2rem}}._banner_6pwb1_1{min-height:460px;padding:calc(var(--header-height) + 3rem) 0 4rem;background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;display:flex;position:relative;overflow:hidden}._overlay_6pwb1_17{z-index:1;background:linear-gradient(90deg,#081208eb 0%,#081208d1 40%,#0812088c 100%);position:absolute;inset:0}._grid_6pwb1_33{z-index:2;grid-template-columns:1.2fr .8fr;align-items:center;gap:5rem;display:grid;position:relative}._content_6pwb1_46{color:#fff}._badge_6pwb1_50{border-radius:var(--radius-full);color:var(--theme-accent);text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#6cff3d1f;border:1px solid #6cff3d40;align-items:center;gap:.6rem;padding:.8rem 1.4rem;font-size:.9rem;font-weight:600;display:inline-flex}._badge_6pwb1_50 svg{font-size:1rem}._content_6pwb1_46 h1{color:#fff;max-width:760px;margin:1.5rem 0;line-height:1.15}._content_6pwb1_46 p{color:#ffffffe0;max-width:640px;margin-bottom:2rem;line-height:1.9}._breadcrumb_6pwb1_88{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff14;border:1px solid #ffffff1f;align-items:center;gap:.75rem;padding:.85rem 1.5rem;display:inline-flex}._crumb_6pwb1_99{align-items:center;gap:.7rem;display:flex}._crumb_6pwb1_99 a{color:#fff;transition:var(--transition-fast);text-decoration:none}._crumb_6pwb1_99 span{color:#ffffffe6}._crumb_6pwb1_99 svg{color:#ffffff73}._crumb_6pwb1_99 a:hover{color:var(--theme-accent)}._sideCard_6pwb1_127{-webkit-backdrop-filter:blur(18px);transition:var(--transition-normal);background:#ffffff14;border:1px solid #ffffff26;border-radius:28px;padding:2.5rem;position:relative;box-shadow:0 25px 60px #00000040}._sideCard_6pwb1_127:hover{border-color:#6cff3d59;transform:translateY(-8px)}._sideCard_6pwb1_127 h3{color:#fff;margin-bottom:2rem;font-size:1.6rem}._list_6pwb1_150{flex-direction:column;gap:1.2rem;display:flex}._item_6pwb1_156{align-items:center;gap:1rem;display:flex}._item_6pwb1_156 svg{color:var(--theme-accent);flex-shrink:0;font-size:1.2rem}._item_6pwb1_156 span{color:#ffffffeb;font-weight:500}._sideCard_6pwb1_127:before{content:"";filter:blur(40px);background:#6cff3d14;border-radius:50%;width:180px;height:180px;position:absolute;top:-60px;right:-60px}@media (width<=992px){._banner_6pwb1_1{min-height:auto;padding:calc(var(--header-height) + 2.5rem) 0 3.5rem}._grid_6pwb1_33{grid-template-columns:1fr;gap:2.5rem}._content_6pwb1_46{text-align:center}._content_6pwb1_46 h1,._content_6pwb1_46 p{margin-left:auto;margin-right:auto}._content_6pwb1_46 h1{max-width:800px}._content_6pwb1_46 p{text-align:justify;max-width:650px}._breadcrumb_6pwb1_88{justify-content:center}._sideCard_6pwb1_127{width:100%;max-width:520px;margin:0 auto}}@media (width<=768px){._banner_6pwb1_1{min-height:auto;padding:calc(var(--header-height) + 1.5rem) 0 2.5rem;background-position:50%}._overlay_6pwb1_17{background:linear-gradient(#081208e0 0%,#081208c7 55%,#081208e6 100%)}._grid_6pwb1_33{gap:2rem}._badge_6pwb1_50{letter-spacing:.35px;gap:.45rem;padding:.65rem 1rem;font-size:.75rem}._badge_6pwb1_50 svg{font-size:.9rem}._content_6pwb1_46 h1{letter-spacing:-.8px;max-width:100%;margin:1.2rem auto 1rem;font-size:clamp(2.25rem,9vw,3.2rem);line-height:1.08}._content_6pwb1_46 p{text-align:justify;max-width:100%;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}._breadcrumb_6pwb1_88{gap:.5rem;padding:.65rem 1rem;font-size:.85rem}._crumb_6pwb1_99{gap:.45rem}._crumb_6pwb1_99 svg{font-size:.9rem}._sideCard_6pwb1_127{background:#ffffff17;border-radius:22px;max-width:100%;padding:1.75rem 1.25rem}._sideCard_6pwb1_127:hover{transform:none}._sideCard_6pwb1_127 h3{margin-bottom:1.5rem;font-size:1.35rem}._list_6pwb1_150{gap:1rem}._item_6pwb1_156{text-align:left;gap:.8rem}._item_6pwb1_156 svg{font-size:1.1rem}._item_6pwb1_156 span{font-size:.9rem}}@media (width<=480px){._banner_6pwb1_1{padding:4.5rem 1rem 2rem}._grid_6pwb1_33{gap:1.75rem}._badge_6pwb1_50{padding:.6rem .9rem;font-size:.7rem}._content_6pwb1_46 h1{margin-top:1rem;font-size:1.5rem;line-height:1.08}._content_6pwb1_46 p{text-align:justify;font-size:.9rem;line-height:1.65}._breadcrumb_6pwb1_88{padding:.6rem .9rem;font-size:.8rem}._sideCard_6pwb1_127{border-radius:20px;padding:1.5rem 1rem}._sideCard_6pwb1_127 h3{margin-bottom:1.25rem;font-size:1.25rem}._list_6pwb1_150{gap:.9rem}._item_6pwb1_156{gap:.7rem}._item_6pwb1_156 span{font-size:.85rem}}._section_l78nf_1{padding:var(--section-padding);background:var(--theme-bg)}._grid_l78nf_10{grid-template-columns:.9fr 1.1fr;align-items:center;gap:4rem;display:grid}._founderWrapper_l78nf_21{position:relative}._founderCard_l78nf_25{border-radius:var(--radius-xl);background:var(--theme-surface);border:1px solid var(--theme-border);box-shadow:var(--shadow-lg);transition:var(--transition-normal);position:relative;overflow:hidden}._founderCard_l78nf_25:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}._imageWrapper_l78nf_44{aspect-ratio:4/4.2;background:var(--theme-primary);position:relative;overflow:hidden}._image_l78nf_44{object-fit:contain;width:100%;height:100%;transition:transform .6s;display:block}._founderCard_l78nf_25:hover ._image_l78nf_44{transform:scale(1.03)}._founderInfo_l78nf_67{padding:1.75rem 2rem 2rem}._founderInfo_l78nf_67 h3{color:var(--theme-text);margin-bottom:.4rem;font-size:1.5rem}._designation_l78nf_77{color:var(--theme-accent);margin-bottom:1rem;font-weight:600}._credentials_l78nf_83{flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;display:flex}._credentials_l78nf_83 span{border-radius:var(--radius-full);color:var(--theme-primary);background:#6cff3d1a;align-items:center;padding:.45rem .8rem;font-size:.85rem;font-weight:600;display:inline-flex}._founderDescription_l78nf_101{color:var(--theme-text-light);line-height:1.75}._highlights_l78nf_110{grid-template-columns:repeat(2,1fr);gap:1rem;margin:2rem 0;display:grid}._highlight_l78nf_110{align-items:center;gap:.75rem;display:flex}._highlight_l78nf_110 span{color:var(--theme-text-light)}._highlight_l78nf_110 svg{color:var(--theme-accent);flex-shrink:0;font-size:1.1rem}@media (width<=992px){._grid_l78nf_10{grid-template-columns:1fr;gap:3rem}._founderWrapper_l78nf_21{width:100%;max-width:560px;margin:0 auto}}@media (width<=768px){._section_l78nf_1{padding:3.5rem 1rem}._grid_l78nf_10{gap:2.5rem}._founderWrapper_l78nf_21{max-width:100%}._founderCard_l78nf_25{border-radius:24px}._founderCard_l78nf_25:hover{box-shadow:var(--shadow-lg);transform:none}._imageWrapper_l78nf_44{aspect-ratio:auto;height:275px}._image_l78nf_44{object-fit:cover;object-position:center top;width:100%;height:100%}._founderCard_l78nf_25:hover ._image_l78nf_44{transform:none}._founderInfo_l78nf_67{padding:1.5rem 1.35rem 1.75rem}._designation_l78nf_77{margin-bottom:.9rem;line-height:1.6}._credentials_l78nf_83{gap:.6rem;margin-bottom:1.1rem}._credentials_l78nf_83 span{padding:.4rem .7rem;font-size:.78rem}._founderDescription_l78nf_101{text-align:justify;font-size:.92rem;line-height:1.7}._content_l78nf_233{width:100%}._sectionHeading_l78nf_237{margin-bottom:1.5rem}._content_l78nf_233 p{text-align:justify;margin-bottom:1.1rem;font-size:.92rem;line-height:1.75}._highlights_l78nf_110{grid-template-columns:1fr;gap:.9rem;margin:1.75rem 0}._highlight_l78nf_110{gap:.65rem}._highlight_l78nf_110 span{font-size:.9rem}._highlight_l78nf_110 svg{font-size:1rem}}@media (width<=480px){._section_l78nf_1{padding:3rem 1rem}._grid_l78nf_10{gap:2.25rem}._imageWrapper_l78nf_44{height:255px}._founderInfo_l78nf_67{padding:1.35rem 1.2rem 1.5rem}._designation_l78nf_77{font-size:.9rem}._credentials_l78nf_83{flex-direction:column;align-items:flex-start;gap:.55rem}._credentials_l78nf_83 span{font-size:.76rem}._founderDescription_l78nf_101{text-align:justify;font-size:.88rem;line-height:1.7}._content_l78nf_233 p{text-align:justify;font-size:.9rem;line-height:1.72}._highlights_l78nf_110{gap:.85rem;margin:1.5rem 0}._highlight_l78nf_110 span{font-size:.88rem}}._section_14da7_1{padding:var(--section-padding);background:var(--theme-surface)}._statement_14da7_6{border-left:5px solid var(--theme-accent);border-radius:var(--radius-lg);text-align:center;background:#2e7d320f;max-width:900px;margin:0 auto 4rem;padding:2rem}._statement_14da7_6 p{color:var(--theme-text-light);line-height:1.9}._grid_14da7_21{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}._card_14da7_27{background:var(--theme-bg);border:1px solid var(--theme-border);border-radius:var(--radius-lg);text-align:center;transition:var(--transition-normal);padding:2rem}._card_14da7_27:hover{border-color:var(--theme-accent);box-shadow:var(--shadow-md);transform:translateY(-6px)}._icon_14da7_42{width:72px;height:72px;color:var(--theme-accent);background:#2e7d3214;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.8rem;display:flex}._card_14da7_27 h3{color:var(--theme-text);margin-bottom:1rem;line-height:1.4}._card_14da7_27 p{color:var(--theme-text-light);line-height:1.8}@media (width<=992px){._grid_14da7_21{grid-template-columns:repeat(2,1fr);gap:1.5rem}._card_14da7_27{padding:1.75rem}}@media (width<=768px){._section_14da7_1{padding:3.5rem 1rem}._statement_14da7_6{border-left-width:4px;border-radius:18px;max-width:100%;margin-bottom:2.5rem;padding:1.35rem 1.2rem}._statement_14da7_6 p{text-align:justify;font-size:.92rem;line-height:1.7}._grid_14da7_21{grid-template-columns:1fr;gap:1.5rem}._card_14da7_27{border-radius:20px;padding:1.75rem 1.25rem}._card_14da7_27:hover{box-shadow:none;transform:none}._icon_14da7_42{width:64px;height:64px;margin-bottom:1.15rem;font-size:1.55rem}._card_14da7_27 h3{margin-bottom:.75rem;font-size:1.25rem;line-height:1.3}._card_14da7_27 p{font-size:.9rem;line-height:1.65}}@media (width<=480px){._section_14da7_1{padding:3rem 1rem}._statement_14da7_6{margin-bottom:2rem;padding:1.25rem 1rem}._statement_14da7_6 p{text-align:justify;font-size:.88rem;line-height:1.65}._grid_14da7_21{gap:1.25rem}._card_14da7_27{border-radius:18px;padding:1.5rem 1rem}._icon_14da7_42{width:60px;height:60px;margin-bottom:1rem;font-size:1.45rem}._card_14da7_27 h3{margin-bottom:.65rem;font-size:1.15rem;line-height:1.3}._card_14da7_27 p{font-size:.86rem;line-height:1.6}}._section_l2cw3_1{padding:var(--section-padding);background:var(--theme-bg)}._grid_l2cw3_6{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}._imageWrapper_l2cw3_13{border-radius:var(--radius-lg);position:relative;overflow:hidden}._image_l2cw3_13{border-radius:var(--radius-lg);object-fit:cover;width:100%;display:block}._content_l2cw3_26 p{color:var(--theme-text-light);margin-bottom:1.25rem;line-height:1.8}._highlights_l2cw3_32{grid-template-columns:repeat(2,1fr);gap:1rem;margin:2rem 0;display:grid}._highlight_l2cw3_32{align-items:flex-start;gap:.75rem;line-height:1.6;display:flex}._highlight_l2cw3_32 span{color:var(--theme-text-light)}._highlight_l2cw3_32 svg{color:var(--theme-accent);flex-shrink:0;margin-top:4px}._note_l2cw3_56{color:var(--theme-text);border-left:4px solid var(--theme-accent);border-radius:var(--radius-md);background:#2e7d320f;padding:1.25rem;font-weight:600}@media (width<=992px){._section_l2cw3_1{padding:4rem 1rem}._grid_l2cw3_6{grid-template-columns:1fr;gap:2.5rem}._imageWrapper_l2cw3_13{width:100%;max-width:560px;margin:0 auto}._content_l2cw3_26{text-align:center}._content_l2cw3_26 p{text-align:justify;margin-bottom:1.1rem;line-height:1.75}._highlights_l2cw3_32{grid-template-columns:1fr;gap:.85rem;margin:1.75rem 0}._highlight_l2cw3_32{text-align:left;justify-content:center}._note_l2cw3_56{max-width:560px;margin:0 auto}}@media (width<=768px){._section_l2cw3_1{padding:3.5rem 1rem}._grid_l2cw3_6{gap:2rem}._imageWrapper_l2cw3_13{border-radius:20px;max-width:100%}._image_l2cw3_13{border-radius:20px}._content_l2cw3_26{text-align:center}._content_l2cw3_26 p{text-align:justify;margin-bottom:1rem;font-size:.92rem;line-height:1.7}._highlights_l2cw3_32{flex-direction:column;gap:.85rem;margin:1.75rem 0;display:flex}._highlight_l2cw3_32{text-align:left;justify-content:flex-start;align-items:center;gap:.7rem}._highlight_l2cw3_32 svg{margin-top:0;font-size:1rem}._highlight_l2cw3_32 span{font-size:.9rem;line-height:1.5}._note_l2cw3_56{border-left-width:4px;border-radius:16px;padding:1.15rem 1rem;font-size:.9rem;line-height:1.6}}@media (width<=480px){._section_l2cw3_1{padding:3rem 1rem}._grid_l2cw3_6{gap:1.75rem}._imageWrapper_l2cw3_13,._image_l2cw3_13{border-radius:18px}._content_l2cw3_26 p{text-align:justify;font-size:.88rem;line-height:1.65}._highlights_l2cw3_32{gap:.75rem;margin:1.5rem 0}._highlight_l2cw3_32{gap:.6rem}._highlight_l2cw3_32 span{font-size:.86rem}._note_l2cw3_56{padding:1rem .9rem;font-size:.86rem}}._section_yyxdx_1{padding:var(--section-padding);background:var(--theme-surface)}._sectionHeading_yyxdx_6{margin:0 auto 4rem;max-width:950px!important}._grid_yyxdx_11{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}._card_yyxdx_17{text-align:center;background:var(--theme-bg);border:1px solid var(--theme-border);border-radius:var(--radius-lg);transition:var(--transition-normal);padding:2rem}._card_yyxdx_17:hover{border-color:var(--theme-accent);box-shadow:var(--shadow-md);transform:translateY(-6px)}._icon_yyxdx_32{width:72px;height:72px;color:var(--theme-accent);background:#2e7d3214;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.8rem;display:flex}._card_yyxdx_17 h3{color:var(--theme-text);margin-bottom:1rem;line-height:1.4}._card_yyxdx_17 p{color:var(--theme-text-light);line-height:1.8}@media (width<=992px){._section_yyxdx_1{padding:4rem 1rem}._sectionHeading_yyxdx_6{margin-bottom:3rem}._grid_yyxdx_11{grid-template-columns:repeat(2,1fr);gap:1.5rem}._card_yyxdx_17{padding:1.75rem}}@media (width<=768px){._section_yyxdx_1{padding:3.5rem 1rem}._sectionHeading_yyxdx_6{margin-bottom:2rem}._grid_yyxdx_11{grid-template-columns:1fr;gap:1.25rem}._card_yyxdx_17{border-radius:20px;padding:1.75rem 1.25rem}._icon_yyxdx_32{width:68px;height:68px;margin-bottom:1.25rem;font-size:1.7rem}._card_yyxdx_17 h3{margin-bottom:.75rem;font-size:1.35rem;line-height:1.3}._card_yyxdx_17 p{font-size:.92rem;line-height:1.65}}@media (width<=480px){._section_yyxdx_1{padding:3rem 1rem}._sectionHeading_yyxdx_6{margin-bottom:1.75rem}._grid_yyxdx_11{gap:1rem}._card_yyxdx_17{border-radius:18px;padding:1.5rem 1rem}._icon_yyxdx_32{width:64px;height:64px;margin-bottom:1.1rem;font-size:1.6rem}._card_yyxdx_17 h3{font-size:1.25rem}._card_yyxdx_17 p{font-size:.88rem;line-height:1.6}}._section_1mztx_1{padding:var(--section-padding);background:var(--theme-surface)}._grid_1mztx_10{align-items:center;gap:4rem;max-width:1280px;margin:0 auto;display:grid}._content_1mztx_22 p{color:var(--theme-text-light);margin-bottom:1.25rem;line-height:1.8}._boxes_1mztx_32{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2.5rem 0;display:grid}._infoBox_1mztx_39{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-lg);transition:var(--transition-normal);box-shadow:var(--shadow-sm);padding:1.8rem}._infoBox_1mztx_39:hover{border-color:var(--theme-accent);box-shadow:var(--shadow-md);transform:translateY(-6px)}._infoBox_1mztx_39 h4{color:var(--theme-text);margin-bottom:1.2rem}._listItem_1mztx_63{align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}._listItem_1mztx_63:last-child{margin-bottom:0}._listItem_1mztx_63 svg{color:var(--theme-accent);flex-shrink:0;margin-top:3px}._listItem_1mztx_63 span{color:var(--theme-text-light)}@media (width<=992px){._grid_1mztx_10{gap:3rem}._boxes_1mztx_32{gap:1.25rem}._infoBox_1mztx_39{padding:1.5rem}}@media (width<=768px){._section_1mztx_1{padding:3.5rem 1rem}._content_1mztx_22{width:100%}._content_1mztx_22 p{text-align:justify;text-align:left;word-spacing:normal;margin-bottom:1.15rem;font-size:.95rem;line-height:1.7}._boxes_1mztx_32{grid-template-columns:1fr;gap:1.25rem;margin:2rem 0 0}._infoBox_1mztx_39{border-radius:20px;padding:1.5rem 1.4rem}._infoBox_1mztx_39 h4{margin-bottom:1rem;font-size:1.25rem}._listItem_1mztx_63{gap:.7rem;margin-bottom:.85rem;line-height:1.5}._listItem_1mztx_63 span{font-size:.92rem}}@media (width<=480px){._section_1mztx_1{padding:3rem 1rem}._content_1mztx_22 p{text-align:justify;font-size:.9rem;line-height:1.65}._boxes_1mztx_32{gap:1rem;margin-top:1.75rem}._infoBox_1mztx_39{border-radius:18px;padding:1.35rem 1.2rem}._infoBox_1mztx_39 h4{font-size:1.2rem}._listItem_1mztx_63{gap:.65rem}._listItem_1mztx_63 svg{font-size:.95rem}._listItem_1mztx_63 span{font-size:.88rem}}._section_1ow3a_1{padding:var(--section-padding);background:var(--theme-bg)}._card_1ow3a_8{background:var(--theme-bg);border:1px solid #2e7d3214;border-radius:32px;grid-template-columns:.9fr 1.1fr;align-items:center;gap:4rem;padding:4rem;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000014}._card_1ow3a_8:before{content:"";background:#2e7d320d;border-radius:50%;width:450px;height:450px;position:absolute;top:-180px;right:-180px}._left_1ow3a_37{text-align:center;position:relative}._ribbon_1ow3a_42{background:var(--theme-highlight);color:#111;border-radius:999px;margin-bottom:2rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}._image_1ow3a_52{filter:drop-shadow(0 25px 40px #00000026);border-radius:16px;width:100%;max-width:380px;margin:auto;transition:all .4s;animation:4s ease-in-out infinite _floating_1ow3a_1;display:block}@keyframes _floating_1ow3a_1{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}._card_1ow3a_8:hover ._image_1ow3a_52{transform:translateY(-12px)scale(1.04)}._right_1ow3a_83 p{color:var(--theme-text-light);margin-bottom:2rem;line-height:1.9}._features_1ow3a_114{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2.5rem;display:grid}._feature_1ow3a_114{align-items:center;gap:.8rem;display:flex}._feature_1ow3a_114 span{color:var(--theme-text-light)}._feature_1ow3a_114 svg{color:var(--theme-accent);flex-shrink:0}._buttons_1ow3a_136{flex-wrap:wrap;gap:1rem;display:flex}._brochureLink_1ow3a_146{text-decoration:none;display:inline-block}._downloadIcon_1ow3a_151{justify-content:center;align-items:center;margin-left:.5rem;transition:transform .3s,opacity .3s;display:inline-flex}._brochureLink_1ow3a_146:hover{transform:translateY(-3px)}._brochureLink_1ow3a_146:hover ._downloadIcon_1ow3a_151{animation:.7s ease-in-out _downloadBounce_1ow3a_1}._brochureLink_1ow3a_146:active{transform:translateY(0)scale(.97)}._brochureLink_1ow3a_146:active ._downloadIcon_1ow3a_151{animation:.45s _downloadClick_1ow3a_1}@keyframes _downloadBounce_1ow3a_1{0%{transform:translateY(0)}30%{transform:translateY(4px)}55%{transform:translateY(-2px)}75%{transform:translateY(3px)}to{transform:translateY(0)}}@keyframes _downloadClick_1ow3a_1{0%{opacity:1;transform:translateY(0)}40%{opacity:.5;transform:translateY(7px)}70%{opacity:1;transform:translateY(-2px)}to{transform:translateY(0)}}@media (width<=992px){._card_1ow3a_8{grid-template-columns:1fr;gap:2.5rem;padding:3rem}._left_1ow3a_37{order:1}._right_1ow3a_83{text-align:center;order:2}._features_1ow3a_114{text-align:left;grid-template-columns:1fr}._buttons_1ow3a_136{justify-content:center}._brochureLink_1ow3a_146{display:inline-block}}@media (width<=768px){._section_1ow3a_1{padding:3rem 1rem}._card_1ow3a_8{border-radius:24px;flex-direction:column;gap:1.5rem;padding:1.5rem 1.25rem 2rem;display:flex}._left_1ow3a_37{flex-direction:column;align-items:center;width:100%;display:flex}._ribbon_1ow3a_42{z-index:2;margin-bottom:1rem;padding:.65rem 1.2rem;font-size:.9rem;position:relative}._image_1ow3a_52{object-fit:contain;width:auto;max-width:230px;height:280px;margin:0 auto}._right_1ow3a_83{text-align:left;width:100%}._right_1ow3a_83 p{text-align:justify;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}._features_1ow3a_114{flex-direction:column;gap:.8rem;margin-bottom:1.75rem;display:flex}._feature_1ow3a_114{align-items:flex-start;gap:.65rem;line-height:1.5}._feature_1ow3a_114 svg{flex-shrink:0;margin-top:3px}._feature_1ow3a_114 span{font-size:.92rem}._buttons_1ow3a_136{justify-content:flex-start}._brochureLink_1ow3a_146{margin-top:.5rem}}@media (width<=480px){._section_1ow3a_1{padding:2.5rem 1rem}._card_1ow3a_8{border-radius:20px;gap:1rem;padding:1.25rem 1rem 1.75rem}._ribbon_1ow3a_42{margin-bottom:.5rem;padding:.6rem 1rem;font-size:.82rem}._image_1ow3a_52{max-width:200px;height:250px}._right_1ow3a_83 p{text-align:justify;font-size:.9rem;line-height:1.65}._features_1ow3a_114{gap:.7rem}._feature_1ow3a_114 span{font-size:.88rem}}._section_62ez8_1{padding:var(--section-padding);background:var(--theme-surface)}._grid_62ez8_10{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}._card_62ez8_20{text-align:center;background:var(--theme-surface);box-shadow:var(--shadow-sm);transition:var(--transition-normal);border:1px solid #2e7d3214;border-radius:24px;padding:2.5rem;position:relative;overflow:hidden}._card_62ez8_20:before{content:"";background:#2e7d320a;border-radius:50%;width:160px;height:160px;transition:all .4s;position:absolute;top:-80px;right:-80px}._card_62ez8_20:hover{box-shadow:var(--shadow-lg);border-color:#2e7d3240;transform:translateY(-8px)}._card_62ez8_20:hover:before{transform:scale(1.2)}._icon_62ez8_58{width:82px;height:82px;color:var(--theme-accent);background:linear-gradient(135deg,#2e7d321f,#81c7842e);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.8rem;font-size:2rem;display:flex}._card_62ez8_20 h3{color:var(--theme-text);margin-bottom:1rem}._card_62ez8_20 p{color:var(--theme-text-light);line-height:1.8}@media (width<=992px){._grid_62ez8_10{grid-template-columns:repeat(2,1fr);gap:1.5rem}._card_62ez8_20{padding:2rem}}@media (width<=768px){._section_62ez8_1{padding:3.5rem 1rem}._grid_62ez8_10{grid-template-columns:1fr;gap:1.25rem}._card_62ez8_20{border-radius:20px;padding:1.75rem 1.25rem}._icon_62ez8_58{width:68px;height:68px;margin-bottom:1.2rem;font-size:1.7rem}._card_62ez8_20 h3{margin-bottom:.7rem;font-size:1.3rem;line-height:1.3}._card_62ez8_20 p{text-align:justify;font-size:.92rem;line-height:1.65}}@media (width<=480px){._section_62ez8_1{padding:3rem 1rem}._grid_62ez8_10{gap:1rem}._card_62ez8_20{border-radius:18px;padding:1.5rem 1rem}._icon_62ez8_58{width:64px;height:64px;margin-bottom:1rem;font-size:1.6rem}._card_62ez8_20 h3{font-size:1.2rem}._card_62ez8_20 p{text-align:justify;font-size:.88rem;line-height:1.6}}._section_c5t2n_1{padding:var(--section-padding);background:var(--theme-bg)}._sectionHeading_c5t2n_10{max-width:800px;margin:0 auto}._tabs_c5t2n_19{flex-wrap:wrap;justify-content:center;gap:1rem;margin:0 auto 3rem;display:flex}._tab_c5t2n_19{min-width:150px;color:var(--theme-text);border:1px solid var(--theme-border);cursor:pointer;border-radius:var(--radius-full);background:var(--theme-highlight);justify-content:center;align-items:center;gap:.6rem;padding:.9rem 1.5rem;font-weight:600;transition:transform .3s,background .3s,color .3s,border-color .3s,box-shadow .3s;display:flex}._tab_c5t2n_19 span{font-size:1rem}._tab_c5t2n_19:hover{border-color:var(--theme-accent);transform:translateY(-2px)}._active_c5t2n_57{background:var(--theme-primary);color:var(--theme-accent);border-color:var(--theme-primary);box-shadow:var(--shadow-sm)}._content_c5t2n_68{grid-template-columns:.9fr 1.1fr;align-items:center;gap:3.5rem;display:grid}._imageSide_c5t2n_79{justify-content:center;display:flex}._placeholder_c5t2n_84{background:linear-gradient(135deg,#2e7d3214,#81c78426);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:340px;display:flex;position:relative;overflow:hidden}._placeholder_c5t2n_84:before{content:"";background:#ffffff59;border-radius:50%;width:220px;height:220px;position:absolute;top:-100px;right:-80px}._placeholder_c5t2n_84 span,._placeholder_c5t2n_84 h3{z-index:1;position:relative}._placeholder_c5t2n_84 span{font-size:5rem;line-height:1}._placeholder_c5t2n_84 h3{color:var(--theme-text);margin-top:1.25rem}._image_c5t2n_79{object-fit:cover;border-radius:24px;width:100%;display:block}._info_c5t2n_139{padding:.5rem 0}._info_c5t2n_139 h3{color:var(--theme-text);margin-bottom:2rem;line-height:1.3}._list_c5t2n_149{flex-direction:column;gap:1rem;display:flex}._item_c5t2n_155{align-items:flex-start;gap:.8rem;display:flex}._item_c5t2n_155 span{color:var(--theme-text-light);line-height:1.7}._item_c5t2n_155 svg{color:var(--theme-accent);flex-shrink:0;margin-top:4px}@media (width<=992px){._content_c5t2n_68{grid-template-columns:1fr;gap:2.5rem}._imageSide_c5t2n_79,._info_c5t2n_139{width:100%;max-width:600px;margin:0 auto}}@media (width<=768px){._section_c5t2n_1{padding:3.5rem 1rem}._tabs_c5t2n_19{gap:.75rem;margin-bottom:2rem}._tab_c5t2n_19{width:100%;min-width:0;min-height:46px;padding:.8rem 1rem;font-size:.9rem}._content_c5t2n_68{gap:2rem}._placeholder_c5t2n_84{border-radius:22px;min-height:240px}._placeholder_c5t2n_84 span{font-size:4.2rem}._placeholder_c5t2n_84 h3{margin-top:1rem;font-size:1.4rem}._info_c5t2n_139{text-align:left}._info_c5t2n_139 h3{margin-bottom:1.5rem;font-size:1.4rem}._list_c5t2n_149{gap:.9rem}._item_c5t2n_155{gap:.7rem}._item_c5t2n_155 span{font-size:.92rem;line-height:1.65}}@media (width<=480px){._section_c5t2n_1{padding:3rem 1rem}._tabs_c5t2n_19{gap:.65rem;margin-bottom:1.75rem}._tab_c5t2n_19{min-height:44px;padding:.7rem 1rem}._placeholder_c5t2n_84{border-radius:20px;min-height:220px}._placeholder_c5t2n_84 span{font-size:3.8rem}._placeholder_c5t2n_84 h3{font-size:1.3rem}._content_c5t2n_68{gap:1.75rem}._info_c5t2n_139 h3{font-size:1.3rem}._item_c5t2n_155 span{font-size:.9rem}}._section_1nhkj_1{padding:var(--section-padding);background:var(--theme-surface)}._sectionHeading_1nhkj_10{max-width:800px;margin:0 auto}._grid_1nhkj_19{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}._card_1nhkj_29{text-align:center;background:var(--theme-surface);border:1px solid var(--theme-border);min-height:330px;box-shadow:var(--shadow-sm);border-radius:24px;flex-direction:column;justify-content:flex-start;align-items:center;padding:2.5rem 2rem;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex}._card_1nhkj_29:hover{border-color:var(--theme-accent);box-shadow:var(--shadow-lg);transform:translateY(-8px)}._icon_1nhkj_57{width:80px;height:80px;color:var(--theme-accent);background:#2e7d321a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;display:flex}._card_1nhkj_29 h3{color:var(--theme-text);margin:0 0 1rem;line-height:1.3}._dosage_1nhkj_85{border-radius:var(--radius-full);max-width:100%;color:var(--theme-accent);background:#2e7d3214;justify-content:center;align-items:center;margin-bottom:1.35rem;padding:.65rem 1.2rem;font-weight:700;line-height:1.4;display:inline-flex}._card_1nhkj_29 p{max-width:300px;color:var(--theme-text-light);margin:0;line-height:1.75}@media (width<=992px){._grid_1nhkj_19{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){._section_1nhkj_1{padding:3.5rem 1rem}._grid_1nhkj_19{grid-template-columns:1fr;gap:1.5rem}._card_1nhkj_29{width:100%;max-width:500px;min-height:0;margin:0 auto;padding:2rem 1.5rem}._icon_1nhkj_57{width:72px;height:72px;margin-bottom:1.25rem;font-size:1.8rem}._card_1nhkj_29 h3{margin-bottom:.9rem;font-size:1.35rem}._dosage_1nhkj_85{margin-bottom:1.2rem;padding:.6rem 1rem;font-size:.9rem}._card_1nhkj_29 p{max-width:280px;font-size:.95rem;line-height:1.7}}@media (width<=480px){._section_1nhkj_1{padding:3rem 1rem}._grid_1nhkj_19{gap:1.25rem}._card_1nhkj_29{border-radius:20px;padding:1.75rem 1.25rem}._icon_1nhkj_57{width:68px;height:68px;font-size:1.7rem}._card_1nhkj_29 h3{font-size:1.25rem}._dosage_1nhkj_85{font-size:.85rem}._card_1nhkj_29 p{font-size:.9rem}}._section_1qvx9_1{padding:var(--section-padding);background:var(--theme-bg)}._sectionHeading_1qvx9_10{max-width:800px;margin:0 auto}._grid_1qvx9_19{grid-template-columns:.9fr 1.1fr;align-items:center;gap:4rem;display:grid}._imageWrapper_1qvx9_30{justify-content:center;align-items:center;display:flex}._image_1qvx9_30{filter:drop-shadow(0 24px 40px #0000001f);width:100%;max-width:420px;transition:transform .4s,filter .4s;display:block}._image_1qvx9_30:hover{transform:translateY(-10px)scale(1.03)}._productList_1qvx9_56{gap:1.5rem;display:grid}._card_1qvx9_65{background:var(--theme-bg);border:1px solid var(--theme-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.75rem;transition:transform .3s,border-color .3s,box-shadow .3s}._card_1qvx9_65:hover{border-color:var(--theme-accent);box-shadow:var(--shadow-md);transform:translateY(-5px)}._top_1qvx9_90{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}._top_1qvx9_90 h3{color:var(--theme-text);margin:0;line-height:1.3}._quantity_1qvx9_109{border-radius:var(--radius-full);color:var(--theme-accent);background:#2e7d3214;flex-shrink:0;justify-content:center;align-items:center;padding:.45rem .9rem;font-size:.9rem;font-weight:600;line-height:1.3;display:inline-flex}._list_1qvx9_132{gap:.75rem;display:grid}._item_1qvx9_137{align-items:flex-start;gap:.75rem;display:flex}._item_1qvx9_137 svg{color:var(--theme-accent);flex-shrink:0;margin-top:3px}._item_1qvx9_137 span{color:var(--theme-text-light);line-height:1.6}@media (width<=992px){._grid_1qvx9_19{grid-template-columns:1fr;gap:3rem}._productList_1qvx9_56{order:1;width:100%;max-width:650px;margin:0 auto}._imageWrapper_1qvx9_30{order:2}._image_1qvx9_30{max-width:380px}}@media (width<=768px){._section_1qvx9_1{padding:3.5rem 1rem}._grid_1qvx9_19{gap:2.5rem}._productList_1qvx9_56{gap:1.25rem}._card_1qvx9_65{border-radius:20px;padding:1.5rem}._top_1qvx9_90{align-items:flex-start;gap:.7rem;margin-bottom:1rem}._top_1qvx9_90 h3{font-size:1.3rem}._quantity_1qvx9_109{padding:.4rem .75rem;font-size:.82rem}._list_1qvx9_132{gap:.7rem}._item_1qvx9_137{gap:.65rem}._item_1qvx9_137 span{font-size:.92rem}._imageWrapper_1qvx9_30{padding-top:.5rem}._image_1qvx9_30{width:100%;max-width:360px}}@media (width<=480px){._section_1qvx9_1{padding:3rem 1rem}._grid_1qvx9_19{gap:2rem}._card_1qvx9_65{padding:1.35rem}._top_1qvx9_90{flex-direction:column;align-items:flex-start}._top_1qvx9_90 h3{font-size:1.25rem}._quantity_1qvx9_109{font-size:.8rem}._item_1qvx9_137 span{font-size:.9rem;line-height:1.55}._image_1qvx9_30{max-width:320px}}._section_ov6bc_1{padding:var(--section-padding);background:var(--theme-surface)}._grid_ov6bc_10{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}._points_ov6bc_21{gap:1rem;margin:2rem 0;display:grid}._points_ov6bc_21 div{color:var(--theme-text-light);align-items:flex-start;gap:.75rem;font-weight:600;line-height:1.6;display:flex}._points_ov6bc_21 div svg{color:var(--theme-accent);flex-shrink:0;margin-top:4px}._cards_ov6bc_46{gap:1.5rem;display:grid}._card_ov6bc_46{background:var(--theme-surface);border:1px solid var(--theme-border);box-shadow:var(--shadow-sm);border-radius:20px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex}._card_ov6bc_46:hover{border-color:var(--theme-accent);box-shadow:var(--shadow-md);transform:translateY(-6px)}._icon_ov6bc_76{width:70px;height:70px;color:var(--theme-accent);background:#2e7d3214;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.8rem;display:flex}._card_ov6bc_46 h3{color:var(--theme-text);margin:0 0 .75rem;line-height:1.35}._card_ov6bc_46 p{color:var(--theme-text-light);margin:0;line-height:1.75}@media (width<=992px){._grid_ov6bc_10{grid-template-columns:1fr;gap:3rem}._content_ov6bc_115,._cards_ov6bc_46{width:100%;max-width:650px;margin:0 auto}}@media (width<=768px){._section_ov6bc_1{padding:3.5rem 1rem}._grid_ov6bc_10{gap:2.5rem}._points_ov6bc_21{gap:.85rem;margin:1.75rem 0}._points_ov6bc_21 div{gap:.65rem;font-size:.95rem}._cards_ov6bc_46{gap:1.25rem}._card_ov6bc_46{text-align:center;border-radius:20px;flex-direction:column;align-items:center;width:100%;padding:1.75rem 1.5rem}._icon_ov6bc_76{width:70px;height:70px;margin-bottom:.25rem;font-size:1.75rem}._card_ov6bc_46 h3{margin-bottom:.65rem;font-size:1.3rem}._card_ov6bc_46 p{max-width:300px;font-size:.93rem;line-height:1.7}}@media (width<=480px){._section_ov6bc_1{padding:3rem 1rem}._grid_ov6bc_10{gap:2rem}._card_ov6bc_46{padding:1.5rem 1.25rem}._icon_ov6bc_76{width:66px;height:66px;font-size:1.65rem}._card_ov6bc_46 h3{font-size:1.25rem}._card_ov6bc_46 p{font-size:.9rem}}._section_1q7lo_1{padding:var(--section-padding);background:var(--theme-bg)}._heading_1q7lo_10{max-width:900px;margin:0 auto}@media (width<=768px){._section_1q7lo_1{padding:3.5rem 1rem}._heading_1q7lo_10{max-width:100%;padding:0 1rem}}@media (width<=480px){._section_1q7lo_1{padding:3rem 1rem}._heading_1q7lo_10{padding:0 .75rem}}._section_p2zan_5{padding:var(--section-padding);background:var(--theme-surface)}._card_p2zan_14{background:var(--theme-bg);border:1px solid var(--theme-border);max-width:1200px;box-shadow:var(--shadow-md);border-radius:32px;margin:0 auto;padding:4rem}._header_p2zan_28{text-align:center;max-width:760px;margin:0 auto 4rem}._camera_p2zan_34{width:90px;height:90px;color:var(--theme-accent);background:#2e7d3214;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 2rem;font-size:2.5rem;display:flex}._header_p2zan_28 h2{color:var(--theme-text);margin-bottom:1.25rem}._header_p2zan_28 p{color:var(--theme-text-light);text-align:center;line-height:1.8}._note_p2zan_62{border-radius:var(--radius-full);color:var(--theme-accent);background:#2e7d3214;margin-top:2rem;padding:1rem 1.5rem;font-weight:600;line-height:1.6;display:inline-block}._grid_p2zan_77{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}._previewCard_p2zan_87{text-align:center;border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:24px;padding:2rem;transition:transform .3s,border-color .3s,box-shadow .3s}._previewCard_p2zan_87:hover{border-color:var(--theme-accent);box-shadow:var(--shadow-md);transform:translateY(-8px)}._icon_p2zan_109{width:80px;height:80px;color:var(--theme-accent);background:#2e7d3214;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;display:flex}._previewCard_p2zan_87 h3{color:var(--theme-text);margin-bottom:1rem;line-height:1.35}._previewCard_p2zan_87 p{color:var(--theme-text-light);text-align:center;line-height:1.8}._footer_p2zan_142{text-align:center;margin-top:4rem}@media (width<=992px){._grid_p2zan_77{grid-template-columns:1fr;max-width:560px;margin:0 auto}._card_p2zan_14{padding:3rem}}@media (width<=768px){._section_p2zan_5{padding:3.5rem 1rem}._card_p2zan_14{box-shadow:none;border-left:none;border-right:none;border-radius:24px;padding:2rem 1rem}._header_p2zan_28{margin-bottom:3rem;padding:0 .75rem}._camera_p2zan_34{width:75px;height:75px;margin-bottom:1.5rem;font-size:2rem}._header_p2zan_28 p{text-align:center;text-align:justify;line-height:1.8}._note_p2zan_62{text-align:justify;border-radius:10px;max-width:280px;padding:.9rem 1.2rem}._grid_p2zan_77{gap:1.5rem;width:100%}._previewCard_p2zan_87{border-radius:22px;padding:2rem 1.5rem}._icon_p2zan_109{width:72px;height:72px;margin-bottom:1.25rem;font-size:1.8rem}._previewCard_p2zan_87 p{text-align:justify;line-height:1.75}._footer_p2zan_142{margin-top:3rem}}@media (width<=480px){._section_p2zan_5{padding:3rem 1rem}._card_p2zan_14{padding:1.5rem .75rem}._header_p2zan_28{padding:0 .5rem}._previewCard_p2zan_87{padding:1.75rem 1.25rem}._previewCard_p2zan_87 h3{font-size:1.35rem}}._section_1xa94_1{padding:var(--section-padding);background:var(--theme-surface)}._heading_1xa94_6{max-width:900px;margin:0 auto}@media (width<=768px){._section_1xa94_1{padding:3.5rem 1rem}._heading_1xa94_6{max-width:100%;padding:0 1rem}}@media (width<=480px){._section_1xa94_1{padding:3rem 1rem}._heading_1xa94_6{padding:0 .75rem}}._group_1wi4n_1{flex-direction:column;gap:.6rem;display:flex}._label_1wi4n_7{color:var(--theme-primary);font-size:.95rem;font-weight:600}._required_1wi4n_13{color:#dc2626;margin-left:4px}._helper_1wi4n_18{color:var(--theme-text-light);font-size:.85rem}._error_1wi4n_23{color:#dc2626;font-size:.85rem}._group_qovu4_1{flex-direction:column;gap:.6rem;display:flex}._label_qovu4_7{color:var(--theme-primary);font-size:.95rem;font-weight:600}._required_qovu4_13{color:#dc2626;margin-left:.25rem}._input_qovu4_18{border:1px solid var(--theme-border);border-radius:var(--radius-lg);width:100%;height:54px;color:var(--theme-text);transition:var(--transition-normal);background:#fff;outline:none;padding:0 1rem;font-size:1rem}._input_qovu4_18::placeholder{color:var(--theme-text-light)}._input_qovu4_18:hover{border-color:var(--theme-accent)}._input_qovu4_18:focus{border-color:var(--theme-accent);box-shadow:0 0 0 4px #2e7d321f}._input_qovu4_18:disabled{cursor:not-allowed;color:#888;background:#f5f5f5}._errorInput_qovu4_50{border-color:#dc2626}._errorInput_qovu4_50:focus{border-color:#dc2626;box-shadow:0 0 0 4px #dc26261f}._helper_qovu4_59{color:var(--theme-text-light);font-size:.85rem}._error_qovu4_50{color:#dc2626;font-size:.85rem}@media (width<=768px){._input_qovu4_18{height:50px}}._group_vpa9i_1{flex-direction:column;gap:.6rem;display:flex}._label_vpa9i_7{color:var(--theme-primary);font-size:.95rem;font-weight:600}._required_vpa9i_13{color:#dc2626;margin-left:.25rem}._textarea_vpa9i_18{border:1px solid var(--theme-border);border-radius:var(--radius-lg);width:100%;min-height:140px;color:var(--theme-text);resize:vertical;transition:var(--transition-normal);background:#fff;outline:none;padding:1rem;font-family:inherit;font-size:1rem;line-height:1.7}._textarea_vpa9i_18::placeholder{color:var(--theme-text-light)}._textarea_vpa9i_18:hover{border-color:var(--theme-accent)}._textarea_vpa9i_18:focus{border-color:var(--theme-accent);box-shadow:0 0 0 4px #2e7d321f}._textarea_vpa9i_18:disabled{cursor:not-allowed;color:#888;background:#f5f5f5}._errorInput_vpa9i_53{border-color:#dc2626}._errorInput_vpa9i_53:focus{border-color:#dc2626;box-shadow:0 0 0 4px #dc26261f}._helper_vpa9i_62{color:var(--theme-text-light);font-size:.85rem}._error_vpa9i_53{color:#dc2626;font-size:.85rem}._section_1ma9y_5{padding:var(--section-padding);background:var(--theme-bg)}._wrapper_1ma9y_14{grid-template-columns:.95fr 1.05fr;align-items:stretch;gap:3rem;display:grid}._infoCard_1ma9y_25,._formCard_1ma9y_26{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);flex-direction:column;padding:2.5rem;display:flex}._infoList_1ma9y_40{margin-top:2.5rem}._infoCardItem_1ma9y_44{border-bottom:1px solid var(--theme-border);align-items:flex-start;gap:1.25rem;padding:1.75rem 0;display:flex}._infoCardItem_1ma9y_44:last-child{border-bottom:none}._icon_1ma9y_60{width:72px;height:72px;color:var(--theme-accent);background:linear-gradient(135deg,#6cff3d14,#6cff3d2e);border-radius:18px;flex:0 0 72px;justify-content:center;align-items:center;font-size:1.7rem;display:flex}._infoContent_1ma9y_81{min-width:0}._infoContent_1ma9y_81 h4{color:var(--theme-text);margin-bottom:.4rem}._infoContent_1ma9y_81 a{color:var(--theme-primary);overflow-wrap:anywhere;margin-bottom:.4rem;font-size:1.15rem;font-weight:700;text-decoration:none;display:block}._infoContent_1ma9y_81 span,._infoContent_1ma9y_81 p{color:var(--theme-text-light);margin:0;line-height:1.75}._socialSection_1ma9y_111{border-top:1px solid var(--theme-border);margin-top:auto;padding-top:2rem}._socialSection_1ma9y_111 h4{color:var(--theme-text);margin-bottom:1.25rem}._socials_1ma9y_122{align-items:center;gap:1rem;display:flex}._socials_1ma9y_122 a{border:1px solid var(--theme-border);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}._socials_1ma9y_122 a svg{font-size:1.2rem}._facebook_1ma9y_148{color:#1877f2}._instagram_1ma9y_152{color:#e4405f}._youtube_1ma9y_156{color:red}._socials_1ma9y_122 a:hover{border-color:var(--theme-accent);box-shadow:var(--shadow-md);transform:translateY(-4px)}._formCard_1ma9y_26 form{gap:1.5rem;display:grid}._twoCol_1ma9y_175{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}._status_1ma9y_181{border-radius:var(--radius-md);align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;font-size:.95rem;line-height:1.6;display:flex}._status_1ma9y_181 svg{flex-shrink:0;margin-top:3px;font-size:1.1rem}._success_1ma9y_200{color:var(--theme-accent);background:#2e7d3214;border:1px solid #2e7d3226}._error_1ma9y_209{color:#c62828;background:#dc354514;border:1px solid #dc354526}._loader_1ma9y_220{animation:1s linear infinite _spin_1ma9y_1}@keyframes _spin_1ma9y_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._security_1ma9y_239{color:var(--theme-text-light);text-align:center;justify-content:center;align-items:center;gap:.6rem;margin-top:.25rem;font-size:.9rem;line-height:1.6;display:flex}._security_1ma9y_239 svg{color:var(--theme-accent);flex-shrink:0}@media (width<=992px){._wrapper_1ma9y_14{grid-template-columns:1fr;gap:2rem}._infoCard_1ma9y_25,._formCard_1ma9y_26{width:100%}}@media (width<=768px){._section_1ma9y_5{padding:3.5rem 1rem}._infoCard_1ma9y_25,._formCard_1ma9y_26{border-radius:24px;padding:2rem}._twoCol_1ma9y_175{grid-template-columns:1fr;gap:1.5rem}._infoList_1ma9y_40{margin-top:2rem}._infoCardItem_1ma9y_44{gap:1rem;padding:1.5rem 0}._icon_1ma9y_60{border-radius:16px;flex-basis:64px;width:64px;height:64px;font-size:1.5rem}._infoContent_1ma9y_81 h4{font-size:1.15rem}._infoContent_1ma9y_81 a{font-size:1.05rem}._socialSection_1ma9y_111{margin-top:1rem;padding-top:1.75rem}._formCard_1ma9y_26 form{gap:1.4rem}}@media (width<=480px){._section_1ma9y_5{padding:3rem 1rem}._infoCard_1ma9y_25,._formCard_1ma9y_26{border-radius:22px;padding:1.5rem}._infoCardItem_1ma9y_44{gap:.9rem}._icon_1ma9y_60{flex-basis:60px;width:60px;height:60px}._socials_1ma9y_122{gap:.75rem}._security_1ma9y_239{align-items:flex-start}}._section_1k9sz_5{padding:var(--section-padding);background:var(--theme-surface)}._card_1k9sz_14{border-radius:var(--radius-xl);border:1px solid var(--theme-border);width:100%;max-width:1200px;box-shadow:var(--shadow-lg);background:#fff;margin:3rem auto 0;overflow:hidden}._card_1k9sz_14 iframe{border:0;width:100%;height:500px;display:block}._actions_1k9sz_40{justify-content:center;margin-top:2rem;display:flex}._actions_1k9sz_40 a{text-decoration:none}@media (width<=992px){._card_1k9sz_14{margin-top:2.5rem}._card_1k9sz_14 iframe{height:450px}}@media (width<=768px){._section_1k9sz_5{padding:3.5rem 1rem}._card_1k9sz_14{border-radius:22px;margin-top:2.5rem}._card_1k9sz_14 iframe{height:350px}._actions_1k9sz_40{margin-top:1.5rem}}@media (width<=480px){._section_1k9sz_5{padding:3rem 1rem}._card_1k9sz_14{border-radius:20px}._card_1k9sz_14 iframe{height:320px}}._section_1a6jw_1{padding:var(--section-padding);background:var(--theme-bg)}._grid_1a6jw_6{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}._imageWrapper_1a6jw_15{justify-content:center;display:flex}._image_1a6jw_15{border-radius:var(--radius-xl);width:100%;max-width:520px;box-shadow:var(--shadow-lg)}._placeholder_1a6jw_27{border-radius:var(--radius-xl);background:linear-gradient(135deg,#2e7d3214,#81c7842e);justify-content:center;align-items:center;width:100%;max-width:520px;min-height:420px;font-size:6rem;display:flex}._description_1a6jw_45{color:var(--theme-text-light);margin:1.75rem 0;line-height:1.9}._highlights_1a6jw_51{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}._highlight_1a6jw_51{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-lg);transition:var(--transition-normal);align-items:flex-start;gap:.75rem;padding:1rem;display:flex}._highlight_1a6jw_51:hover{border-color:var(--theme-accent);box-shadow:var(--shadow-sm);transform:translateY(-4px)}._highlight_1a6jw_51 svg{color:var(--theme-accent);flex-shrink:0;margin-top:3px}._highlight_1a6jw_51 span{color:var(--theme-text);font-weight:600}@media (width<=992px){._grid_1a6jw_6{grid-template-columns:1fr;gap:3rem}._imageWrapper_1a6jw_15{order:1}._content_1a6jw_97{order:2}._highlights_1a6jw_51{grid-template-columns:1fr}}@media (width<=768px){._placeholder_1a6jw_27{min-height:280px;font-size:4rem}}._section_dtex4_1{padding:var(--section-padding);background:var(--theme-surface)}._heading_dtex4_6{margin-bottom:4rem}._grid_dtex4_12{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}._card_dtex4_20{text-align:center;border-radius:var(--radius-xl);border:1px solid var(--theme-border);box-shadow:var(--shadow-sm);transition:var(--transition-normal);background:#fff;padding:2.5rem}._card_dtex4_20:hover{border-color:var(--theme-accent);box-shadow:var(--shadow-lg);transform:translateY(-8px)}._icon_dtex4_38{width:82px;height:82px;color:var(--theme-accent);background:#2e7d3214;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.75rem;font-size:2rem;display:flex}._card_dtex4_20 h3{margin-bottom:1rem}._card_dtex4_20 p{color:var(--theme-text-light);line-height:1.8}@media (width<=992px){._grid_dtex4_12{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){._grid_dtex4_12{grid-template-columns:1fr}._card_dtex4_20{padding:2rem}}._section_p1qqs_1{padding:var(--section-padding);background:var(--theme-bg)}._heading_p1qqs_6{margin-bottom:4rem}._timeline_p1qqs_12{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}._step_p1qqs_19{text-align:center;position:relative}._icon_p1qqs_26{width:90px;height:90px;color:var(--theme-accent);transition:var(--transition-normal);background:#2e7d3214;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;display:flex}._step_p1qqs_19:hover ._icon_p1qqs_26{background:var(--theme-primary);color:#fff;transform:translateY(-6px)}._number_p1qqs_48{color:var(--theme-accent);margin-bottom:1rem;font-size:.9rem;font-weight:700}._step_p1qqs_19 h3{margin-bottom:1rem}._step_p1qqs_19 p{color:var(--theme-text-light);line-height:1.8}._line_p1qqs_66{z-index:-1;background:#2e7d322e;width:100%;height:2px;position:absolute;top:45px;right:-50%}@media (width<=992px){._timeline_p1qqs_12{grid-template-columns:repeat(2,1fr);gap:3rem}._line_p1qqs_66{display:none}}@media (width<=768px){._timeline_p1qqs_12{grid-template-columns:1fr}}._section_1u2rp_1{padding:var(--section-padding);background:var(--theme-surface)}._heading_1u2rp_6{margin-bottom:4rem}._grid_1u2rp_12{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}._card_1u2rp_20{text-align:center;border:1px solid var(--theme-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);transition:var(--transition-normal);background:#fff;padding:2.5rem}._card_1u2rp_20:hover{border-color:var(--theme-accent);box-shadow:var(--shadow-lg);transform:translateY(-8px)}._icon_1u2rp_38{width:82px;height:82px;color:var(--theme-accent);background:#2e7d3214;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.75rem;font-size:2rem;display:flex}._card_1u2rp_20 h3{margin-bottom:1rem;font-size:1.25rem}._card_1u2rp_20 p{color:var(--theme-text-light);line-height:1.8}@media (width<=1200px){._grid_1u2rp_12{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){._grid_1u2rp_12{grid-template-columns:1fr}._card_1u2rp_20{padding:2rem}}._group_11i42_1{flex-direction:column;gap:.6rem;display:flex}._label_11i42_7{color:var(--theme-primary);font-size:.95rem;font-weight:600}._required_11i42_13{color:#dc2626;margin-left:.25rem}._select_11i42_18{border:1px solid var(--theme-border);border-radius:var(--radius-lg);width:100%;height:54px;color:var(--theme-text);transition:var(--transition-normal);cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 8 10 12 14 8'/%3E%3C/svg%3E") right 1rem center no-repeat;outline:none;padding:0 3rem 0 1rem;font-size:1rem}._select_11i42_18:hover{border-color:var(--theme-accent)}._select_11i42_18:focus{border-color:var(--theme-accent);box-shadow:0 0 0 4px #2e7d321f}._select_11i42_18:disabled{cursor:not-allowed;color:#888;background-color:#f5f5f5}._errorInput_11i42_54{border-color:#dc2626}._errorInput_11i42_54:focus{border-color:#dc2626;box-shadow:0 0 0 4px #dc26261f}._helper_11i42_63{color:var(--theme-text-light);font-size:.85rem}._error_11i42_54{color:#dc2626;font-size:.85rem}@media (width<=768px){._select_11i42_18{height:50px}}._section_p9dn5_1{padding:var(--section-padding);background:var(--theme-bg)}._grid_p9dn5_6{grid-template-columns:.9fr 1.1fr;align-items:start;gap:4rem;display:grid}._left_p9dn5_13{position:sticky;top:120px}._points_p9dn5_18{gap:1rem;margin-top:2rem;display:grid}._point_p9dn5_18{align-items:flex-start;gap:.75rem;display:flex}._point_p9dn5_18 svg{color:var(--theme-accent);margin-top:3px}._form_p9dn5_35{border:1px solid var(--theme-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);background:#fff;padding:2.5rem}._form_p9dn5_35 h3{border-bottom:1px solid var(--theme-border);color:var(--theme-primary);margin:2.5rem 0 1.25rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700}._form_p9dn5_35 h3:first-child{margin-top:0}._twoCol_p9dn5_56{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}._checkboxGrid_p9dn5_63{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}._checkbox_p9dn5_63{border:1px solid var(--theme-border);border-radius:var(--radius-lg);background:var(--theme-surface);cursor:pointer;transition:var(--transition-normal);align-items:center;gap:.9rem;padding:1rem 1.2rem;display:flex}._checkbox_p9dn5_63:hover{border-color:var(--theme-accent);background:#2e7d320a}._checkbox_p9dn5_63 input{flex-shrink:0;width:18px;height:18px;margin:0}._checkbox_p9dn5_63 span{flex:1;font-weight:500;line-height:1.6}._checked_p9dn5_100{border-color:var(--theme-accent);background:#2e7d3214}@media (width<=768px){._checkboxGrid_p9dn5_63{grid-template-columns:1fr}}._form_p9dn5_35 button{margin-top:1rem}@media (width<=992px){._grid_p9dn5_6{grid-template-columns:1fr}._left_p9dn5_13{position:static}}@media (width<=768px){._twoCol_p9dn5_56{grid-template-columns:1fr}._form_p9dn5_35{padding:2rem}}:root{--color-primary:#121212;--color-secondary:#1e1e1e;--color-accent:#6cff3d;--color-highlight:#d4af37;--color-background:#f7f8f5;--color-surface:#fff;--color-text-primary:#1f2937;--color-text-secondary:#6b7280;--color-border:#e5e7eb;--color-success:#16a34a;--color-warning:#f59e0b;--color-danger:#dc2626;--font-heading:"Poppins", sans-serif;--font-body:"Inter", sans-serif;--fs-xs:.75rem;--fs-sm:.875rem;--fs-base:1rem;--fs-lg:1.125rem;--fs-xl:1.25rem;--fs-2xl:1.5rem;--fs-3xl:2rem;--fs-4xl:2.75rem;--fs-5xl:3.5rem;--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--container-width:1280px;--section-padding:6rem;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--radius-full:999px;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 8px 20px #0000001a;--shadow-lg:0 20px 40px #00000026;--transition-fast:.25s ease;--transition-normal:.35s ease;--transition-slow:.5s ease;--header-height:80px;--z-dropdown:100;--z-sticky:500;--z-fixed:900;--z-modal:1000}:root,[data-theme=light]{--theme-bg:#f7f8f5;--theme-surface:#fff;--theme-primary:#121212;--theme-secondary:#1e1e1e;--theme-text:#1f2937;--theme-text-light:#6b7280;--theme-border:#e5e7eb;--theme-accent:#6cff3d;--theme-highlight:#d4af37;--theme-shadow:#00000014;--theme-overlay:#00000073}[data-theme=dark]{--theme-bg:#111;--theme-surface:#181818;--theme-primary:#fff;--theme-secondary:#f4f4f4;--theme-text:#e8e8e8;--theme-text-light:#bdbdbd;--theme-border:#333;--theme-accent:#6cff3d;--theme-highlight:#d4af37;--theme-shadow:#00000073;--theme-overlay:#000000a6}body{background:var(--theme-bg);color:var(--theme-text);transition:background var(--transition-normal), color var(--transition-normal)}section{transition:background var(--transition-normal)}.card,.surface{background:var(--theme-surface)}.border{border-color:var(--theme-border)}.container{width:min(92%, var(--container-width));margin-inline:auto}.section{padding:var(--section-padding) 0}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.block{display:block}.hidden{display:none}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.flex-wrap{flex-wrap:wrap}.flex-column{flex-direction:column}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.gap-xl{gap:var(--space-xl)}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.w-100{width:100%}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mt-xl{margin-top:var(--space-xl)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.mb-xl{margin-bottom:var(--space-xl)}.relative{position:relative}.absolute{position:absolute}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-full{border-radius:var(--radius-full)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}@media (width<=992px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:5rem 0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.06)}to{transform:scale(1)}}@keyframes rotate360{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shine{0%{background-position:-200%}to{background-position:200%}}.fade-in{animation:.8s both fadeIn}.fade-up{animation:.8s both fadeUp}.fade-down{animation:.8s both fadeDown}.fade-left{animation:.8s both fadeLeft}.fade-right{animation:.8s both fadeRight}.zoom-in{animation:.7s both zoomIn}.float{animation:4s ease-in-out infinite float}.pulse{animation:2s ease-in-out infinite pulse}.rotate{animation:10s linear infinite rotate360}.shine{background:linear-gradient(120deg,#0000,#ffffff80,#0000) 0 0/200%;animation:2.5s linear infinite shine}.img-cover{object-fit:cover;width:100%;height:100%;display:block}.img-contain{object-fit:contain;width:100%;height:100%;display:block}.img-responsive{max-width:100%;height:auto;display:block}.glass{-webkit-backdrop-filter:blur(14px);background:#ffffff14;border:1px solid #ffffff26}[data-theme=dark] .glass{background:#ffffff0a}.divider{background:var(--theme-border);width:100%;height:1px}.divider-vertical{background:var(--theme-border);width:1px;height:100%}.overlay{background:#00000073;position:absolute;inset:0}.overlay-light{background:#ffffff40;position:absolute;inset:0}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:16/9}.aspect-portrait{aspect-ratio:3/4}.line-clamp-1{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.sr-only{white-space:nowrap;clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.focus-ring:focus-visible{outline:2px solid var(--theme-accent);outline-offset:3px}.skeleton{background:var(--theme-border);position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff59,#0000);animation:1.5s infinite skeleton-loading;position:absolute;inset:0;transform:translate(-100%)}@keyframes skeleton-loading{to{transform:translate(100%)}}.spinner{border:4px solid #6cff3d33;border-top-color:var(--theme-accent);border-radius:50%;width:42px;height:42px;animation:1s linear infinite rotate360}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.pointer-none{pointer-events:none}.pointer-auto{pointer-events:auto}.user-select-none{-webkit-user-select:none;user-select:none}.user-select-all{-webkit-user-select:all;user-select:all}@media (width<=1440px){:root{--container-width:1200px}}@media (width<=1200px){:root{--container-width:1140px;--section-padding:5rem}h1{font-size:3.25rem}h2{font-size:2.75rem}h3{font-size:2rem}}@media (width<=992px){:root{--section-padding:4.5rem;--header-height:72px}.container{width:min(94%, var(--container-width))}h1{font-size:3rem}h2{font-size:2.4rem}h3{font-size:1.8rem}.desktop-only{display:none!important}.tablet-full{width:100%}.text-center-tablet{text-align:center}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){:root{--section-padding:4rem;--fs-5xl:2.75rem;--fs-4xl:2.2rem;--fs-3xl:1.8rem;--fs-2xl:1.5rem}html{font-size:15px}.container{width:92%}.section{padding:var(--section-padding) 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.flex-mobile-column{flex-direction:column}.mobile-center{text-align:center}.tablet-hide{display:none!important}.tablet-show{display:block!important}.btn{width:100%}.section-heading{margin-bottom:2.5rem}}@media (width<=576px){:root{--section-padding:3.5rem;--space-4xl:4rem;--space-3xl:3rem;--space-2xl:2.5rem}html{font-size:14px}h1{font-size:2.35rem}h2{font-size:1.9rem}h3{font-size:1.6rem}p{font-size:.98rem}.container{width:94%}.hide-mobile{display:none!important}.show-mobile{display:block!important}.text-center-mobile{text-align:center}.section-heading p{max-width:100%}.card{border-radius:var(--radius-md)}.btn{padding:.9rem 1.4rem}}@media (width<=400px){html{font-size:13px}h1{font-size:2rem}h2{font-size:1.7rem}.container{width:95%}.btn{padding:.85rem 1.2rem;font-size:.95rem}.badge,.tag{font-size:.75rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media (hover:hover){.card:hover{transform:translateY(-8px)}.btn:hover{transform:translateY(-2px)}}@media (hover:none){.btn:hover,.card:hover{transform:none}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--color-background);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.7;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-primary);font-weight:700;line-height:1.2}h1{font-size:var(--fs-5xl)}h2{font-size:var(--fs-4xl)}h3{font-size:var(--fs-3xl)}h4{font-size:var(--fs-2xl)}h5{font-size:var(--fs-xl)}h6{font-size:var(--fs-lg)}p{color:var(--color-text-secondary);margin-bottom:1rem}small{font-size:var(--fs-sm)}a{color:inherit;transition:var(--transition-fast);text-decoration:none}a:hover{color:var(--color-accent)}ul,ol{list-style:none}img,picture{-webkit-user-select:none;user-select:none;width:100%;max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}button:disabled{cursor:not-allowed}input,textarea,select{width:100%;font:inherit;background:0 0;border:none;outline:none}textarea{resize:vertical}table{border-collapse:collapse;width:100%}iframe{border:0;width:100%}::selection{background:var(--color-accent);color:var(--color-primary)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#ececec}::-webkit-scrollbar-thumb{background:var(--color-accent);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#52d62c}:focus-visible{outline:3px solid var(--color-highlight);outline-offset:3px}@media (width<=992px){h1{font-size:3rem}h2{font-size:2.5rem}}@media (width<=768px){html{font-size:15px}h1{font-size:2.5rem}h2,h3{font-size:1.5rem}.section{padding:3rem 0!important}}@media (width<=480px){html{font-size:14px}}
