@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");*{padding:0;margin:0;box-sizing:border-box}body{font-family:League Spartan,sans-serif;line-height:1.3;min-height:100vh;display:flex;flex-direction:column}body,html{height:100%;margin:0}main{flex:1 1}.container{max-width:1140px;margin:0 auto;width:100%}.h1,h1{font-size:25px}.h2,h2{font-size:17px}.defaultButton{font-size:12px;background-color:#7e885d;color:#fff;border-radius:0;padding:20px 32px;display:inline-flex;transition:all .3s ease;text-transform:uppercase;text-decoration:none;border:none}.defaultButton:hover{background-color:#6b7350;cursor:pointer}@media (max-width:1025px){.container{padding-left:20px;padding-right:20px}}.footer{background-color:#1e2118;color:#fff;padding:52px 0 36px}.footer__top{display:flex;align-items:flex-start;justify-content:space-between;gap:40px}.footer__brand{display:flex;flex-direction:column;gap:8px}.footer__project{font-size:16px;font-weight:700;color:#fff;letter-spacing:-.1px}.footer__address{font-size:13px;font-weight:300;color:hsla(0,0%,100%,.45);letter-spacing:.2px}.footer__nav{display:flex;align-items:center;gap:32px;flex-wrap:wrap;justify-content:flex-end}.footer__nav-link{text-decoration:none;font-size:13px;font-weight:400;color:hsla(0,0%,100%,.55);letter-spacing:.3px;transition:color .2s ease}.footer__nav-link:hover{color:#fff}.footer__nav-cta{text-decoration:none;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#a8b47a;border:1px solid hsla(72,28%,59%,.35);border-radius:4px;padding:8px 18px;transition:all .2s ease}.footer__nav-cta:hover{background:hsla(72,28%,59%,.1);border-color:#a8b47a;color:#c8d49a}.footer__divider{border:none;border-top:1px solid hsla(0,0%,100%,.08);margin:36px 0 28px}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer__copy{font-size:12px;color:hsla(0,0%,100%,.3);letter-spacing:.2px}.footer__legal{display:flex;align-items:center;gap:10px}.footer__legal-link{text-decoration:none;font-size:12px;color:hsla(0,0%,100%,.35);transition:color .2s ease}.footer__legal-link:hover{color:hsla(0,0%,100%,.7)}.footer__dot{font-size:12px;color:hsla(0,0%,100%,.2)}@media (max-width:760px){.footer__top{flex-direction:column;gap:28px}.footer__nav{justify-content:flex-start;gap:20px}.footer__bottom{flex-direction:column;align-items:flex-start;gap:12px}}