.footer{background-color:var(--primary-color);background-image:url(/assets/bg-footer.png);background-blend-mode:color-burn;background-position:0 100%;background-repeat:repeat-x;background-size:44rem;color:var(--color-white);padding-block:2.5rem 2rem}.footer-inner{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width:48rem){.footer-inner{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem}}.footer-logo{margin-bottom:1rem}@media screen and (min-width:48rem){.footer-logo{margin-bottom:2rem}}.footer-logo img{width:10rem;height:auto;filter:contrast(.1)}.footer-title{font-family:var(--font-poppins);font-size:1.5rem;font-weight:600;margin-bottom:1.25rem}@media screen and (min-width:48rem){.footer-title{font-size:1.25rem}}.footer-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}@media screen and (min-width:48rem){.footer-list{font-size:.875rem}}.footer-list-item{display:flex;gap:.5rem;align-items:baseline;word-break:break-word;word-wrap:normal}.footer-list-item a{text-wrap:auto;text-decoration:underline;text-underline-offset:.25rem}.footer-list-item a:hover{opacity:.75}.footer-list-item svg{position:relative;top:4px}.footer-list-social{display:flex;gap:1.5rem;margin-top:1rem;justify-content:flex-start}.footer p{font-size:1rem;line-height:1.75;letter-spacing:.025rem;font-weight:300}@media screen and (min-width:48rem){.footer p{font-size:.875rem}}.footer .footer-copyright{font-size:.75rem;text-align:center;border-top:1px solid var(--color-gray-500);padding-top:1rem;margin-top:1rem}@media screen and (min-width:48rem){.footer .footer-copyright{grid-column:1/-1;padding-top:2rem;margin-top:0}}.header{position:fixed;top:0;left:0;z-index:100;width:100%;height:auto;margin:0 auto;transition:all .35s ease}@media screen and (min-width:78rem){.header{top:1rem}}.header.on-scroll{top:0}.navbar{background-color:var(--color-white);display:flex;flex-direction:row;align-items:center;justify-content:space-between;column-gap:1rem;width:100%;height:4rem;margin-inline:auto;border-radius:0}@media screen and (min-width:78rem){.navbar{border-radius:.5rem}}.brand{font-family:inherit;font-size:1.5rem;font-weight:600;line-height:1.5;text-transform:uppercase;color:var(--color-gray-100)}.menu{position:fixed;top:-100%;left:0;width:100%;height:auto;overflow:hidden;padding-block:3rem;background-color:var(--color-gray-100);box-shadow:var(--shadow-medium);transition:all .3s ease}.menu.is-active{top:0;left:0}.menu-inner{display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:1.25rem}.menu-link{font-family:inherit;font-size:1rem;font-weight:500;line-height:1.5;text-transform:uppercase;color:var(--color-dark-100)}.menu-link.active{color:var(--secondary-color)}.menu-block{margin-left:auto}@media screen and (min-width:48rem){.menu{position:relative;top:auto;width:auto;padding:0;margin-left:auto;background:unset;box-shadow:unset;transition:unset}.menu-inner{display:flex;flex-direction:row;column-gap:2rem;margin-inline:auto}.menu-link{text-transform:capitalize}.menu-block{margin-left:2rem}}.burger{cursor:pointer;position:relative;display:block;z-index:10;width:1.5rem;height:1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;visibility:visible}@media screen and (min-width:48rem){.burger{display:none;visibility:hidden}}.burger-line{position:absolute;display:block;left:0;opacity:1;width:100%;height:2px;background-color:var(--color-dark-100);transition:all .25s ease}.burger-line:first-child{top:0}.burger-line:nth-child(2){top:.5rem;width:70%}.burger-line:nth-child(3){top:1rem}.burger.is-active .burger-line:first-child{top:.5rem;transform:rotate(135deg)}.burger.is-active .burger-line:nth-child(2){left:-1rem;opacity:0}.burger.is-active .burger-line:nth-child(3){top:.5rem;transform:rotate(-135deg)}.overlay{position:fixed;display:none;inset:0;z-index:-2;width:100%;height:100%;opacity:.5;background-color:#000;transition:all .3s ease}.overlay.is-active{display:block}