@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:wght@400;600;700&display=swap";
:root{--slate-dark:#37474f;--slate-main:#5f6f7a;--slate-light:#eceff1;--accent-red:maroon;--white:#fff;--border-slate:#cfd8dc;--color-navy:var(--slate-dark);--color-gold:var(--accent-red);--color-bg:var(--slate-light);--color-card-bg:var(--white);--color-text-main:var(--slate-dark);--color-text-light:var(--slate-main);--border-color:var(--border-slate);--overlay-start:#37474ffa;--overlay-mid:#37474fd9;--overlay-end:#37474f66;--badge-bg:#fffffff2;--badge-text:var(--accent-red);--sidebar-width:280px;--transition-speed:.3s;--font-serif:"Playfair Display",serif;--font-sans:"Inter",sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text-main);-webkit-font-smoothing:antialiased;width:100vw;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--color-navy)}a{color:inherit;text-decoration:none}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.page-animate{animation:.6s ease-out forwards fadeInSlide}
.layout-module__r42_9a__body{background-color:var(--color-bg);min-height:100vh;margin:0}.layout-module__r42_9a__layoutGrid{grid-template-columns:280px minmax(0,1fr);min-height:100vh;display:grid}.layout-module__r42_9a__sidebarWrapper{z-index:50;position:relative}.layout-module__r42_9a__mainContent{width:100%;position:relative;overflow-x:hidden}.layout-module__r42_9a__mobileNavWrapper{display:none}@media (max-width:768px){.layout-module__r42_9a__layoutGrid{display:block}.layout-module__r42_9a__sidebarWrapper{display:none}.layout-module__r42_9a__mobileNavWrapper{z-index:100;display:block;position:sticky;top:0}.layout-module__r42_9a__mainContent{padding-top:0}}
.Sidebar-module__CazQ7G__sidebar{background-color:var(--color-navy);color:#fff;z-index:100;border-right:none;flex-direction:column;width:280px;height:100vh;padding:2rem 0;display:flex;position:fixed;top:0;left:0}.Sidebar-module__CazQ7G__brand{flex-shrink:0;margin-bottom:2rem;padding:0 2rem}.Sidebar-module__CazQ7G__brandLink{justify-content:flex-start;align-items:center;width:100%;min-height:140px;display:flex}.Sidebar-module__CazQ7G__brandLogo{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:140px;display:block}.Sidebar-module__CazQ7G__nav{flex-direction:column;gap:0;width:100%;display:flex}.Sidebar-module__CazQ7G__link{color:#b0bec5;box-sizing:border-box;border-radius:0;align-items:center;gap:1rem;width:100%;padding:1rem 2.5rem;font-size:.9rem;transition:all .2s;display:flex;position:relative}.Sidebar-module__CazQ7G__icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Sidebar-module__CazQ7G__active{color:#fff;background-color:#80000026;font-weight:500}.Sidebar-module__CazQ7G__active:before{content:"";background-color:var(--color-gold);width:3px;height:100%;position:absolute;top:0;left:0}.Sidebar-module__CazQ7G__link:hover{color:#fff;background-color:#ffffff0d;transform:translate(5px)}.Sidebar-module__CazQ7G__bottomWrapper{flex-direction:column;align-items:center;gap:1.5rem;width:100%;margin-top:auto;padding:0 2.5rem;display:flex}.Sidebar-module__CazQ7G__footer{color:#b0bec5;text-align:center;border-top:1px solid #ffffff1a;width:100%;padding-top:1.5rem;font-size:.75rem}
.LangSwitcher-module__sZOV0q__container{border:none;gap:1.5rem;margin:0;padding:0;display:flex}.LangSwitcher-module__sZOV0q__btn{color:#64748b;cursor:pointer;text-align:center;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;transition:all .3s;position:relative}.LangSwitcher-module__sZOV0q__btn:hover,.LangSwitcher-module__sZOV0q__active{color:#fff}.LangSwitcher-module__sZOV0q__active:after{content:"";background-color:#fff;border-radius:50%;width:4px;height:4px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.LangSwitcher-module__sZOV0q__mobileContainer{justify-content:center;align-items:center;gap:3rem;display:flex}.LangSwitcher-module__sZOV0q__mobileContainer .LangSwitcher-module__sZOV0q__btn{color:#ffffff80;font-size:1.2rem;font-weight:600}.LangSwitcher-module__sZOV0q__mobileContainer .LangSwitcher-module__sZOV0q__btn:hover,.LangSwitcher-module__sZOV0q__mobileContainer .LangSwitcher-module__sZOV0q__active{color:#fff}.LangSwitcher-module__sZOV0q__mobileContainer .LangSwitcher-module__sZOV0q__active:after{width:5px;height:5px;bottom:-15px}
:root{--mobile-header-height:84px}.MobileNav-module__LSSoLW__navbar{min-height:var(--mobile-header-height);background-color:var(--color-navy);color:#fff;z-index:1000;box-sizing:border-box;border-bottom:0;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex;position:relative}.MobileNav-module__LSSoLW__logo{flex:1;align-items:center;min-width:0;max-width:calc(100% - 56px);min-height:56px;display:flex}.MobileNav-module__LSSoLW__logoImage{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100px;display:block}.MobileNav-module__LSSoLW__toggleBtn{color:#fff;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.MobileNav-module__LSSoLW__overlay{top:var(--mobile-header-height);width:100%;height:calc(100vh - var(--mobile-header-height));background-color:var(--color-navy);z-index:999;box-sizing:border-box;flex-direction:column;padding:2rem;animation:.3s ease-out forwards MobileNav-module__LSSoLW__slideDown;display:flex;position:fixed;left:0;overflow-y:auto}.MobileNav-module__LSSoLW__navLinks{flex-direction:column;gap:2rem;width:100%;display:flex}.MobileNav-module__LSSoLW__link{font-family:var(--font-serif);color:#fff;border-bottom:1px solid #ffffff0d;padding-bottom:.5rem;font-size:2rem;text-decoration:none;transition:border-color .3s}.MobileNav-module__LSSoLW__link:hover{border-color:var(--color-gold)}.MobileNav-module__LSSoLW__langWrapper{justify-content:center;align-items:center;gap:3rem;margin-top:4rem;font-size:1.5rem;font-weight:600;display:flex}:is(.MobileNav-module__LSSoLW__langWrapper button,.MobileNav-module__LSSoLW__langWrapper a){text-align:center;flex-direction:column;justify-content:center;align-items:center;width:40px;display:flex}@keyframes MobileNav-module__LSSoLW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.CookieBanner-module__I8DKhW__bannerWrap{z-index:9999;background:#fff;border:1px solid #0000001a;border-radius:14px;gap:12px;padding:14px;display:grid;position:fixed;bottom:16px;left:16px;right:16px;box-shadow:0 10px 30px #00000024}@media (min-width:900px){.CookieBanner-module__I8DKhW__bannerWrap{max-width:560px;bottom:24px;left:auto;right:24px}}.CookieBanner-module__I8DKhW__title{margin-bottom:4px;font-size:14px;font-weight:700}.CookieBanner-module__I8DKhW__text{color:#000000c7;font-size:13px;line-height:1.35}.CookieBanner-module__I8DKhW__link{text-decoration:underline}.CookieBanner-module__I8DKhW__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.CookieBanner-module__I8DKhW__btn{cursor:pointer;background:#fff;border:1px solid #00000026;border-radius:10px;padding:10px 12px;font-size:13px}.CookieBanner-module__I8DKhW__btnPrimary{color:#fff;background:#000000e6;border:1px solid #00000026}.CookieBanner-module__I8DKhW__modalOverlay{z-index:10000;background:#00000073;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.CookieBanner-module__I8DKhW__modal{background:#fff;border:1px solid #0000001a;border-radius:14px;width:min(640px,100%);overflow:hidden;box-shadow:0 20px 60px #00000038}.CookieBanner-module__I8DKhW__modalHeader,.CookieBanner-module__I8DKhW__modalFooter{justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.CookieBanner-module__I8DKhW__modalTitle{font-weight:800}.CookieBanner-module__I8DKhW__close{cursor:pointer;background:0 0;border:none;font-size:18px}.CookieBanner-module__I8DKhW__rows{padding:6px 16px 14px}.CookieBanner-module__I8DKhW__row{border-top:1px solid #0000000f;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.CookieBanner-module__I8DKhW__row:first-child{border-top:none}.CookieBanner-module__I8DKhW__tag{background:#0000000f;border-radius:999px;padding:4px 8px;font-size:12px}.CookieBanner-module__I8DKhW__switch{width:46px;height:26px;display:inline-block;position:relative}.CookieBanner-module__I8DKhW__switch input{display:none}.CookieBanner-module__I8DKhW__slider{background:#0000002e;border-radius:999px;transition:all .2s;position:absolute;inset:0}.CookieBanner-module__I8DKhW__slider:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:all .2s;position:absolute;top:3px;left:3px}.CookieBanner-module__I8DKhW__switch input:checked+.CookieBanner-module__I8DKhW__slider{background:#0000008c}.CookieBanner-module__I8DKhW__switch input:checked+.CookieBanner-module__I8DKhW__slider:before{transform:translate(20px)}
