@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*{box-sizing:border-box;padding:0;margin:0;font-family:Jost,sans-serif}body{background-color:#f9f9f9;max-width:100vw}:root{--e-global-color-primary:#1a1f2f;--e-global-color-secondary:#fa721b;--e-global-color-text:#7886a2;--e-global-color-accent:#ffffff;--e-global-color-ff665b3:#fea000;--e-global-color-ed7d739:#7886a2;--e-global-color-edf470d:#7886a21f;--e-global-color-a4c49c7:#f5f5f5;--e-global-color-1d0a626:#ffffff;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-size:15px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.8em;--e-global-typography-secondary-letter-spacing:1px;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:500;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.8em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1.8em;--e-global-typography-9497b6b-font-family:"Jost";--e-global-typography-9497b6b-font-size:48.83px;--e-global-typography-9497b6b-font-weight:700;--e-global-typography-9497b6b-text-transform:capitalize;--e-global-typography-9497b6b-font-style:normal;--e-global-typography-9497b6b-text-decoration:none;--e-global-typography-9497b6b-line-height:1.1em;--e-global-typography-9497b6b-letter-spacing:-2px;--e-global-typography-4d9b45e-font-family:"Jost";--e-global-typography-4d9b45e-font-size:39.06px;--e-global-typography-4d9b45e-font-weight:700;--e-global-typography-4d9b45e-text-transform:capitalize;--e-global-typography-4d9b45e-font-style:normal}.footer{background-color:#f9f9f9;border-top:1px solid #ddd}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-around;gap:20px;text-align:center}.footer-section{flex:1 1;min-width:200px}.company-info p{font-size:.875rem;line-height:1.4;font-family:Manrope,sans-serif;color:#232323;font-weight:500;margin-top:-23px}.social-links{display:flex;justify-content:center;gap:15px;margin-top:10px}.social-links a{color:var(--e-global-color-primary);transition:color .3s}.social-links a:hover{color:var(--e-global-color-secondary)}.footer-bottom{text-align:center;padding:10px 0;font-size:.75rem;color:#ffffff;border-top:1px solid #ddd;font-family:Manrope,sans-serif;background-color:#2a2f3f}.navbar{background-color:#f9f9f9;position:relative;max-width:1200px;margin:0 auto;justify-content:space-between;padding:0 20px}.navbar,.navbar-logo{display:flex;align-items:center}.navbar-logo{cursor:pointer}.navbar-links{display:flex;list-style:none;gap:20px}.navbar-links li a{text-decoration:none;color:#232323}.navbar-links li a:hover{border-bottom:3px solid var(--e-global-color-secondary);color:var(--e-global-color-secondary)}.menu-icon{display:none;font-size:24px;cursor:pointer}@media (max-width:768px){.navbar-links{display:none;flex-direction:column;position:absolute;top:107px;right:20px;background-color:#f9f9f9;width:200px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:10px 0 5px;gap:10px;z-index:1000;text-align:center}.navbar-links li a{text-decoration:none}.navbar-links.open{display:flex;animation:slideDown .3s ease;font-size:32px;font-weight:400;font-family:Poppins,sans-serif;border-bottom-left-radius:25px;border-bottom-right-radius:25px;border-top-left-radius:5px}.menu-icon{display:block}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}