.drawer{position:fixed;top:0;right:-250px;width:250px;height:100%;background-color:var(--bg-primary);transition:right .3s ease;z-index:1000;box-shadow:-4px 0 10px rgba(0,0,0,.5);padding-inline:20px}.drawer.open{right:0}.drawer__logo{width:69px;margin-bottom:30px;object-fit:contain}.drawer .navbar__list{display:flex;flex-direction:column;gap:16px;margin:8px 0 0;padding:0;list-style:none}.drawer .navbar__link{color:var(--text);text-decoration:none;font-size:1rem}.drawer .navbar__link:hover{color:var(--secondary)}.drawer .navbar__button{align-self:stretch;width:80%;margin-top:16px;text-align:center}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:999}.toggle-btn{background-color:rgba(0,0,0,0);color:#fff;padding:10px;border:none;cursor:pointer;font-size:24px;transition:.3s}.drawer,.overlay,.toggle-btn{display:none}.drawer__container{display:flex;align-items:flex-start;flex-direction:column;height:min-content;padding:20px;gap:12px}@media(max-width:768px){.drawer,.overlay{display:block}.toggle-btn{display:inline-flex;color:var(--text)}}.footer{background-color:var(--secondary);color:#fff;padding-block:4rem 2rem}.footer,.footer__container{padding-inline:var(--padding-inline-container);max-width:var(--max-width-container);margin-inline:auto}.footer__content{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:3rem;gap:3rem;padding-bottom:3rem;border-bottom:1px solid hsla(0,0%,100%,.1)}@media(max-width:768px){.footer__content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:500px){.footer__content{grid-template-columns:1fr;gap:2rem}}.footer__content-item h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--primary)}.footer__content-item h4{font-size:1.125rem;font-weight:600;margin-bottom:1.25rem;color:var(--text2)}.footer__content-item p{color:hsla(0,0%,100%,.7);font-size:.95rem;line-height:1.5}.footer__content-item .footer__subscribe{display:flex;align-items:center;background-color:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:12px;overflow:hidden;width:100%;max-width:460px;height:44px}.footer__content-item .footer__subscribe input{flex:1 1;height:100%;padding:0 1rem;background:rgba(0,0,0,0);border:0;color:#fff;font-size:.95rem;outline:none}.footer__content-item .footer__subscribe input::placeholder{color:hsla(0,0%,100%,.65)}.footer__content-item .footer__subscribe button{height:100%;padding:0 1.25rem;background-color:var(--primary);color:var(--secondary);border:0;border-radius:0;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;white-space:nowrap}.footer__content-item .footer__subscribe button:hover{background-color:var(--secondary-darker)}.footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer__list li a{color:hsla(0,0%,100%,.8);text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer__list li a:hover{color:var(--secondary);transform:translateX(5px)}.footer__copyright{text-align:center;padding-top:2rem}.footer__copyright p{color:hsla(0,0%,100%,.5);font-size:.9rem}@media(max-width:768px){.footer{padding-block:3rem 1.5rem}.footer,.footer__container{padding-inline:2rem}.footer__content{padding-bottom:2rem}.footer__content-item h3{font-size:1.25rem}.footer__content-item h4{font-size:1rem}.footer__content-item p{font-size:.875rem}.footer__copyright p{font-size:.8rem}}@media(max-width:500px){.footer{padding-block:2rem 1rem}.footer,.footer__container{padding-inline:1rem}.footer__content-item h3{font-size:1.125rem}.footer__content-item h4{font-size:.95rem}.footer__content-item p{font-size:.85rem}.footer__content-item .footer__subscribe{width:90%;margin-inline:auto;max-width:100%}.footer__content-item .footer__subscribe>input{width:100%}.footer__list{gap:.5rem}.footer__list li a{font-size:.9rem}.footer__copyright{padding-top:1.5rem}.footer__copyright p{font-size:.75rem}}:root{--primary:#bf9c5b;--primary-darker:#8f7a4a;--secondary:#0b1b3c;--secondary-darker:#0f213f;--text:#6b7280;--text-secondary:#000000;--text-placeholder:#4D4D4D;--text2:#9ca3af;--bg:#ffffff;--bg-primary:#ffffff;--bg-secondary:#f5f5f5;--bg2:#f9fafb;--bg-tertiary:#000000;--border:#e5e7eb;--sideBarBg:#ffffff;--sideBarBgActive:#f3f1fa;--sideBarWidth:260px;--sideBarCloseWidth:60px;--logoWidth:140px;--logoWidthMobile:40px;--logoBorderRadius:0%;--sideBarOpenWidth:260px;--transition:0.5s ease-in-out;--navBarHeight:60px;--border-radius:3px;--transition-default:0.5s ease-in-out;--border-radius-default:5px;--max-width-container:2000px;--padding-inline-container:4%}:root:has(.dark){--primary:#bf9c5b;--sideBarBg:#262d34;--sideBarBgActive:#323b44;--secondary:white;--placeholder:rgb(250 255 255/40%);--text-secondary:white;--text2:white;--bg:#262d34;--bg2:#181922;--bg3:#262d34;--bg4:#181922;--border:#313452}.navbar{position:fixed;top:0;z-index:100;background-color:rgba(0,0,0,0);transition:background-color .3s ease,box-shadow .3s ease;width:100%;height:10vh;justify-content:space-between;max-width:var(--max-width-container);margin-inline:auto;padding:.9rem var(--padding-inline-container)}.navbar,.navbar__logo{display:flex;align-items:center}.navbar__logo{width:100px;height:40px}.navbar__logo img{width:100%;height:100%;object-fit:contain;cursor:pointer}.navbar__list{flex-grow:1;display:flex;justify-content:center;list-style:none;margin:0;padding:0;gap:3rem}.navbar__item{position:relative}.navbar__link{color:#fff;font-family:Lato,sans-serif;text-decoration:none;font-size:1rem;font-weight:400;transition:color .3s ease;cursor:pointer}.navbar__link:hover{color:var(--secondary)}.navbar__button{padding:.5rem 2rem;border:none;cursor:pointer;font-weight:500;font-size:1rem;transition:all .3s ease;border-radius:50px}.navbar__button--contact{background-color:#fff;color:#000}.navbar__button--login{background-color:var(--primary);color:#fff}.navbar__button--login:hover{background-color:var(--primary-darker)}.navbar.sticky{background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.05)}.navbar.sticky,.navbar.sticky .navbar__link{color:var(--text)!important}.navbar.sticky .navbar__link:hover{color:var(--secondary)!important}@media(max-width:1300px){.navbar{padding:1.25rem 3rem}.navbar__list{gap:2rem}.navbar__link{font-size:.95rem}.navbar__logo{width:80px;height:40px}.navbar__logo img{width:100%;height:100%;object-fit:contain}.navbar__button{font-size:.95rem;padding:.45rem 1.75rem}}@media(max-width:1000px){.navbar{padding:1rem 2rem}.navbar__list{gap:1.5rem}.navbar__link{font-size:.9rem}.navbar__logo{width:80px;height:40px}.navbar__logo img{width:100%;height:100%;object-fit:contain}.navbar__button{font-size:.9rem;padding:.6rem 1.5rem}}@media(max-width:768px){.navbar{padding:1rem 1.5rem}.navbar__list{display:none}.navbar__logo{width:80px;height:40px}.navbar__logo img{width:100%;height:100%;object-fit:contain}}@media(max-width:500px){.navbar{padding:.75rem 1rem}.navbar__logo{width:80px;height:40px}.navbar__logo img{width:100%;height:100%;object-fit:contain}.navbar__button{font-size:.85rem;padding:.5rem 1.25rem}}