@import "https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{max-width:100vw;height:100%;overflow-x:hidden}body{color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;flex-direction:column;min-height:100%;font-family:Noto Sans,sans-serif;font-size:14px;display:flex}a{color:inherit;text-decoration:none}.main-container{flex:1;width:100%}.full-width-wrapper{width:100%;margin:42px 0 0;padding:0;position:relative}body.menu-open{height:100vh;overflow:hidden}
.header-container{width:100%;position:relative}.header{justify-content:space-between;align-items:center;width:100%;padding:34px 9px 0;display:flex}.hamburger-menu{cursor:pointer;z-index:1000;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:48px;height:48px;padding:12px;display:flex}.hamburger-line{background-color:#00338d;width:20px;height:2px;transition:all .3s}.hamburger-menu.active .hamburger-line:first-child{transform:rotate(45deg)translate(1px,5px)}.hamburger-menu.active .hamburger-line:nth-child(2){opacity:0}.hamburger-menu.active .hamburger-line:nth-child(3){transform:rotate(-45deg)translate(2px,-6px)}.logo{z-index:1000;justify-content:center;align-items:center;width:85px;height:60px;display:flex;position:absolute;left:38%}.logo img{object-fit:contain;width:100%;height:100%}.vector-image{width:105px;height:auto;position:absolute;top:0;right:0}.vector-image img{width:100%;height:auto}.nav{-webkit-backdrop-filter:blur(14px);z-index:999;background:#fff;border:1px solid #ffffff26;flex-direction:column;align-items:center;gap:28px;width:100%;height:100vh;padding:150px 20px 20px;transition:left .3s;display:flex;position:fixed;top:0;left:-100%}.nav.active{left:0}.nav-link{color:#00338d;text-align:center;width:auto;padding:0;font-size:18px;text-decoration:none;display:inline-flex}.nav-item.dropdown{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.dropdown-toggle{cursor:pointer;align-items:center;gap:6px;display:inline-flex}.dropdown-arrow{border-top:4px solid;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;transition:transform .2s;display:inline-block}.nav-item.dropdown.active .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{width:100%;box-shadow:none;background:0 0;border:none;flex-direction:column;align-items:center;gap:14px;padding:14px 0 0;display:none;position:static}.dropdown-menu.show{display:flex}.dropdown-item{color:#00338d;text-align:center;width:100%;padding:4px 0;font-family:Noto Sans,sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s}.dropdown-item:hover{color:#001a4e}.dropdown-item.disabled{color:#999;opacity:.6;cursor:not-allowed}body.menu-open{height:100vh;overflow:hidden}@media (min-width:425px){.header{padding:36px 10px 0}.vector-image{width:105px}}@media (min-width:640px){.header{padding:40px 20px 0}}@media (min-width:768px){.header{padding:35px 42px 0}.hamburger-menu{display:none}.logo{width:90px;height:65px;position:static}.nav{background-color:#00338d;border-radius:15px;flex-direction:row;justify-content:space-between;width:338px;height:47px;padding:0 36px;position:absolute;inset:auto auto auto 50%;transform:translate(-50%)}.nav-link{color:#fff;cursor:pointer;width:auto;padding:0;font-family:Noto Sans,sans-serif;font-size:13px;text-decoration:none;display:inline-flex}.nav-item.dropdown{flex-direction:row;align-items:center;width:auto;height:100%}.dropdown-menu{opacity:0;visibility:hidden;pointer-events:none;z-index:1001;background-color:#fff;border:1px solid #00338d1a;border-radius:8px;gap:0;min-width:220px;padding:8px 0;transition:opacity .2s,transform .2s,visibility .2s;display:block;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 30px #00338d26}.dropdown-menu.show{opacity:1;visibility:visible;pointer-events:auto;display:block;transform:translate(-50%)translateY(0)}.dropdown-menu:before{content:"";background:#fff;border-top:1px solid #00338d1a;border-left:1px solid #00338d1a;width:12px;height:12px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.dropdown-menu:after{content:"";background:0 0;width:100%;height:15px;position:absolute;top:-15px;left:0}.dropdown-item{clear:both;color:#00338d;text-align:left;white-space:nowrap;box-sizing:border-box;background-color:#0000;border:0;width:100%;padding:10px 20px;font-size:13px;font-weight:500;transition:background-color .2s,color .2s;display:block}.dropdown-item:hover{color:#001a4e;background-color:#00338d0d}.dropdown-item.disabled{color:#999;opacity:.6;cursor:not-allowed}.dropdown-item.disabled:hover{color:#999;background-color:#0000}.vector-image{width:180px}}@media (min-width:1024px){.header{padding:30px 48px 0}.logo{width:100px;height:73px}.nav{width:425px;padding:0 40px}.nav-link{width:auto;padding:0;font-size:14px;display:inline-flex}.vector-image{width:222px}}@media (min-width:1280px){.header{padding:45px 160px 0}.nav{height:47px;padding:0 40px}.vector-image{width:335px}}
.page-container.sticky-footer{flex-direction:column;min-height:100vh;display:flex}.footer{background:0 0;flex-shrink:0;width:100%;height:auto;margin-top:40px;padding:0;position:relative;overflow:hidden}.footer-content{flex-direction:row;gap:0;width:100%;display:flex;position:relative}.footer-brand-section{z-index:2;background:#eff1f5;border-bottom-right-radius:72px;justify-content:center;align-items:center;width:35%;height:100%;padding:25px 20px;display:flex;position:absolute;top:0;left:0}.footer-brand{flex-direction:row;align-items:center;gap:8px;display:flex}.footer-logo{width:20px;height:auto}.footer-text{align-items:center;display:flex}.footer-text-logo{object-fit:contain;width:auto;height:50px}.footer-links-section{background-color:#00338d;justify-content:flex-end;align-items:center;width:100%;padding:16px 42px;display:flex;position:relative}.footer-links{align-items:flex-start;gap:25px;display:flex}.footer-column{flex-direction:column;gap:6px;display:flex}.footer-column h3{color:#fff;margin-bottom:6px;font-size:12px;font-weight:700}.footer-column a{color:#fff;font-family:Noto Sans,sans-serif;font-size:10px;text-decoration:none}@media (min-width:425px){.footer-logo{width:35px}.footer-brand{gap:15px}.footer-links-section{padding:16px 56px}.footer-column h3{font-size:14px}.footer-column a{font-size:12px}}@media (min-width:768px){.footer{background:linear-gradient(90deg,#eff1f5 21.15%,#00338d 87.5%);height:200px;margin-top:50px;padding:33px 42px}.footer-links-section{background-color:#0000;padding:0}.footer-content{justify-content:space-between;align-items:flex-start;margin:0 auto}.footer-brand-section{background:0 0;border-radius:0;width:auto;height:auto;padding:0;position:static}.footer-brand{gap:28px}.footer-logo{width:48px}.footer-text-logo{height:120px}.footer-links{gap:60px}.footer-column{gap:12px}.footer-column h3{margin-bottom:6px;font-size:14px;font-weight:600}.footer-column a{font-size:14px}}@media (min-width:1024px){.footer{height:309px;margin-top:60px;padding:80px 49px}.footer-links-section{background-color:#0000;padding:0}.footer-brand{gap:36px}.footer-logo{width:60px}.footer-text-logo{height:160px}.footer-links{gap:80px}.footer-column h3{font-size:18px;font-weight:500}.footer-column a{font-size:16px}}@media (min-width:1280px){.footer{padding:80px 155px}}@media (min-width:1600px){.footer{padding:80px 155px}}.footer-bottom-bar{color:#fff;text-align:center;background-color:#026;flex-shrink:0;width:100%;padding:12px 20px;font-family:Noto Sans,sans-serif;font-size:10px}.footer-bottom-bar p{opacity:.9;letter-spacing:.5px;margin:0}@media (min-width:425px){.footer-bottom-bar{font-size:12px}}@media (min-width:768px){.footer-bottom-bar{padding:14px 42px}}@media (min-width:1024px){.footer-bottom-bar{padding:16px 49px;font-size:14px}}@media (min-width:1280px){.footer-bottom-bar{padding:16px 155px}}
.dynamic-form{flex-direction:column;gap:20px;width:100%;max-width:600px;margin:0 auto;padding:10px 0;display:flex}.form-group{flex-direction:column;gap:6px;width:100%;display:flex}.form-label{color:#1a1a1a;align-items:center;gap:4px;font-size:13px;font-weight:600;display:flex}.required-star{color:#d93025;font-weight:700}.form-input,.form-select,.form-textarea{color:#1a1a1a;box-sizing:border-box;background-color:#fff;border:1.5px solid #d0daeb;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .25s,box-shadow .25s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#00338d;box-shadow:0 0 0 3px #00338d1a}.form-textarea{resize:vertical;min-height:120px}.options-group{flex-direction:column;gap:8px;padding-top:4px;display:flex}.option-item{cursor:pointer;color:#333;align-items:center;gap:8px;font-size:14px;display:flex}.option-item input{cursor:pointer;accent-color:#00338d;width:16px;height:16px}.form-submit-btn{color:#fff;cursor:pointer;background-color:#00338d;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;margin-top:10px;padding:14px 28px;font-family:inherit;font-size:14px;font-weight:700;transition:background-color .2s,transform .1s;display:inline-flex}.form-submit-btn:hover{background-color:#001a4e}.form-submit-btn:active{transform:scale(.98)}.form-submit-btn:disabled{color:#64748b;cursor:not-allowed;background-color:#cbd5e1}.form-error-banner{color:#b91c1c;background-color:#fef2f2;border:1px solid #fca5a5;border-radius:8px;margin-bottom:8px;padding:12px 16px;font-size:13.5px;line-height:1.4}.form-success-container{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;min-height:350px;padding:40px 20px;display:flex}.success-icon-wrapper{color:#10b981;background-color:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;animation:.4s cubic-bezier(.175,.885,.32,1.275) scale-up;display:flex}.success-title{color:#00338d;margin-bottom:12px;font-size:20px;font-weight:700}.success-message{color:#555;max-width:420px;font-size:14.5px;line-height:1.6}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}.skeleton-form{flex-direction:column;gap:20px;width:100%;display:flex}.skeleton-field{flex-direction:column;gap:8px;display:flex}.skeleton-label-bar{background:linear-gradient(90deg,#edf1f7 25%,#e2e8f0 50%,#edf1f7 75%) 0 0/200% 100%;border-radius:4px;width:100px;height:14px;animation:1.5s infinite pulse}.skeleton-input-bar{background:linear-gradient(90deg,#edf1f7 25%,#e2e8f0 50%,#edf1f7 75%) 0 0/200% 100%;border-radius:8px;width:100%;height:45px;animation:1.5s infinite pulse}.skeleton-button-bar{background:linear-gradient(90deg,#edf1f7 25%,#e2e8f0 50%,#edf1f7 75%) 0 0/200% 100%;border-radius:8px;width:140px;height:48px;margin-top:10px;animation:1.5s infinite pulse}@keyframes spin{to{transform:rotate(360deg)}}@keyframes scale-up{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%{background-position:200% 0}to{background-position:-200% 0}}
