.PageLayout_container__FD9Ad{min-height:100vh;display:flex;flex-direction:column;background:#faf7f0}.PageLayout_nav__PflRR{background:#15324b;color:white;padding:1rem 2rem;box-shadow:0 2px 12px rgba(0,0,0,.18);position:-webkit-sticky;position:sticky;top:0;z-index:100}.PageLayout_navContent__OeBZC{max-width:1200px;margin:0 auto;justify-content:space-between}.PageLayout_navContent__OeBZC,.PageLayout_navPrimary__A7_G7{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.PageLayout_logo__vfv5b{font-size:1.25rem;font-weight:700;color:white;text-decoration:none}.PageLayout_navLinks__zNE4p{display:flex;gap:1rem;flex-wrap:wrap}.PageLayout_navLink__jHd1d{color:#f5e8c7;text-decoration:none;font-weight:600}.PageLayout_menuDetails__kboJP{position:relative}.PageLayout_menuSummary__MgdzO{list-style:none;display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid rgba(245,232,199,.35);border-radius:999px;cursor:pointer;background:rgba(245,232,199,.08)}.PageLayout_menuSummary__MgdzO::-webkit-details-marker{display:none}.PageLayout_hamburgerIcon__0Qbot{display:inline-flex;flex-direction:column;gap:.2rem}.PageLayout_hamburgerIcon__0Qbot span{display:block;width:1rem;height:2px;background:#f5e8c7}.PageLayout_menuPanel__lzR7G{position:absolute;left:0;top:calc(100% + .75rem);display:grid;grid-gap:.35rem;gap:.35rem;min-width:220px;padding:.75rem;border-radius:16px;background:#fffdf7;box-shadow:0 18px 36px rgba(0,0,0,.18)}.PageLayout_menuLink__nta1u{color:#15324b;text-decoration:none;padding:.65rem .75rem;border-radius:10px}.PageLayout_menuLink__nta1u[aria-current=page]{background:#efe3c2;font-weight:700}.PageLayout_main__NxK6X{flex:1 1;max-width:1200px;width:100%;margin:0 auto;padding:2rem}.PageLayout_breadcrumbs__Y4fdI{margin-bottom:1rem}.PageLayout_breadcrumbList__A1rGR{display:flex;gap:.75rem;list-style:none;padding:0;margin:0;flex-wrap:wrap}.PageLayout_breadcrumbItem__yJBSb{display:inline-flex;align-items:center;gap:.75rem}.PageLayout_breadcrumbItem__yJBSb:not(:last-child):after{content:"/";color:#8a7d67}.PageLayout_breadcrumbLink__DL7Gu{color:#7a4c1c;text-decoration:none}.PageLayout_pageTitle__BfHFk{font-size:2.5rem;margin:0 0 1rem;color:#15324b}.PageLayout_pageDescription__iG9a5{font-size:1.1rem;color:#4d5f58;margin:0 0 2rem;line-height:1.6;max-width:60rem}.PageLayout_footer__EFILO{background:#f0e7d5;padding:2rem;text-align:center;color:#4d5f58;border-top:1px solid #ddd1b9}.PageLayout_footer__EFILO p{margin:0}.PageLayout_footerLink__juxUD{color:#7a4c1c;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:2px;text-underline-offset:.15em}.PageLayout_footerLink__juxUD:focus-visible,.PageLayout_footerLink__juxUD:hover{color:#5f3912}@media (max-width:768px){.PageLayout_navContent__OeBZC{flex-direction:column;align-items:flex-start}.PageLayout_navLinks__zNE4p{width:100%;justify-content:flex-start}.PageLayout_menuPanel__lzR7G{position:static;margin-top:.75rem;width:min(100%,320px)}.PageLayout_pageTitle__BfHFk{font-size:2rem}.PageLayout_main__NxK6X{padding:1rem}}.Card_card__jk_Lw{display:flex;flex-direction:column;background:linear-gradient(285deg,#879DFF -50.68%,#002558 36.32%);border:1px solid #e0e0e0;border-radius:8px;padding:0;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s;overflow:hidden}.Card_card__jk_Lw:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.Card_title__ocRAt{margin:0;color:White;font-size:1rem;padding:.5rem 1rem;flex-shrink:0}.Card_description__OCw8v{margin:0;color:#666;line-height:1.5}.Card_image__ysDEs{width:100%;height:auto;aspect-ratio:3/2;display:block;flex-shrink:0;object-fit:cover;object-position:center}.SearchBox_container__u7bqR{position:relative;width:100%}.SearchBox_searchInputWrapper__aN87Y{position:relative;display:flex;align-items:center;width:100%}.SearchBox_label__pzx16{position:absolute;left:.75rem;display:flex;align-items:center;justify-content:center;pointer-events:none;color:#f5e8c7}.SearchBox_icon__ivokN{width:1.25rem;height:1.25rem;color:#f5e8c7;flex-shrink:0}.SearchBox_input__N3fv_{width:100%;padding:.75rem .75rem .75rem 2.75rem;border:1px solid rgba(245,232,199,.35);border-radius:999px;background:rgba(245,232,199,.08);color:white;font-size:1rem;font-family:inherit;transition:all .2s ease}.SearchBox_input__N3fv_::placeholder{color:rgba(245,232,199,.6)}.SearchBox_input__N3fv_:focus{outline:none;border-color:rgba(245,232,199,.6);background:rgba(245,232,199,.15);box-shadow:0 0 0 2px rgba(245,232,199,.1)}@media (max-width:768px){.SearchBox_container__u7bqR{width:100%}}.SearchBox_dropdown__MDD18{position:absolute;top:calc(100% + .75rem);left:0;right:0;max-width:400px;display:grid;grid-gap:.5rem;gap:.5rem;padding:.75rem;border-radius:12px;background:#fffdf7;box-shadow:0 18px 36px rgba(0,0,0,.18);z-index:200;animation:SearchBox_slideDown__2b___ .15s ease}@keyframes SearchBox_slideDown__2b___{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.SearchBox_result__avZNO{display:block;padding:.75rem 1rem;border-radius:8px;background:transparent;color:inherit;text-decoration:none;cursor:pointer;transition:background-color .15s ease}.SearchBox_resultSelected__AqTE7,.SearchBox_result__avZNO:hover{background:#f0ebe2}.SearchBox_resultTitle__geXPL{font-weight:600;color:#15324b;margin-bottom:.25rem;font-size:.95rem}.SearchBox_resultDescription__NvMpE{font-size:.8rem;color:#666;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.SearchBox_resultCategory__vIYwY{font-size:.7rem;color:#999;text-transform:uppercase;letter-spacing:.5px}@media (max-width:640px){.SearchBox_dropdown__MDD18{max-width:calc(100vw - 2rem)}}.Home_homeContainer__h7U1S{background:transparent}.Home_image__SZ168{display:block;margin:1rem auto auto;flex-shrink:0;object-fit:cover;object-position:top}.Home_homeMain__CGy3_>h1{font-family:Roboto,Segoe UI,Arial,sans-serif;font-size:28px;font-weight:400;color:#ffffff;background:#ffffff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding:1.5rem 0;margin-bottom:0}.Home_searchSection__gVG8B{width:100%;max-width:42rem;margin:0 0 2rem}.Home_grid__AVljO{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:1rem;padding:.1rem}.Home_cardLink__EqSxN{text-decoration:none;color:inherit;display:block}.Home_homeFooter__1CKPZ{background:transparent;border-top-color:rgba(255,255,255,.24);color:#ffffff}.Home_homeFooter__1CKPZ a{color:#ffffff}.Home_homeFooter__1CKPZ a:focus-visible,.Home_homeFooter__1CKPZ a:hover{color:#5aff52}@media (max-width:768px){.Home_searchSection__gVG8B{max-width:none;margin-bottom:1.5rem}.Home_grid__AVljO{grid-template-columns:repeat(2,1fr);gap:1rem}}