@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap";._page_12nqr_1{min-height:100vh;display:flex;flex-direction:column;background-color:var(--off-white)}._header_12nqr_9{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);padding:2.5rem 1.5rem 3rem;text-align:center;position:relative;overflow:hidden}._header_12nqr_9:before{content:"";position:absolute;top:-60px;right:-60px;width:220px;height:220px;border-radius:50%;background:#d4a01714;pointer-events:none}._header_12nqr_9:after{content:"";position:absolute;bottom:-40px;left:-40px;width:160px;height:160px;border-radius:50%;background:#ffffff0a;pointer-events:none}._headerInner_12nqr_41{position:relative;z-index:1;max-width:700px;margin:0 auto}._logoWrap_12nqr_48{display:flex;justify-content:center;margin-bottom:1.5rem}._logo_12nqr_48{width:88px;height:88px;border-radius:20px;box-shadow:0 8px 32px #0000004d;object-fit:cover}._headerTitle_12nqr_62{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;color:var(--white);margin-bottom:.5rem;letter-spacing:-.01em}._headerCompany_12nqr_71{font-size:1rem;font-weight:500;color:var(--gold-light);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.2rem}._headerDivider_12nqr_80{width:48px;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:2px;margin:0 auto 1.2rem}._effectiveDate_12nqr_88{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:100px;padding:.4rem 1rem;font-size:.85rem;color:#fffc;font-weight:400;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._effectiveDate_12nqr_88 svg{opacity:.7}._main_12nqr_107{flex:1;max-width:800px;width:100%;margin:0 auto;padding:3rem 1.5rem 4rem}._toc_12nqr_116{background:var(--white);border:1px solid var(--divider);border-left:4px solid var(--gold);border-radius:var(--radius);padding:1.5rem 1.8rem;margin-bottom:2.5rem;box-shadow:var(--shadow-sm)}._tocTitle_12nqr_126{font-family:Playfair Display,serif;font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}._tocTitle_12nqr_126:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--gold)}._tocList_12nqr_146{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:.3rem 1.5rem}._tocList_12nqr_146 li{margin:0}._tocList_12nqr_146 a{font-size:.875rem;color:var(--text-secondary);font-weight:400;transition:color .2s ease,padding-left .2s ease;display:block;padding:.2rem 0}._tocList_12nqr_146 a:hover{color:var(--navy);padding-left:4px}._section_12nqr_174{margin-bottom:2.8rem}._sectionTitle_12nqr_178{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;color:var(--navy);margin-bottom:1rem;padding-bottom:.7rem;border-bottom:2px solid var(--gray-200);display:flex;align-items:center;gap:.75rem;scroll-margin-top:1.5rem}._sectionTitle_12nqr_178:before{content:"";width:4px;height:1.4rem;background:linear-gradient(180deg,var(--gold),var(--gold-light));border-radius:2px;flex-shrink:0}._sectionBody_12nqr_201{color:var(--text-secondary);font-size:.95rem;line-height:1.8}._sectionBody_12nqr_201 p{margin-bottom:1rem}._sectionBody_12nqr_201 p:last-child{margin-bottom:0}._sectionBody_12nqr_201 ul{margin:.8rem 0 1rem 1.5rem;color:var(--text-secondary)}._sectionBody_12nqr_201 ul li{margin-bottom:.35rem;position:relative}._sectionBody_12nqr_201 strong{color:var(--text-primary);font-weight:600}._highlight_12nqr_231{background:linear-gradient(135deg,#f0f4ff,#f8faff);border:1px solid var(--gray-200);border-left:4px solid var(--navy-light);border-radius:var(--radius-sm);padding:1.2rem 1.5rem;margin:1rem 0;font-size:.925rem;color:var(--navy);font-weight:500}._divider_12nqr_244{border:none;border-top:1px solid var(--divider);margin:2.5rem 0}._footer_12nqr_251{background:var(--navy);color:#ffffffbf;padding:2.5rem 1.5rem;text-align:center}._footerInner_12nqr_258{max-width:700px;margin:0 auto}._footerCompany_12nqr_263{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:600;color:var(--white);margin-bottom:.5rem}._footerDivider_12nqr_271{width:32px;height:2px;background:var(--gold);border-radius:2px;margin:.75rem auto}._footerContact_12nqr_279{font-size:.875rem;margin-bottom:.4rem}._footerContact_12nqr_279 a{color:var(--gold-light);font-weight:500}._footerContact_12nqr_279 a:hover{color:var(--white)}._footerMeta_12nqr_293{font-size:.8rem;color:#ffffff73;margin-top:1rem}._backToTop_12nqr_300{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;border-radius:50%;background:var(--navy);color:var(--white);border:2px solid var(--gold);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);opacity:0;transform:translateY(12px);transition:opacity .3s ease,transform .3s ease,background .2s ease;pointer-events:none;z-index:100}._backToTop_12nqr_300._visible_12nqr_322{opacity:1;transform:translateY(0);pointer-events:auto}._backToTop_12nqr_300:hover{background:var(--gold);border-color:var(--gold)}@media(max-width:640px){._tocList_12nqr_146{grid-template-columns:1fr}._header_12nqr_9{padding:2rem 1.2rem 2.5rem}._main_12nqr_107{padding:2rem 1.2rem 3rem}._sectionTitle_12nqr_178{font-size:1.2rem}._backToTop_12nqr_300{bottom:1.2rem;right:1.2rem;width:40px;height:40px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0d1b4b;--navy-light: #1a2f6e;--gold: #d4a017;--gold-light: #f0c040;--white: #ffffff;--off-white: #f8f9fc;--gray-100: #f1f3f8;--gray-200: #e2e6ef;--gray-400: #9aa3b8;--gray-600: #5a6280;--gray-800: #2d3252;--text-primary: #1a1f3c;--text-secondary: #4a5270;--text-muted: #7a84a0;--divider: #e8ebf4;--shadow-sm: 0 2px 8px rgba(13, 27, 75, .06);--shadow-md: 0 4px 20px rgba(13, 27, 75, .1);--shadow-lg: 0 8px 40px rgba(13, 27, 75, .14);--radius: 12px;--radius-sm: 8px}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:var(--off-white);color:var(--text-primary);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:Playfair Display,Georgia,serif;line-height:1.3}a{color:var(--navy-light);text-decoration:none;transition:color .2s ease}a:hover{color:var(--gold)}ul,ol{padding-left:1.5rem}li{margin-bottom:.4rem}
