@import "https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Inter:wght@300;400;500;600;700&display=swap";
.Layout-module__hBxhlq__layout{flex-direction:column;min-height:100vh;display:flex}.Layout-module__hBxhlq__skipLink{color:#fff;z-index:10000;background:#0f172a;border-radius:0 0 4px;padding:8px 16px;text-decoration:none;position:absolute;top:-40px;left:0}.Layout-module__hBxhlq__skipLink:focus{outline-offset:2px;outline:3px solid #3b82f6;top:0}.Layout-module__hBxhlq__header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-user-select:none;user-select:none;background:#ffffffbf;border-bottom:1px solid #e2e8f0;height:80px;padding:0;line-height:normal;transition:all .3s;position:fixed;top:0;left:0;right:0}.Layout-module__hBxhlq__headerScrolled{background:#fff9;box-shadow:0 2px 8px #0000001a}.Layout-module__hBxhlq__headerContent{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 20px;display:flex}.Layout-module__hBxhlq__logo{align-items:center;height:100%;display:flex}.Layout-module__hBxhlq__desktopMenu{opacity:0;background:0 0;border:none;flex:1;justify-content:center;font-weight:800;animation:.5s .5s forwards Layout-module__hBxhlq__fadeIn}@keyframes Layout-module__hBxhlq__fadeIn{to{opacity:1}}.Layout-module__hBxhlq__headerActions{opacity:0;align-items:center;gap:15px;animation:.5s .5s forwards Layout-module__hBxhlq__fadeIn;display:flex}.Layout-module__hBxhlq__ctaButton{display:none}.Layout-module__hBxhlq__ctaButton,.Layout-module__hBxhlq__ctaButton.Layout-module__hBxhlq__ant-btn{vertical-align:middle;white-space:nowrap;justify-content:center!important;align-items:center!important;line-height:1.5715!important;display:inline-flex!important}.Layout-module__hBxhlq__ctaButton .Layout-module__hBxhlq__anticon{align-items:center;margin-right:8px;display:inline-flex;line-height:1!important}.Layout-module__hBxhlq__ctaButton span{vertical-align:middle;align-items:center;line-height:1.5715!important;display:inline-flex!important}.Layout-module__hBxhlq__mobileMenuButton{display:none}@media (min-width:768px){.Layout-module__hBxhlq__ctaButton{justify-content:center;align-items:center;display:inline-flex}}@media (max-width:767px){.Layout-module__hBxhlq__desktopMenu{display:none}.Layout-module__hBxhlq__mobileMenuButton{display:inline-block}.Layout-module__hBxhlq__header{height:70px;line-height:normal}}.Layout-module__hBxhlq__content{flex:1;margin-top:80px}@media (max-width:767px){.Layout-module__hBxhlq__content{margin-top:70px}}.Layout-module__hBxhlq__footer{color:#f8fafc;background:#0f172a;margin-top:auto;padding:60px 0 20px}.Layout-module__hBxhlq__footerContent{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px;display:grid}.Layout-module__hBxhlq__footerSection h3,.Layout-module__hBxhlq__footerSection h4{color:#fff;margin-bottom:20px;font-family:Avenir Next,Avenir,serif}.Layout-module__hBxhlq__footerSection ul{padding:0;list-style:none}.Layout-module__hBxhlq__footerSection ul li{margin-bottom:10px}.Layout-module__hBxhlq__footerSection a{color:#cbd5e1;transition:color .3s}.Layout-module__hBxhlq__footerSection a:hover{color:#3b82f6}.Layout-module__hBxhlq__disclaimer{color:#94a3b8;margin-top:15px;font-size:.85rem;font-style:italic}.Layout-module__hBxhlq__footerBottom{text-align:center;color:#94a3b8;border-top:1px solid #334155;padding-top:20px}.Layout-module__hBxhlq__mobileCtaButton{z-index:999;border-radius:50px;justify-content:center;align-items:center;width:56px;height:56px;padding:0;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 12px #3b82f666}.Layout-module__hBxhlq__mobileCtaButton:focus{outline-offset:2px;outline:3px solid #3b82f6}.Layout-module__hBxhlq__mobileCtaButton .Layout-module__hBxhlq__sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (min-width:768px){.Layout-module__hBxhlq__mobileCtaButton{display:none}}.Layout-module__hBxhlq__mobileDrawer .Layout-module__hBxhlq__ant-drawer-body{padding:0}
:root{--primary-color:#0f172a;--secondary-color:#f8fafc;--accent-blue:#3b82f6;--accent-amber:#d97706;--text-color:#334155;--border-radius:4px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;color:var(--text-color);background-color:#fff;font-family:Inter,sans-serif;overflow-x:hidden}body{color:var(--text-color);background:var(--secondary-color)}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--primary-color);font-family:Avenir,serif;font-weight:400}h1{font-size:3rem;line-height:1.2}h2{font-size:2.5rem;line-height:1.3}h3{font-size:2rem;line-height:1.4}p{font-size:1.1rem;line-height:1.7}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{text-align:center;margin-bottom:60px}.section-title h2{margin-bottom:15px}.section-title p{color:var(--text-color);max-width:700px;margin:0 auto;font-size:1.2rem}.mobile-cta-button{z-index:1000;border-radius:50px;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 12px #00000026}@media (min-width:768px){.mobile-cta-button{display:none}}html{scroll-behavior:smooth}:focus-visible{outline-offset:2px;border-radius:2px;outline:3px solid #3b82f6}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #3b82f6}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--secondary-color)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent-blue)}
