.LanguageSwitcher-module__gdGMiG__container{align-items:center;margin-left:20px;display:flex;position:relative}.LanguageSwitcher-module__gdGMiG__button{border:1px solid var(--divider-color);color:var(--foreground);cursor:pointer;background:0 0;border-radius:4px;align-items:center;gap:6px;padding:6px 12px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.LanguageSwitcher-module__gdGMiG__button:hover{background:var(--brand-blue);color:#fff;border-color:var(--brand-blue)}.LanguageSwitcher-module__gdGMiG__dropdown{background:var(--card-bg);border:1px solid var(--card-border);z-index:1000;border-radius:8px;flex-direction:column;gap:4px;min-width:120px;margin-top:8px;padding:8px;animation:.2s LanguageSwitcher-module__gdGMiG__fadeIn;display:flex;position:absolute;top:100%;right:0;box-shadow:0 4px 20px #0003}.LanguageSwitcher-module__gdGMiG__item{color:var(--text-main);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:8px 12px;font-size:.9rem;transition:background .2s}.LanguageSwitcher-module__gdGMiG__item:hover{color:var(--brand-blue);background:#2255781a}.LanguageSwitcher-module__gdGMiG__item.LanguageSwitcher-module__gdGMiG__active{color:var(--brand-blue);background:#2255781a;font-weight:700}.LanguageSwitcher-module__gdGMiG__mobileContainer{border-top:1px solid var(--divider-color);flex-wrap:wrap;gap:10px;margin-top:10px;padding:10px 0;display:flex}.LanguageSwitcher-module__gdGMiG__mobileItem{background:var(--background);border:1px solid var(--card-border);color:var(--text-main);cursor:pointer;text-align:center;border-radius:20px;flex:1;min-width:60px;padding:8px 16px;font-size:.9rem}.LanguageSwitcher-module__gdGMiG__mobileItem.LanguageSwitcher-module__gdGMiG__active{background:var(--brand-blue);color:#fff;border-color:var(--brand-blue)}@keyframes LanguageSwitcher-module__gdGMiG__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.Navbar-module__nuAbfa__navbar{background:var(--surface-glass);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--surface-glass-border);z-index:1000;width:100%;height:80px;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__nuAbfa__container{justify-content:space-between;align-items:center;max-width:1400px;height:100%;margin:0 auto;padding:0 24px;display:flex}.Navbar-module__nuAbfa__logo{color:var(--brand-blue);letter-spacing:-.5px;align-items:center;gap:10px;font-size:1.5rem;font-weight:800;display:flex}.Navbar-module__nuAbfa__logoMyAdmin{filter:none}.Navbar-module__nuAbfa__logoHRES{filter:invert()brightness(0)}@media (prefers-color-scheme:dark){.Navbar-module__nuAbfa__logoMyAdmin{filter:invert()brightness(100)}.Navbar-module__nuAbfa__logoHRES{filter:none}}.Navbar-module__nuAbfa__navLinks{align-items:center;gap:32px;display:flex}.Navbar-module__nuAbfa__navItem{cursor:pointer;color:var(--foreground);padding:8px 0;font-size:.95rem;font-weight:500;position:relative}.Navbar-module__nuAbfa__navItem:hover{color:var(--brand-blue)}.Navbar-module__nuAbfa__dropdown{min-width:220px;box-shadow:var(--shadow-glass);opacity:0;visibility:hidden;background:#fff;border:1px solid #0000000d;border-radius:12px;padding:8px;transition:all .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px)}.Navbar-module__nuAbfa__navItem:hover .Navbar-module__nuAbfa__dropdown{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Navbar-module__nuAbfa__dropdownItem{color:#555;border-radius:8px;padding:10px 16px;font-size:.9rem;transition:background .1s;display:block}.Navbar-module__nuAbfa__dropdownItem:hover{background:var(--brand-light);color:var(--brand-blue)}.Navbar-module__nuAbfa__ctaButton{background:var(--brand-blue);color:#fff;border-radius:50px;padding:10px 24px;font-size:.9rem;font-weight:600;transition:transform .2s}.Navbar-module__nuAbfa__ctaButton:hover{color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2255784d}.Navbar-module__nuAbfa__mobileMenuBtn{cursor:pointer;z-index:1001;font-size:1.5rem;display:none}.Navbar-module__nuAbfa__mobileMenu{z-index:1000;background:#fff;flex-direction:column;gap:30px;width:100%;height:100vh;padding:100px 40px;transition:right .4s cubic-bezier(.77,0,.175,1);display:flex;position:fixed;top:0;right:-100%;overflow-y:auto}.Navbar-module__nuAbfa__mobileMenu.Navbar-module__nuAbfa__open{right:0}.Navbar-module__nuAbfa__mobileSectionTitle{color:var(--brand-blue);text-transform:uppercase;letter-spacing:1px;margin-bottom:15px;font-size:.9rem;font-weight:700}.Navbar-module__nuAbfa__mobileLinkGroup{flex-direction:column;gap:15px;margin-bottom:30px;display:flex}.Navbar-module__nuAbfa__mobileLink{color:#333;font-size:1.5rem;font-weight:600;text-decoration:none;transition:color .2s}.Navbar-module__nuAbfa__mobileLink:hover{color:var(--brand-blue)}.Navbar-module__nuAbfa__mobileLinkSub{color:#555;margin-left:0;font-size:1.1rem}@media (max-width:768px){.Navbar-module__nuAbfa__navLinks{display:none}.Navbar-module__nuAbfa__mobileMenuBtn{display:block}}
.Footer-module__EZoWya__footer{background:var(--brand-blue-dark);color:#eee;padding:60px 24px;font-size:.9rem}.Footer-module__EZoWya__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;max-width:1400px;margin:0 auto 60px;display:grid}.Footer-module__EZoWya__logo{height:40px;margin-bottom:20px;display:block}.Footer-module__EZoWya__heading{color:#fff;margin-bottom:16px;font-weight:700}.Footer-module__EZoWya__linkList{margin:0;padding:0;line-height:2;list-style:none}.Footer-module__EZoWya__disclaimer{opacity:.8;max-width:1400px;margin:0 auto 40px;font-size:.85rem;line-height:1.6}.Footer-module__EZoWya__bottomBar{border-top:1px solid #333;flex-wrap:wrap;justify-content:space-between;gap:20px;max-width:1400px;margin:0 auto;padding-top:20px;display:flex}.Footer-module__EZoWya__legalLinks{gap:20px;display:flex}@media (max-width:768px){.Footer-module__EZoWya__grid{text-align:center}.Footer-module__EZoWya__brandColumn{flex-direction:column;align-items:center;display:flex}.Footer-module__EZoWya__logo{margin-left:auto;margin-right:auto}.Footer-module__EZoWya__bottomBar{text-align:center;flex-direction:column;justify-content:center;align-items:center}}
.ModernCard-module__gJrgHW__card{background:#fff;border:1px solid #00000014;border-radius:20px;flex-direction:column;height:100%;padding:32px;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.ModernCard-module__gJrgHW__card:hover{border-color:var(--accent);transform:translateY(-8px);box-shadow:0 12px 30px #00000026}.ModernCard-module__gJrgHW__iconBox{color:#fff;background:#225578;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:20px;font-size:1.25rem;font-weight:700;display:flex}.ModernCard-module__gJrgHW__title{color:#1a1a1a;margin-bottom:12px;font-size:1.35rem;font-weight:700}.ModernCard-module__gJrgHW__description{color:#333;margin-bottom:24px;font-size:1rem;line-height:1.6}.ModernCard-module__gJrgHW__arrow{color:var(--accent);margin-top:auto;font-size:1.2rem;font-weight:700;transition:transform .2s;transform:translate(0)}.ModernCard-module__gJrgHW__card:hover .ModernCard-module__gJrgHW__arrow{transform:translate(6px)}
.Hero-module__Z8hQ_W__hero{color:#fff;background-color:#0000;background-image:linear-gradient(#0009,#000000b3),url(/images/headers/home.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;height:70vh;min-height:500px;margin-bottom:60px;display:flex;position:relative}.Hero-module__Z8hQ_W__content{text-align:center;max-width:800px;padding:0 20px}.Hero-module__Z8hQ_W__title{letter-spacing:-1px;color:#fff;margin-bottom:.5rem;font-size:4rem;font-weight:800}.Hero-module__Z8hQ_W__subtitle{color:#ffffffe6;margin-bottom:2rem;font-size:1.75rem;font-weight:300}.Hero-module__Z8hQ_W__description{color:#fffc;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.Hero-module__Z8hQ_W__actions{justify-content:center;gap:20px;display:flex}.Hero-module__Z8hQ_W__button{text-transform:uppercase;letter-spacing:1px;color:var(--brand-blue);background-color:#fff;border:2px solid #fff;border-radius:50px;padding:14px 36px;font-weight:600;transition:all .2s}.Hero-module__Z8hQ_W__button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}.Hero-module__Z8hQ_W__outline{color:#fff;background-color:#0000}.Hero-module__Z8hQ_W__outline:hover{background-color:#ffffff1a}@media (max-width:768px){.Hero-module__Z8hQ_W__title{font-size:2.5rem}.Hero-module__Z8hQ_W__actions{flex-direction:column;gap:12px}}
.VideoFrame-module__Jxtwka__container{text-align:center;max-width:1000px;margin:0 auto 80px;padding:0 24px}.VideoFrame-module__Jxtwka__frame{background:#000;border:4px solid #fff;border-radius:20px;height:0;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 20px 60px #0003}.VideoFrame-module__Jxtwka__placeholder{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2c3e50,#000);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:transform .3s;display:flex;position:absolute;top:0;left:0}.VideoFrame-module__Jxtwka__placeholder:hover{transform:scale(1.02)}.VideoFrame-module__Jxtwka__playButton{opacity:.8;margin-bottom:1rem;font-size:4rem;transition:all .2s}.VideoFrame-module__Jxtwka__placeholder:hover .VideoFrame-module__Jxtwka__playButton{opacity:1;transform:scale(1.1)}.VideoFrame-module__Jxtwka__label{letter-spacing:1px;font-size:1.25rem;font-weight:500}.VideoFrame-module__Jxtwka__caption{margin-top:30px}.VideoFrame-module__Jxtwka__caption h3{color:var(--brand-blue);margin-bottom:8px}.VideoFrame-module__Jxtwka__caption p{color:#444}.VideoFrame-module__Jxtwka__video{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}
.BrandSection-module__0i4luq__section{padding:80px 24px}.BrandSection-module__0i4luq__white{background-color:#fff}.BrandSection-module__0i4luq__light{background-color:var(--brand-light)}.BrandSection-module__0i4luq__dark{background-color:var(--brand-dark);color:#fff}.BrandSection-module__0i4luq__container{max-width:1200px;margin:0 auto}.BrandSection-module__0i4luq__header{text-align:center;margin-bottom:60px}.BrandSection-module__0i4luq__logoPlaceholder{color:var(--brand-blue);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:2rem;font-weight:700}.BrandSection-module__0i4luq__title{margin-bottom:1rem;font-size:2.5rem}@media (min-width:1400px){.BrandSection-module__0i4luq__container{max-width:1400px}}
.DetailPage-module__aPoFyG__main{background-color:var(--background);min-height:100vh;padding-top:80px}.DetailPage-module__aPoFyG__header{text-align:center;color:#fff;justify-content:center;align-items:center;min-height:400px;margin-bottom:-80px;padding:0 24px 60px;display:flex;position:relative;overflow:hidden}.DetailPage-module__aPoFyG__headerBackground{opacity:1;z-index:0;background:radial-gradient(circle,#225578 0%,#15364d 100%);width:100%;height:100%;position:absolute;top:0;left:0}.DetailPage-module__aPoFyG__headerContent{z-index:1;max-width:900px;margin:0 auto;position:relative}.DetailPage-module__aPoFyG__title{letter-spacing:-1px;text-shadow:0 4px 20px #0009;color:#fff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.DetailPage-module__aPoFyG__subtitle{opacity:.95;font-size:1.5rem;font-weight:300;line-height:1.4}.DetailPage-module__aPoFyG__contentSection{z-index:2;grid-template-columns:1.2fr .8fr;gap:60px;max-width:1200px;margin:20px auto 0;padding:0 24px 100px;display:grid;position:relative}.DetailPage-module__aPoFyG__textColumn{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;padding:40px;box-shadow:0 4px 24px #0000000f}.DetailPage-module__aPoFyG__paragraph{color:var(--text-main);border-bottom:1px solid var(--divider-color);margin-bottom:2rem;padding-bottom:2rem;font-size:1.15rem;font-weight:500;line-height:1.8}.DetailPage-module__aPoFyG__paragraph:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.DetailPage-module__aPoFyG__introTitle{color:var(--text-main);margin-bottom:1.5rem;font-size:2rem;font-weight:700}.DetailPage-module__aPoFyG__sectionHeadline{color:var(--heading-color);border-bottom:2px solid var(--divider-color);margin-top:60px;margin-bottom:30px;padding-bottom:10px;font-size:1.8rem;font-weight:700}.DetailPage-module__aPoFyG__featuresColumn{background:var(--card-bg);box-shadow:var(--shadow-soft);border:1px solid var(--card-border);border-radius:20px;height:fit-content;padding:40px}.DetailPage-module__aPoFyG__featuresTitle{border-bottom:2px solid var(--divider-color);margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem}.DetailPage-module__aPoFyG__featureList{list-style:none}.DetailPage-module__aPoFyG__featureItem{color:var(--text-secondary);align-items:flex-start;gap:16px;margin-bottom:1.2rem;font-size:1.05rem;line-height:1.5;display:flex}.DetailPage-module__aPoFyG__checkIcon{margin-top:-2px;font-size:1.2rem;font-weight:700}@media (max-width:900px){.DetailPage-module__aPoFyG__title{font-size:2.5rem}.DetailPage-module__aPoFyG__contentSection{grid-template-columns:1fr;gap:40px;margin-top:0;padding:0 16px 60px}.DetailPage-module__aPoFyG__header{margin-bottom:0;padding-bottom:60px}.DetailPage-module__aPoFyG__textColumn{margin-top:-40px;padding:24px}}@media (min-width:1920px){.DetailPage-module__aPoFyG__header{min-height:600px;padding-bottom:80px}.DetailPage-module__aPoFyG__title{font-size:4.5rem}}.DetailPage-module__aPoFyG__cardGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}@media (max-width:480px){.DetailPage-module__aPoFyG__cardGrid{gap:20px;grid-template-columns:1fr!important}}.DetailPage-module__aPoFyG__bottomSection{max-width:1200px;margin:0 auto;padding:0 24px 100px}.DetailPage-module__aPoFyG__lightboxOverlay{z-index:2000;cursor:zoom-out;background:#000000e6;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.2s ease-out DetailPage-module__aPoFyG__fadeIn;display:flex;position:fixed;top:0;left:0}.DetailPage-module__aPoFyG__lightboxImage{object-fit:contain;border-radius:4px;max-width:95%;max-height:95vh;animation:.3s cubic-bezier(.175,.885,.32,1.275) DetailPage-module__aPoFyG__scaleUp;box-shadow:0 0 20px #00000080}.DetailPage-module__aPoFyG__closeButton{color:#fff;cursor:pointer;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;font-weight:700;transition:background .2s;display:flex;position:absolute;top:20px;right:20px}.DetailPage-module__aPoFyG__closeButton:hover{background:#fff6}@keyframes DetailPage-module__aPoFyG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes DetailPage-module__aPoFyG__scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
