.footer{padding:10px;width:100%;max-width:100%;display:flex;align-items:flex-start;justify-content:center;margin-top:96px}.footer .location svg{width:24px;height:22px;margin-right:8px}.footer .location p{max-width:290px;color:#a79282;font-size:14px;font-weight:400;line-height:170%}.footer .navbar{margin-top:-56px}.footer .container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:58px}.footer .container .row{width:100%;justify-content:space-between}.footer .container .row.terms{padding-top:44px;border-top:1px solid var(--dark)}.footer .container .row.terms .col{gap:64px;display:flex}.footer .container .row.terms .link{text-transform:capitalize}@media screen and (max-width:768px){.footer{margin-top:48px;flex-direction:column;padding:0;align-items:center}.footer .container{gap:24px}.footer .container .row.terms{flex-direction:column-reverse;position:relative;padding:24px}.footer .container .row.terms .col{align-items:center;justify-content:center}.footer .container .row.terms .col:first-child{padding-bottom:44px}.footer .container .row.terms span{position:absolute;text-align:center;bottom:0;width:100%}}:root{--background:#ffffff;--foreground:#171717;--green:#676636;--dark:#373737;--darker:#101820;--beige:#F8F3ED;--grey100:#F2F4F7;--grullo:#A79282;--gap-sm:10px;--border-radius:100px;--border-radius-md:30px}body{font-family:Golos Text,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;line-height:170%;min-height:100vh}body,body *{box-sizing:border-box}body .container{max-width:1280px;width:100%}@media(max-width:768px){body .container{max-width:calc(100% - 32px)}}body h1,body h2,body h3,body h4,body h5,body h6{font-family:Anek Latin,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;line-height:100%;margin:0}body h1{font-weight:400;line-height:100%;font-size:68px}@media screen and (max-width:768px){body h1{font-size:36px!important;line-height:100%!important}}body h1 span{color:var(--green)}body h2{font-weight:400;line-height:70px;font-size:60px}@media screen and (max-width:768px){body h2{font-size:36px!important;line-height:100%!important}}body h4{font-weight:500;font-size:36px;line-height:55px;color:var(--green)}body h5,body h6{font-weight:500;font-size:24px;line-height:150%}body p{font-size:16px;line-height:200%;font-weight:400;color:var(--dark);margin:0}@media screen and (max-width:768px){body p{font-size:16px;line-height:200%}}body .row{display:flex;flex-direction:row}body .col3>*{width:33.3333333333%}body .col2>*{width:50%}body .col4>*{width:25%}body .glass{background:rgba(37,41,29,.7);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}body .centered{text-align:center}body .bolder{font-weight:600}@media screen and (max-width:768px){.container,.row{flex-direction:column}.col,p{width:100%}.col2>*,.col3>*{width:100%!important}}.menu{display:flex;flex-direction:row;list-style:none;gap:32px}.menu .link{font-weight:400;font-size:14px}.menu .link:hover{color:var(--green)}